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.
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
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.
And sorry again i din;t notice ur reply so sorry hope u get this.
No problem, maybe there is a registry for it (or maybe not).
thanks!
My Project: Indows Intersmart(Virtual OS in VB)
|-_______________| [3%]
|-_______________| [3%]
you should do a firefox name changer
Copyright Information
Copyright © Codenstuff.com 2020 - 2023