Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Maximize screen with TitleBar
Message
From
31/01/2013 09:11:31
Mk Sharma
Shrishti Solutions
Mumbai, India
 
 
To
31/01/2013 05:30:57
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
01564792
Message ID:
01564826
Views:
46
>>I am using below code to maximize my screen.
>>
>>
>>* main.prg
>>_Screen.TitleBar    = 0
>>_Screen.WindowState = 2
>>
>>
>>above code showing my software in full screen, but TitleBar Disappeared.
>>
>>How to show my software in Full screen with Titlebar ?
>>
>>I want to show my software above the Windows TaskBar with TitleBar ?
>>
>>Full Screen image without Screen TitleBar.
>>
>>
>>Warm regards,
>>mk.
>
>Try with
>set _screen.TitleBar = 1
>Regards
>Koen

_screen.TitleBar = 1 is default setting.

I want to show TitleBar, But do not want to show TaskBar ?

Below code working (Cover entire screen) but hide the TitleBar :(
_screen.TitleBar = 0
_Screen.WindowState = 2
Below code Not working, Showing both TitleBar and TaskBar ?
_screen.TitleBar = 1
_Screen.WindowState = 2
Warm regards,
mk.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform