hInstance?

BlitzMax Forums/BlitzMax Programming/hInstance?

ChristianK(Posted 2006) [#1]
Is it possible to get the 'hInstance' of a BlitzMax/MaxGUI window?


skidracer(Posted 2006) [#2]
The following prints the hinstance of the application itself:
Import pub.win32

hinstance=GetModuleHandleA(0)
Print hinstance