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...

IPete2(Posted 2005) [#1]
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.


Difference(Posted 2005) [#2]
GetActiveWindow()


Yan(Posted 2005) [#3]
hWnd = SystemProperty("AppHWND")



Picklesworth(Posted 2005) [#4]
Please use the SystemProperty method.
The method above that has been outdated for ages.