Re: Screen dimensions

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

This code will place the full size screen properly relative to the taskbar.. regardless of its' location.

-- code 
WinFrame = create( wxFrame, {0, -1,  "Program Name",  1, 1, winWidth, winHeight, wxDEFAULT_FRAME_STYLE + wxMAXIMIZE } ) 
-- code  
show_fullscreen ( WinFrame, 0, 1) 
wxMain( WinFrame ) 
 

using wxMAXIMIZE did the trick for my needs

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

Search



Quick Links

User menu

Not signed in.

Misc Menu