Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with closing Excel opened by automation
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01232734
Message ID:
01233538
Views:
14
This message has been marked as a message which has helped to the initial question of the thread.
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
"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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform