Re: Grids ?
"FrancoJommi" <franco.jommi@xxxxxx> schrieb im Newsbeitrag
news:455ed090$0$7638$4fafbaef@xxxxxxxxxxxxxxxxxxxxxx
Yes,thanks I am trying, but while I found how to change colors, I cannot
find how to align my strings (which in fact are numbers). Is there some
API
call or something else ?
Hi,
I am used to do it that way:
It is not much Code.
Canvas.TextOut(RightPos - Canvas.TextLength(Text), TopPos, Text);
Regards
Heiner
.
Relevant Pages
- Re: Grids ?
... find how to align my strings. ... Is there some API ... DrawTextis a WinAPI call - look in Delphi Win32 help or on MSDN ... (comp.lang.pascal.delphi.misc) - PInvoke Issues...
... I think I'm having PInvoke issues because I imported the service API ... strings and the DWORD correctly - yes? ... (microsoft.public.dotnet.languages.csharp) - Re: DLL Marshalling : How do I treat a char FAR * HUGE * FAR * in C# ?
... The P/Invoke layer doesn't know how to marsal arrays back to the managed ... are you supplying the memory where the strings are written to? ... > API call by doing a type conversion for each parameter. ... > public static extern int XcDatabaseCodes( ... (microsoft.public.dotnet.languages.csharp) - Re: Equivalent to GetKeyNameText for WM_APPCOMMAND messages?
... >> Is there an equivalent of the GetKeyNameText API for the WM_APPCOMMAND ... I need to create user-readable strings to use in my keyboard ... WM_APPCOMMAND has nothing directly to do with keyboard input. ... (microsoft.public.win32.programmer.ui) - Re: Suggested Alternative Unicode Implementation (for Rudy+ miscothers)
... Only if you were using strings other that UTF16 in your application. ... You want conversions? ... A versions of function prototypes as appropriate to an applications ... i.e. you have an ANSIString in your hand, you call the A API. ... (borland.public.delphi.non-technical) |
|