Can I make calls to Delphi code from C or C++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write multi-user database applications in regular Delphi?
Explain the findfirst method?
what are the different Dataset event handlers?
What is the diff between IT Company & other companies?.
what are Single and multiple application server instances ?
How to get UpdateMode to work for TQuery on a SQL Server 7.0 table?
what is Client launching ?
How to prevent closing of an undocked ToolBar?
what are the uses of Arrow and Function Keys ?
What is the function of dynamic arrays?
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!
what are the Font problems on NT 4.0?