Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching browser from VFP9
Message
De
24/06/2010 22:39:24
Hong Yew
People Quest
Malaisie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Launching browser from VFP9
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01470522
Message ID:
01470522
Vues:
110
HI all

I use the following codes to display HTML file.
May I know how can I maximise the browser window and at the same time activate it instead of having to do the 2 steps manually?

lcHTML_file = addbs(toApplication.ProjectDirectory)+'DOCS\'+toApplication.cHTML_name
loHTML = createobject("InternetExplorer.Application")
loHTML.Visible = .T.
llOK = loHTML.Navigate(lcHTML_file)

Your advice much appreciated

Thanks & Best Regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform