Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - enablewindow() enables or disables mouse and keyboard activity http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EnableWindow()         Enables or disables mouse and keyboard activity
--------------------------------------------------------------------------------

   Syntax:              EnableWindow( <hWnd>, <lEnable> )  --> <lSuccess>

                        This function enables or disables mouse and
                        keyboard input to the given function or control.
                        When input is disabled, the window ignores input
                        such as mouse clicks and key presses. When input
                        is enabled, the window processes all input.

   Parameters:

   <hWnd>               The handle of the window or control.
                        In FiveWin: oWnd:hWnd.

   <lEnable>            A logical value indicating if perform an enable or
                        disable operation.

   Returns:

   <lSuccess>           A logical value true if the operation was
                        successful.

   Source code:

   See also:            TWindow:Enable() TWindow:Disable() IsWindowEnabled()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson