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 - <b>method hscroll( <nwparam>, <nlparam> ) class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD HScroll( <nWParam>, <nLParam> ) CLASS TWindow
                                      Horizontal scroll method dispatcher
--------------------------------------------------------------------------------
   TWindow:HScroll( <nWParam>, <nLParam> )  --> 0

   Processes the WM_HSCROLL messages that are sent to this window
   object. This method handles both the messages for both a scrollbar
   that is connected to a window or for a particular horizontal
   scrollbar control.

Parameters:

<nLParam>   The high word of this parameter contains the
            handle of the scrollbar.

<nWParam>   This parameter contains a numerical value that  specifies
            the action that should be taken. The following messages are
            processed (these constants are defined in WINAPI.CH):

            SB_LINEUP
            SB_LINEDOWN
            SB_PAGEUP
            SB_PAGEDOWN
            SB_THUMBPOSITION
            SB_ENDSCROLL (only if the method is called for a scrollbar
            that is connected to a window).


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson