How to Display a file's associated icon?
No Answer is Posted For this Question
Be the First to Post Answer
How to create an About Box in Delphi or C++ Builder?
What are the available Alternate security databases ?
What are Delphi and C++ Builder Action Lists and how to use them?
How to Use FindFirst to search for files?
How to Modify application server SQL from the client?
How to Retrieving the program that is associated with a given extension?
How to Set the MaxPage property of the PrintDialog component?
Are there any tools to help me migrate my applications to Delphi?
How to Add accelerator characters to TTabsheets?
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!
How to Print a WEB page with the HTML control?
How to use sets in code, such as adding to TDBGrid.Options, at run time?