Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a form system modal
Message
From
11/12/1997 05:27:12
 
 
To
11/12/1997 00:01:16
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00064878
Message ID:
00065208
Views:
45
>>>>>>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)
>
>
>J'ai essayé l'API mais j'ai un message qui dit qu'il n'y a pas de
>point d'entrée dans le User32. Est-il dans un autre Lib ?

Désolé, cette API a été supprimée dans USER32.EXE
SetSysModalWindow
16-bit: Declare Function SetSysModalWindow Lib "User" _
(ByVal hwnd As Integer) As Integer

32-bit: This function has been deleted.

Pierre
Previous
Reply
Map
View

Click here to load this message in the networking platform