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

Click here to load this message in the networking platform