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:
01233548
Vues:
10
Naomi,

I test in my command window and I do not need ShowWindow after BringWindowToTop, this code works fine for me
DECLARE SHORT BringWindowToTop IN WIN32API INTEGER HWND

loExcel			= Createobject('Excel.Application')
loExcel.Visible		= .T.

BringWindowToTop(loExcel.Hwnd)
Sorry about the Sleep code, I do not understand what you need to do there, but... I have an idea, let me test it and I come back to you.

>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.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform