I don't want to seem like I'm thick, but...

Blitz3D Forums/Blitz3D Programming/I don't want to seem like I'm thick, but...

Hi,

I want to use Swifts code from the code archives using the user32.decls additions to change a cursor inside Blitz...

I have no idea on how to find the Window handle, can anyone help me please?


IPete2.

GetActiveWindow()

hWnd = SystemProperty("AppHWND")


Please use the SystemProperty method.
The method above that has been outdated for ages.