How to Execute a program from my application?
No Answer is Posted For this Question
Be the First to Post Answer
How to Check for NULL in OnUpdateData handler ?
How to create an executible file using the command line directive in Linux with Kylix?
How to Convert ASCII files to Paradox tables?
Do I have to understand object-oriented programming to use Delphi?
How to Change the display mode settings in code?
How to Get the Windows version in code?
Why Delphi drawing functions draw one pixel short?
Define PRIMARYLANGID(), SUBLANGID(), and MAKELANGID() macros?
How to Debug CORBA clients and servers?
How to Retrieve a users login name ?
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 message "Generating font matrix" when starting Kylix?