How to Create a file association for my application?
No Answer is Posted For this Question
Be the First to Post Answer
What you can contribute to the IBM?.
How to use TADOTable Seek procedure?1
How to create an executible file using the command line directive in Linux with Kylix?
How to Convert Data in Paradox Tables to InterBase Using Delphi?
What are the Color reduction techniques for graphics?
How to enable the cut and copy operations for the TWebBrowser component in Delphi 5?
How does Delphi handle Windows callbacks?
How to Flush binary file from disk cache to disk ?
Does the BDE use Client side or server side cursors for MSSQL?
How to Disable Full Window Drag?
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 the date of the last day in the current month?