Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Maximize screen with TitleBar
Message
From
31/01/2013 12:14:08
Mk Sharma
Shrishti Solutions
Mumbai, India
 
 
To
31/01/2013 12:02:10
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
01564792
Message ID:
01564855
Views:
34
>>>>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.
>
>Hi,
>
>I am afraid that is not possible, please check the helpfile:
>
>Top-level forms appear on the Windows taskbar.
>
>Regards,
>
>Koen

So we need to add our menu to a top level form ?

Warm regards,
mk.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform