How to Hide the windows taskbar?
No Answer is Posted For this Question
Be the First to Post Answer
Convert a color to its VCL string value ?
How to Draw in scale without using Windows Mapping Modes?
What are the different types of pointers used in delphi?
How to Save and load metafiles in a BLOB field without using DBImage ?
How to Retrieve a long file name from the command line ?
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!
Can I use DLLs developed in C or C++ from Delphi?
How to get the coding for : Well-ordered numbers
How to prevent closing of an undocked ToolBar?
How to avoid "Random" Exceptions being raised when using TJPEGImage or the JPEG unit?
How to draw directly on the Windows Desktop?
What is the tag property useful for?