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:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: My VB WebBrowser
when you goto View --->  Text Size

you have the order the wrong way around, Largest makes it small and Smallest makes it big!

And the colour scheme is a bit bright!  i agree with Millenium_edition about changing the colours and the background and buttons sepersatley.

To do the resizing, do what Matty said,
code:
Private Sub Form_Resize()
     webBrowser1.width = screen.width - 100
     webBrowser1.left = 50
end sub
something like that, but obviuously do the height too and change weBrowser1 to your control name

And add a XP manifest file, so the controls look XP stylee
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-18-2004 10:48 AM
Profile E-Mail PM Web 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