Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE 3 ActiveX Control & VFP Resize Event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
IE 3 ActiveX Control & VFP Resize Event
Divers
Thread ID:
00044401
Message ID:
00044401
Vues:
89
I have created a form with the IE3.0 control. Every thing works great but the forms resize event.
For example

PROCEDURE RESIZE
With ThisForm
.LockScreen = .T.
.WebX.Height = .Height - 50
&& Sets Height Correct but makes width larger
.WebX.Width = .Width
&& Sets Width Correct but makes height larger
.LockScreen = .F.
EndWith
ENDPROC

Any ideas why the heigth & width changes when I set the width, or the heigh properties
Répondre
Fil
Voir

Click here to load this message in the networking platform