Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Browser won't move/resize properly
Message
 
 
À
10/10/2003 19:46:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00837701
Message ID:
00837728
Vues:
30
>Hi Sergey,
>
>Tried that. It works during the initial form.Refresh(), but not after that.
>
Hi Bill,

I droped _webview4 class on the new form and put following code into form's resize (just for testing).
This.oWeb.Left = Int(Thisform.Width / 30)
This.oWeb.Top  = Int(Thisform.Height /30)
This.oWeb.Width = Thisform.Width - This.oWeb.Left * 2
This.oWeb.Height = Thisform.Height - This.oWeb.Top*2
The web control moves and resizes with form w/o any problem.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform