Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate
Message
De
09/04/2006 08:02:47
 
 
À
08/04/2006 20:46:30
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01111730
Message ID:
01111755
Vues:
14
Hi Mike,

the best alternative way to Borislav's suggestion that I can find is to control the height and width yourself:

oIE.Height = 600
oIE.Width = 800

or possibly look at using the windows API to find the IE window and then maximise it. Have a look at Mike Lewis' web site (in particular this article: http://www.ml-consult.demon.co.uk/foxst-11.htm). It may help.

>I am using code as below to activate a browser and connect to a url.
>
>
>OIE=CREATEOBJECT("internetexplorer.application")
>OIE.VISIBLE = .T.
>lcUrl = "http://www.msdn.microsoft.com/vfoxpro"
>OIE.NAVIGATE(lcUrl)
>
>
>I find that this code brings up the browser in a small window. The user simply has to click on the Maximize button to fill the screen but I was wondering if there was a way of getting the browser to open in full screen mode automatically.
>
>If anyone has a solution for this, I would be pleased to hear from you.
>
>Mike Smith
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform