Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoid ther applications
Message
De
24/11/2001 10:52:13
 
 
À
23/11/2001 18:07:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00585269
Message ID:
00585361
Vues:
21
>Were's my problem: I want that when my application/form is running user can't do anything such as running other applications, hit the start button...

You can do something like:
_screen.AlwaysOnTop = .T.
_vfp.Width = SYSMETRIC(1) + 5
_vfp.Height = SYSMETRIC(2) + 5
Which will hide all other applications and the task bar. Though, you can still get to the start menu with the keyboard. I'm not sure if its possible to get around that in VFP.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform