How to display an application associated icons?
No Answer is Posted For this Question
Be the First to Post Answer
why Paradox slow on some computers and not on others ?
How to tell if a form has been created (or any object)?
How to Copy files using the Standard Windows Copy file dialog box ?
I just bought Delphi. Where are the language and library reference manuals?
How to Check for NULL in OnUpdateData handler ?
Can a Delphi Application Connect to an InterBase Database on Any Platform?
Specify a DefaultExpression for a TField object?
How to Save and load metafiles in a BLOB field without using DBImage ?
How to Detect if the system time has been changed ?
How to Prevent changing pages in a page control?
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 obtain IDAPI32.LIB and IDAPI.H ?