Re: size a window to full screen

new topic     » goto parent     » topic index » view thread      » older message » newer message

The simplest way to go 'fullscreen' is this ...


    hWnd = getHandle(id)
    VOID = w32Func( xSetWindowLong,{ hWnd, GWL_STYLE, WS_POPUP })
    VOID = w32Func( xShowWindow, { hWnd, SW_MAXIMIZE } )

-- 
Derek

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu