Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Maximize screen with TitleBar
Message
De
31/01/2013 12:14:08
Mk Sharma
Shrishti Solutions
Mumbai, Inde
 
 
À
31/01/2013 12:02:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
01564792
Message ID:
01564855
Vues:
35
>>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform