[Migrated content. Thread originally posted on 21 November 2007]
I am trying to use 'createcursor' and have found from MSDN that the following is required:HCURSOR CreateCursor(
HINSTANCE hInst,
int xHotSpot,
int yHotSpot,
int nWidth,
int nHeight,
const VOID *pvANDPlane,
const VOID *pvXORPlane
);
Parameters
hInst
[in] Handle to the current instance of the application creating the cursor.
...
Does anyone know how to get the value of the 'current instance', and what is the data type?
I have found a zipfile called splitter.zip on this forum that was supposed to show how the change the cursor shapes depending on the cursor position, but this does not seem to work. However it seems to give an indication as to what the other parameters are.
Any help would be greatly appreciated.



