Page 1 of 1

Posted: Sat Jan 18, 2003 2:45 pm
by BackupUser
Restored from previous forum. Originally posted by CLAUDE PATRICK.

en purebasic.
1) comment obtenir la taille du curseur souris
2) comment savoir quel curseur est actif ( fleche,croix.. )
3) comment mettre un curseur personnalisé

in purebasic: ( en a peu près anglais 8) )
1) how getting the size of the mouse cursor
2) how to know which cursor is active ( shaft, cross... )
3) how to put a personalized cursor

merci/thanks

patrick

@+

Patrick Claude
39, rue de la Chaume
88160 Le Thillot

Posted: Sat Jan 18, 2003 3:16 pm
by BackupUser
Restored from previous forum. Originally posted by blueb.

Claude,

Assuming the Windows version of PB:

Everything you need is in the Win32 API Help document.
Go to the index and search under 'Cursors'. The commands
you need are: LoadCursor, LoadCursorFromFile and SetCursor, etc.

Calling the Win API functions is easy with PureBasic.
Take a look in these forums for some examples.

--blueb