Internet Explorer Name Changer!

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
16 posts Page 1 of 2
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Internet Explorer Name Changer!
Robby
Hello Guys this is a simple and a small program i made in Visual Basic 2008.
All this little app does is change the Windows Internet Explorer on internet explorer to a name that you might want like say Code N Stuff So yea!


Hope you enojoy the tut

Note:This Code Requires Changing Keys in the Registry so do this at your own risk but it is safe as i've done it 10 times or more


First of all make a application in Visual Basic and add all the design you might want


Needed items are a textbox and also a button thats all you need!


First of all when you add all both these things then go to the button1's code and add this...
Code: Select all
Dim shl = CreateObject("Wscript.shell")
        shl.RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title", TextBox1.Text)
        MsgBox("Name Changed Successfully")

That is it now all you need to do is Debug the program and just type in a name for the thing name to be and bam! it is done i will show a picture below :)


Image

this is the picture of the IE Name Changer and its thing of doing this


Image

this is the name in the Web Browser so thats the showing of it that it actually works :)

Thanks for watchign this lol

Ty

Robby1998
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
CodemaN
VIP Access - Denied
VIP Access - Denied
Posts: 74
Joined: Fri Sep 18, 2009 3:18 pm

Re: Internet Explorer Name Changer!
CodemaN
thankss man!!!!!!!!!!!!!!1111
User avatar
mylescomputer
Just Registered
Just Registered
Posts: 7
Joined: Fri Sep 04, 2009 7:39 pm

I Wondered how to do that. Thx
User avatar
Neki
Top Poster
Top Poster
Posts: 96
Joined: Sun Oct 11, 2009 10:12 am

Re: Internet Explorer Name Changer!
Neki
Can you make one for Firefox? (if you know the code)
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Internet Explorer Name Changer!
Robby
Sorry for the late reply but i cant find a way for firefox as it is not open sourced as much for its thing in the registry like internet explorer is but if i find one somewhere else i can.

And sorry again i din;t notice ur reply so sorry hope u get this.
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Internet Explorer Name Changer!
Nery
No problem, maybe there is a registry for it (or maybe not).
User avatar
AleRi8
Top Poster
Top Poster
Posts: 153
Joined: Sun Sep 20, 2009 2:30 pm

Re: Internet Explorer Name Changer!
AleRi8
to change ff follow this

viewtopic.php?f=38&t=1339
check out my software
win7 itweaker basic £4.50
viewtopic.php?f=70&t=793
User avatar
alex6848
VIP - Donator
VIP - Donator
Posts: 201
Joined: Sat Jan 16, 2010 10:26 pm

great app!
visit tech46.net
Free Facebook Page Likes - http://fbliker.tk/?ref=gillis
User avatar
Philipp
Member
Member
Posts: 28
Joined: Mon Apr 05, 2010 12:08 pm

Re: Internet Explorer Name Changer!
Philipp
thanks!
My Project: Indows Intersmart(Virtual OS in VB)
|-_______________| [3%]
User avatar
WaynesWorld2010
Top Poster
Top Poster
Posts: 99
Joined: Fri Apr 02, 2010 8:53 pm

you should do a firefox name changer
I'm a Spread Firefox Community Member, What about you?
Image
16 posts Page 1 of 2
Return to “Tutorials”