Liberty BASIC Help Online

HWND( #handle )
 
Description:
This function returns the Windows handle (a numeric value) for the window referred to by the Liberty BASIC #handle.  This is very useful for making many different kinds of Windows API calls, and many third-party DLLs will require that this value be provided for their own purposes.
 
Usage:
 
    open "Example" for window as #1
    h1 = hwnd(#1)
 


Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/