Internet Explorer Name Changer!
Posted: Fri Sep 04, 2009 4:13 am
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...
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
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


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

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