How to Convert a number from one base to another?
No Answer is Posted For this Question
Be the First to Post Answer
How to Use Visual Basic arrays in Delphi ?
How to Get a cool menu in your application?
How to Detect what direction a printer will rotate for a portrait ?
What is "Error 113" during installation?
How to enable the cut and copy operations for the TWebBrowser component in Delphi 5?
How to Read the autoincrement value of Paradox table ?
How to launch the Control Panel (and its applets)?
Can I make calls to Delphi code from C or C++?
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!
Where can I get a copy of Delphi?
How to Customize TTrackBar?
How do I close a modal form? For that matter, what is the best way to close any form?