 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mauro Guest
|
Posted: Mon Jul 28, 2003 6:28 pm Post subject: Nobody knows here about cursors ?? |
|
|
Hi all,
I have posted a topic some times ago but
without result. Do you know somebody, that could help me???
I need to change my own cursor in a program, I want to access the canvas of
the cursor, so that I can draw a figure on it.
Best regards,
Mauro
|
|
| Back to top |
|
 |
Bruce Larrabee Guest
|
Posted: Sat Aug 09, 2003 6:14 am Post subject: Re: Nobody knows here about cursors ?? |
|
|
Hi Mauro,
Ok, create a cursor with `ImageEditor' from the `Tools' menu.
Then do something like this...
const int crRight = -21;
Screen->Cursors[crRight] = LoadCursor((void *)HInstance, "RIGHT");
DrawSurface->Cursor = crRight;
`DrawSurface' is an TImage in this case...
Laters,
Bruce Larrabee
CADHouse
[email]maps (AT) pacwest (DOT) net[/email]
[email]zorwizard (AT) lycos (DOT) com[/email]
|
|
| Back to top |
|
 |
chip Guest
|
Posted: Wed Aug 20, 2003 4:31 pm Post subject: Re: Nobody knows here about cursors ?? |
|
|
Sorry,
TImage->Cursor
Laters,
Bruce
"Mauro" <mauro23 (AT) gmx (DOT) de> wrote
| Quote: | hi Bruce,
what do you mean with DrawSurface->Cursor ??
Regards,
Marius
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|