| View previous topic :: View next topic |
| Author |
Message |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Thu Apr 03, 2008 7:01 am Post subject: |
|
|
| Estx wrote: | | Anden100 wrote: | | Hmm... would it be possible, to in some way, get the old name back? | Open regedit (start>run> type: regedit)
Browse to this key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
Delete the subkey called: "Window Title"
Restart I.E. |
yay, ty ;D
|
|
| Back to top |
|
 |
_MadMan_ Cheater
Reputation: 0
Joined: 16 Oct 2007 Posts: 37
|
Posted: Fri Apr 04, 2008 10:40 am Post subject: |
|
|
ill put a reset button in too
i lost the project but i can make a new one
how can i let people deside wat name they want??
anyone knows??
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Apr 04, 2008 1:24 pm Post subject: |
|
|
Add a textbox that the user can type into, then when the command button event happens, use the textbox's value for the window name.
| Code: | Private Sub Command1_Click()
SetInternetWindowTitle Text1.Text
End Sub |
Keep in mind, SetInternetWindowTitle is not an actual command. It is just for example purposes. Change it to the name of your function you use/made to change the window name, or code the registry editing directly into there and just use Text1.Text as the string to set it to.
Rename Text1 to what ever you want to as well, leaving them default can lead to confusion later on in larger projects.
_________________
- Retired. |
|
| Back to top |
|
 |
Deletion I post too much
Reputation: 0
Joined: 22 Jun 2006 Posts: 2148 Location: Underground
|
Posted: Fri Apr 04, 2008 2:33 pm Post subject: |
|
|
Um... leave it in the task bar next time... I hate having to minimize my shit =P
_________________
Bitch, please.
| redslothx wrote: | | oh im a man so respect the penis powers |
|
|
| Back to top |
|
 |
_MadMan_ Cheater
Reputation: 0
Joined: 16 Oct 2007 Posts: 37
|
Posted: Sat Apr 05, 2008 4:49 pm Post subject: |
|
|
| thanks
|
|
| Back to top |
|
 |
|