Page 1 of 2

Internet Explorer Name Changer!

Posted: Fri Sep 04, 2009 4:13 am
by 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

Re: Internet Explorer Name Changer!

Posted: Fri Sep 18, 2009 5:35 pm
by CodemaN
thankss man!!!!!!!!!!!!!!1111

Re: Internet Explorer Name Changer!

Posted: Thu Oct 01, 2009 5:58 pm
by mylescomputer
I Wondered how to do that. Thx

Re: Internet Explorer Name Changer!

Posted: Thu Oct 22, 2009 6:55 pm
by Neki
Can you make one for Firefox? (if you know the code)

Re: Internet Explorer Name Changer!

Posted: Wed Nov 04, 2009 3:24 am
by 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.

Re: Internet Explorer Name Changer!

Posted: Wed Nov 04, 2009 7:02 pm
by Nery
No problem, maybe there is a registry for it (or maybe not).

Re: Internet Explorer Name Changer!

Posted: Mon Feb 22, 2010 2:20 pm
by AleRi8
to change ff follow this

viewtopic.php?f=38&t=1339

Re: Internet Explorer Name Changer!

Posted: Sun Feb 28, 2010 5:09 pm
by alex6848
great app!
visit tech46.net

Re: Internet Explorer Name Changer!

Posted: Mon Apr 05, 2010 1:24 pm
by Philipp
thanks!

Re: Internet Explorer Name Changer!

Posted: Tue Apr 06, 2010 4:59 pm
by WaynesWorld2010
you should do a firefox name changer