How to Close popup menu in system tray application ?
No Answer is Posted For this Question
Be the First to Post Answer
How to Display 4 digit years in Delphi applications?
How to Map a DLL into another process ?
How to create SQL queries with SQL Builder?
How to close your application using the Escape key?
Explain Drag and Drop with Files?
How to Select an item in a TListView when the checkbox is checked ?
How to Provide lookup capability?
How to Change the owner of a component at runtime ?
What is the diff between IT Company & other companies?.
What should I give to Windows API functions that want a hWnd?
How to Prevent windows task switching ?
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!