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

Pages: (3): « First « 1 [ 2 ] 3 » Last »
My VB WebBrowser
Author: Message:
conless
Junior Member
**

Avatar

Posts: 65
– / Male / –
Joined: Sep 2003
O.P. RE: RE: My VB WebBrowser
quote:
Originally posted by Millenium_edition
nono, I ment:
to be able to change the backcolor of the buttons and of the background sperately, so you choose each's color!

hmmm, I dont know how to do that yet, but I will try to learn how.

Have you tested my ConXplayeR yet??
You can play mp3s, avi, mpeg, mpg, etc. without laggin
You can browse and play music while you surf

You open the file with the eject button.
check it out :D
No Image Available
06-17-2004 02:50 AM
Profile E-Mail PM Web Find Quote Report
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
spokes
Full Member
***

Avatar
I <3 Rollerblading

Posts: 423
Reputation: 10
33 / Male / Flag
Joined: May 2004
RE: My VB WebBrowser
its pretty good!, i like it

[Image: sig15ws.png]
06-17-2004 06:32 AM
Profile E-Mail PM Web Find Quote Report
conless
Junior Member
**

Avatar

Posts: 65
– / Male / –
Joined: Sep 2003
O.P. RE: RE: My VB WebBrowser
quote:
Originally posted by spokes25
its pretty good!, i like it

I been sending it to a lot of ppl and mostly everyone is loving it :D.
maybe just cause a lot of ppl hate the IE. I love my browser too, it loads faster than IE and you can play music while you suft without laggin. I want to add more stuff to it but I dont know what, any suggestions??
I am trying to create a better icon or like a logo. any ideas??
I creating the site for it too, so it will be out soon. nothing fancy cause I am not that good on it. But like I said before, I will get better with time. :D
No Image Available
06-18-2004 10:26 AM
Profile E-Mail PM Web Find Quote Report
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
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: My VB WebBrowser
quote:
Originally posted by Dempsey
To do the resizing, do what Matty said,
code:
Private Sub Form_Resize()
     webBrowser1.width = screen.width - 100
     webBrowser1.left = 50
end sub

It wouldn't be screen.width - 100 it would be Me.Width - 120 (Me being the Form)
-----------------------------------------------------------------------

Out of straight borderm I started to give you some competition :)

Here are a few screen shots :)

[Image: MainScreen.gif]
[Image: ViewSource.gif]
[Image: Popups.gif]

This post was edited on 06-18-2004 at 04:43 PM by matty.
06-18-2004 04:38 PM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: My VB WebBrowser
looks great Matty.  is it just for you cos your bored?  Or are you gonna put it for download?
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-18-2004 04:40 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: My VB WebBrowser
quote:
Originally posted by Dempsey
looks great Matty.  is it just for you cos your bored?  Or are you gonna put it for download?

Both


If anyone is still reading this thread here are the current things my browser offers.


Instant Hide: Using F12 will Instantly Hide any instances of the browser, and will put an icon in the system tray that is password protected (if set).
Pop Blocker: Currently the one coded does not allow any new windows to be created, not even if you click on. This is because of the way the Browser Control is set.

To Do List
Internet Explorer Tweaks: The Options section of the browser will not only allow you to set settings for the browser but will allow you to tweak Internet Explorer.
Tabs: Like Opera, MyIE2 and FireFox there will be an option to have tabs so that only one window is used

I cant think of anything else at the moment but when it is finished you will all know about it :)

This post was edited on 06-20-2004 at 01:59 AM by matty.
06-18-2004 04:42 PM
Profile E-Mail PM Find Quote Report
conless
Junior Member
**

Avatar

Posts: 65
– / Male / –
Joined: Sep 2003
O.P. RE: RE: My VB WebBrowser
quote:
Originally posted by matty
Out of straight borderm I started to give you some competition :)

it sucks ass :P, jk. Come on now matty, why you gotta post yours in my thread :P
You a better programmer than me so of course yours is going to be better, (not for long)
but mines plays mp3s, avis, and all that yours dont, haha :P jk.
I see yours on the top right, is that a player also?
You doing your in VB too?
Well I am not going to hate, so its coo. I guess:S

quote:
Originally posted by Dempsey
And add a XP manifest file, so the controls look XP stylee
How you go about doing that? That will be cool
No Image Available
06-19-2004 02:14 AM
Profile E-Mail PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: My VB WebBrowser
that thing on the screenshot (the player on mattys) is winamp i think.
06-19-2004 07:04 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


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