How to Get a handle on your files ?
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 Delphi?
How to Get a handle on your files ?
Define PRIMARYLANGID(), SUBLANGID(), and MAKELANGID() macros?
How to get the default Windows folders ?
How to Perform undo on an edit control?
How to Display a 24 bit True Color bitmap image on a 256 color display?
What is the procedure to connect delphi application to ms access database?
Write a program to show the memory leak?
Why reusing or inheriting from a Remote Data Module is not a good idea?
How to Determine the last access time of a given file ?
How to Implement the VB TwipsPerPixel in Delphi ?