What to do if getting missing or corrupted file messages?
No Answer is Posted For this Question
Be the First to Post Answer
How to Display a 24 bit True Color bitmap image on a 256 color display?
When I use the Glyph property, how do I know which color is transparent?
How to turn off ISAPI DLL caching on Windows 2000 and IIS5 ?
Why the error "Operation must use an updateable query"?
How to Pass TPrinter handle to GetDeviceCaps() ?
Can you use the Naming Service with the version of VisiBroker that comes with Delphi 5 Enterprise?
What is the message "Generating font matrix" when starting Kylix?
How to Extract Icons ?
What is the equivalent in BCB to a Pdox TCursor?
How to Change the papersize of a print job ?
Where is the file dsgnintf.pas?
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!