How to draw transparent text onto a TBitmap ?
No Answer is Posted For this Question
Be the First to Post Answer
How to make your main form fill up the Desk Top space?
How to run executables created in Kylix?
How to Clear the window in a console application?
What technical support do we get with Delphi?
What is Delphi?
How to display an application associated icons?
How to Set a transparent background color for TImageList?
How to Disable a radio button in a TRadioGroup?
How to Use JPEGs from resource files ?
What are the reasons involved in using the interface?
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 Loada local html file in the HTML control ?