Does someone know where I can find XBrwScrollRow( ) source?
Thanks in advance
Otto
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( XBRWSCROLLROW ) // hWnd, nScroll, nHeaderHeight, nBottomInPixels
{
HWND hWnd = ( HWND ) hb_parnl( 1 );
RECT rct;
GetClientRect( hWnd, &rct );
rct.top += hb_parni( 3 );
rct.bottom = rct.top + hb_parni( 4 ) ;
ScrollWindowEx( hWnd, 0, - hb_parni( 2 ), 0, &rct, 0, 0, 0 );
}
#pragma ENDDUMP
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], nageswaragunupudi, RSalazarU and 76 guests