![]() |
How can I change "OK" and "Cancel"?
I'm sure there's any easy way to edit the dialog on these buttons through RegEdit, but I don't know how to do it. Any suggestions?
|
It's compiled into the program, whether it's VB, C++, etc. Unless the programmer allows a method for input, like an ini file or a registry entry, specifically, then you probably won't be able to do that. What application are you using?
|
Also, you may try getting a hex editor and look at the compiled binary. If the compiler didn't obfuscate the text then you should be able to change it.
|
Actually BoCo may be right. The "OK" and "Cancel" may likely be default button text, and if that's so, he might be able to change it with ResHack. I don't think those values are stored in your registry, though BoCo.
So yeah, try poking around with ResHack, maybe that will yield some results. And chodarama has a good idea with the hex editor. |
Most of the OK, NO, CANCEL, YES dialogs are inside windows themselves, when a program pops up such a dialog it asks windows to fill in that text from the gui dlls of the OS, only when you use a custom message, or build a dialog from scratch does it allow you to edit them via a res editor like reshack, resource hunter, eXescope etc. if you find the dll with the default text in there, youll have to turn off WFP or windows will replace it.
Its probably going to be inside user32.dll, since thats where most of the functions are, MessageBox, MessageBoxEx , AfxMessageBox I had a quick peek in user32.dll and sure enough thats where they seem to be, they may not be the only ones there, under string resources number 51, also dialog 9 (for Xp pro at least) I like restuner, it allows you to modify a lot of the defaults etc. http://www.restuner.com/ Of course messing with dlls that part of the OS can have a heavy penalty ;) |
hmm...good thread, i too would love to do something like this...
perhaps change to 'Maybe' and 'Maybe Not' or some similar... ;) |
though not specifically related, its a thread on littlewhitedog that we had about changing the w2k boot logo, by changing resources etc.
http://www.littleblackdog.com/viewto...084&highlight= |
Or, if you want to change your XP bootscreen, go to BootXP.net
|
BootXP.net is nice :-) thx for the link BoCo
|
That would be cool. I'd change it to "Hell yes!" and "Fuck no!" :D
|
All times are GMT -8. The time now is 06:28 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project