Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Taskbar Items
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00128325
Message ID:
00128433
Vues:
18
>>When I launch application with top-level form, I get two items on Windows taskbar (_SCREEN and TOPFORM). Is any way to suppress one of them?
>
>Ed,
>
>The following will take care of the _SCREEN:
>SET LIBRARY TO FOXTOOLS
>lnhWnd = MainHwnd()
>DECLARE INTEGER ShowWindow IN Win32API;
>  INTEGER hWnd, INTEGER uShow
>= ShowWindow(lnhWnd, 0)
>This'll make the _SCREEN an invisible window and it won't show on the task bar.

Thanks everybody!
It was probably too late in too long day yesterday and strange things started to happen:).
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform