Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser won't move/resize properly
Message
 
 
To
10/10/2003 19:46:36
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00837701
Message ID:
00837728
Views:
32
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform