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

Click here to load this message in the networking platform