Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Word Automation in Office 2010 and W7
Message
De
06/07/2012 07:07:17
 
 
À
05/07/2012 14:44:10
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01547671
Message ID:
01547732
Vues:
56
>Thanks for the reply, but that doesn't really help as I can't find a sensible example of bringwindowtotop whereby it can be applied to an already instantiated version of Winword.exe.
try:
oWord = CREATEOBJECT("Word.Application")
...
DECLARE Long BringWindowToTop In Win32API Long
...
BringWindowToTop(oWord.Hwnd)
...
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform