How to Use JPEGs from resource files ?
No Answer is Posted For this Question
Be the First to Post Answer
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 Extract RGB components of a color?
How to disable the Delphi / Borland C++ Builder splash screen ?
How to Copy a information from one memo field to another using TBlobStream ?
How to Disable close button of a window ?
How to create Data Link File with Windows 2000?
How to Extract an icon from a .exe or .dll?
Explain the findfirst method?
How to Create a non-VCL console project?
How to set the desktop icon color in code, or make the text behind them transparent?
How to handle exceptions in Thread objects ?
How to Convert ASCII files to Paradox tables?