What operating systems does Delphi support?
Explain Drag and Drop with Files?
How to Test whether you are connected to the internet ?
How to Create new constructors?
How to Place multiple copies of a component on a form?
How to Convert 16bit resource to 32bit?
How to Change the location of the object repository ?
I'm using Delphi 4/5 and have am trying to fill a RichEdit control with both European characters and Thai characters - while I can change character colours the font stays with what was selected for the control:- reLangB.SelAttributes.Color :=dCol; reLangB.SelAttributes.Name :=FontName[dLang]; reLangB.SelAttributes.Charset :=FontChar[dLang]; reLangB.SelAttributes.Style :=[]; reLangB.Lines.Add(dText); The FontName and FontChar arrays contain the font info, and using a similar method for Captions and EditBoexes works! Anybody any ideas? Thanx in advance!
What is the diff between IT Company & other companies?.
How to plot a line?
How to capture the current cursor icon and draw it?
How to add a system menu item for the "right click" of the application's task bar icon?
How to Make the drop-down list appear faster?