What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » My VB WebBrowser

My VB WebBrowser
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: My VB WebBrowser
The resizing part is simple. You use the subroutine

Private Sub Form_Resize()

End Sub

When the form is resized the control gets bigger or smaller. Also at the top of the Subroutine add On Error Resume Next This will tell the application that if there is an error skip to the next line.
06-17-2004 03:30 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
My VB WebBrowser - by conless on 06-15-2004 at 08:33 AM
RE: My VB WebBrowser - by conless on 06-15-2004 at 08:42 AM
RE: My VB WebBrowser - by Choli on 06-15-2004 at 09:01 AM
RE: RE: My VB WebBrowser - by conless on 06-15-2004 at 09:33 AM
RE: My VB WebBrowser - by Choli on 06-15-2004 at 09:47 AM
RE: My VB WebBrowser - by Millenium_edition on 06-15-2004 at 10:02 AM
RE: RE: My VB WebBrowser - by conless on 06-15-2004 at 08:39 PM
RE: My VB WebBrowser - by Millenium_edition on 06-16-2004 at 10:17 AM
RE: RE: My VB WebBrowser - by conless on 06-17-2004 at 02:50 AM
RE: My VB WebBrowser - by doggie on 06-16-2004 at 10:40 AM
RE: My VB WebBrowser - by Choli on 06-16-2004 at 10:49 AM
RE: My VB WebBrowser - by matty on 06-17-2004 at 03:30 AM
RE: My VB WebBrowser - by spokes on 06-17-2004 at 06:32 AM
RE: RE: My VB WebBrowser - by conless on 06-18-2004 at 10:26 AM
RE: My VB WebBrowser - by Dempsey on 06-18-2004 at 10:48 AM
RE: My VB WebBrowser - by matty on 06-18-2004 at 04:38 PM
RE: RE: My VB WebBrowser - by conless on 06-19-2004 at 02:14 AM
RE: My VB WebBrowser - by Dempsey on 06-18-2004 at 04:40 PM
RE: My VB WebBrowser - by matty on 06-18-2004 at 04:42 PM
RE: My VB WebBrowser - by Millenium_edition on 06-19-2004 at 07:04 AM
RE: My VB WebBrowser - by Choli on 06-19-2004 at 08:29 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On