How to Change the font in a hint window ?
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!
Is there a programmatic way to add an alias to the IDAPI.CFG?
Where can we obtain the help file for the VtChart component?
Specify a DefaultExpression for a TField object?
How to Determine if a given printer is capable of printing a PostScript file?
Why Delphi drawing functions draw one pixel short?
Name the File Extensions for dBASE and Paradox tables?
What are Delphi and C++ Builder Action Lists and how to use them?
what are Safe Mode and VGA mode?
'Insufficient memory for this operation' error . what does this error mean?
How to get serial number of my drive ?
Explain Drag and Drop with Files?