My VB WebBrowser - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: My VB WebBrowser (/showthread.php?tid=27234) My VB WebBrowser by conless on 06-15-2004 at 08:33 AM
Hey all, I had posted my browser like a week ago or so. anyways, I just wanted you guys to have a new look at it. I updated it, new colors (cool colors, I think ) RE: My VB WebBrowser by conless on 06-15-2004 at 08:42 AM
Here is a snapshot RE: My VB WebBrowser by Choli on 06-15-2004 at 09:01 AM
quote:errr.... I don't like them but anyone has his own likings about the borwer itself: can you make it works well in 800x600? I mean, it works, but it's too wide and i can't see it correctly ah! also if the user types a page that bagins with "http://", don't add it again quote:it's good, continue working on it RE: RE: My VB WebBrowser by conless on 06-15-2004 at 09:33 AM
quote: Oh yea, forgot about that http://. Its like everyone I know doesnt type http:// or www. they just type google.com like that so thats why I made it like that. anyways, thx for letting me know. Thanks, I am going to keep working on it RE: My VB WebBrowser by Choli on 06-15-2004 at 09:47 AM
quote:don't assume that all pages have www. there are pager that start with ttt. or any other thing, if the user doesn't type www., don't add it. RE: My VB WebBrowser by Millenium_edition on 06-15-2004 at 10:02 AM
i don't like the colors also, the interface is so sticked to each other. if you show/hide, it should resize a bit to make it look better. RE: RE: My VB WebBrowser by conless on 06-15-2004 at 08:39 PM
quote: Cant make it resize it self . That was the best I can do . like I said I am a noob at this but of course I will get better with time and when I do, imma update the whole thing. What you mean by the "edit BG" the button colors do change, but I dont know how the color of the text in the buttons change forecolor dont work with buttons. Yea, thats what everyone told me about the IE control I still consider it mines cause I coded it, but since im using IE stuff its not all mines like 60%. I get the bigger half If you mean the colors of the buttons by the icons in there like the green printer, mail, home. etc., those are pics. Since they have that color they stay like that, Imma find a way to make them change too. RE: My VB WebBrowser by Millenium_edition on 06-16-2004 at 10:17 AM
nono, I ment: RE: My VB WebBrowser by doggie on 06-16-2004 at 10:40 AM is it an actual browser or just someone adding a IE control box? RE: My VB WebBrowser by Choli on 06-16-2004 at 10:49 AM
quote:I think it's adding an IE control. RE: RE: My VB WebBrowser by conless on 06-17-2004 at 02:50 AM
quote: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 RE: My VB WebBrowser by matty on 06-17-2004 at 03:30 AM
The resizing part is simple. You use the subroutine RE: My VB WebBrowser by spokes on 06-17-2004 at 06:32 AM its pretty good!, i like it RE: RE: My VB WebBrowser by conless on 06-18-2004 at 10:26 AM
quote:I been sending it to a lot of ppl and mostly everyone is loving it . 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. RE: My VB WebBrowser by Dempsey on 06-18-2004 at 10:48 AM
when you goto View ---> Text Size code: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 RE: My VB WebBrowser by matty on 06-18-2004 at 04:38 PM
quote:----------------------------------------------------------------------- Out of straight borderm I started to give you some competition Here are a few screen shots RE: My VB WebBrowser by Dempsey on 06-18-2004 at 04:40 PM looks great Matty. is it just for you cos your bored? Or are you gonna put it for download? RE: My VB WebBrowser by matty on 06-18-2004 at 04:42 PM
quote: 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 RE: RE: My VB WebBrowser by conless on 06-19-2004 at 02:14 AM
quote: it sucks ass , jk. Come on now matty, why you gotta post yours in my thread 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 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 quote:How you go about doing that? That will be cool RE: My VB WebBrowser by Millenium_edition on 06-19-2004 at 07:04 AM that thing on the screenshot (the player on mattys) is winamp i think. RE: My VB WebBrowser by Choli on 06-19-2004 at 08:29 AM
quote:search in "windows xp manifest", and read about what's it and how to use it. then create a .manifest file and add it as a resource to your exe (using reshack). Put it at 24,1,0. And remember to call the API InitCommonControls before any form is loaded in your program. That's the way I do it. |