Post: Variable for VB6
11-22-2010, 02:56 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I need the Variables that Resizes the window with the Shockwave, Internet etc. Like a real webbrowser.
(adsbygoogle = window.adsbygoogle || []).push({});
11-22-2010, 03:08 AM #2
BAU5
Do a barrel roll!
Originally posted by NBTheKing View Post
I need the Variables that Resizes the window with the Shockwave, Internet etc. Like a real webbrowser.


Code:
Private Sub Form_Load()

WebBrowser1.Navigate "www.google.it"

End Sub

Private Sub Form_Resize()

WebBrowser1.Width = Me.ScaleWidth
WebBrowser1.Height = Me.ScaleHeight

WebBrowser1.Navigate "www.google.it"

End Sub

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo