Code archives/Graphics/Active window handle

This code has been declared by its author to be Public Domain code.

Download source code

Active window handle by tonyg2008
Get the active window handle
Graphics 800,600
Local my_driver:TD3D7Graphicsdriver=D3D7GraphicsDriver()
Local my_graphics:TD3D7Graphics=my_driver.Graphics()
Local my_hWnd:Int = my_graphics._hwnd
Print my_hwnd

Comments

None.

Code Archives Forum