help] how to change names

Posts 1–9 of 9 · Page 1 of 1
help] how to change names
you notice when you open a window, the bar at the top displays the programs name. like right now i see "MPGH - bla bla bla" how would i change a .EXE that opens a simple window's name?
dont u just change the name of the file???
idk im a noob but isnt this in the wrong section???
You would have to edit it, or in some cases, renaming.. It does work but not as often.
if you're talking about the title of a window that a program opens then you need to set the title for it, when the window is created.. in the code you have a button open a new window, put the title for that window in the code
We totally understand that WarPathSin, thanks for informing us.
*rollseyes
Quote Originally Posted by Shocking View Post
We totally understand that WarPathSin, thanks for informing us.
*rollseyes
LMAO

its the syntax of the language for creating a new window.. if he knows about programming he understood what i said.. of course you wouldnt
Quote Originally Posted by Grim View Post
LMAO

its the syntax of the language for creating a new window.. if he knows about programming he understood what i said.. of course you wouldnt
MSDN anyone? SetWindowText Function ()

hWnd is the handle of the window. Which you should have anyway if your creating a window. If not use GetModuleHandle() also on MSDN

Course this depends specifically how you want to do it. In what language... etc.
Lol why06 pwned wps....
Posts 1–9 of 9 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?