Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show form in TaskBar
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00487011
Message ID:
00487661
Vues:
10
Thanks for yor reply Joe,

That causes it to display in the Taskbar but without the form being modal the procedure continues through to the cleanup code which kills the form.

>modal forms are treated like dialogs and do not show up in the task bar. Running the following code will cause it to show up on the taskbar. You do on the downside lose the modal property.
>
>>
Set oConvert = New frmConvert
>>    oConvert.Show 0 'vbModal
George
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform