Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make a form system modal
Message
De
10/12/1997 20:45:02
 
 
À
10/12/1997 12:23:00
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00064878
Message ID:
00065174
Vues:
38
>>>>>I want to make a form system modal with vb5. User can't do
>>>>>nothing with windows 95 until they answer the form. How can
>>>>>i do this ? thank you.
>>>>
>>>>YourForm.Show 1
>>>
>>>Michel,
>>>Cette façon permet de mettre une fenêtre modale pour l'application et non le système au complet.
>>>Il y a peut-être un call API.
>>
>>I read too fast.
>>
>>Yes, an API will do it.
>
>oui, l' API SetSysModalWindow :
> Declare Function SetSysModalWindow Lib "User32" (ByVal hwnd%) As Long
>
> Success% = SetSysModalWindow(hwnd)


Thank's a lot guys. I'll try it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform