Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with closing Excel opened by automation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01232734
Message ID:
01233544
Vues:
9
>Naomi,
>
>I did not follow this thread, this is the first message I read of it, and I have a question, why do you need FindWindow?
>
>Does this not work for you?
>
>
>DECLARE SHORT BringWindowToTop IN WIN32API INTEGER HWND
>
>with THISFORM.oExcel
>	.Visible = .T.
>	BringWindowToTop(.Hwnd)
>endwith
>
>
Hugo,

Good point, thanks. One less API call. I found I still need ShowWindow after BringWindowToTop though.

Still it doesn't help with sleep/do while code. Do you have more ideas?

Thanks again for the Excel hwnd suggestion.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform