What is DCOM Dependency?
No Answer is Posted For this Question
Be the First to Post Answer
How to Get values in a TDBGrid before they are posted?
How to Select an item in a TListView when the checkbox is checked ?
How to determine the names of the installed comm ports?
How to Use Multiple Servers?
How to Find the column and row of the cursor in a TRichEdit?
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 Get a handle on your files ?
How to create SQL queries with SQL Builder?
How to avoid "Random" Exceptions being raised when using TJPEGImage or the JPEG unit?
How to detect if a given key was pressed during application during startup?
How to Finddistance between two points?
How to change an ISAPI DLL project to a CGI project, or vice-versa?