Log in

View Full Version : Change control properties in VC++


!oz!
May 28th, 2004, 05:14
Hi,

I'm trying to find how change property values for controls, like menu items, buttons, etc... :hmm: Does anyone know how to change properties in visual controls from assembler level ? Maybe some controls have their own declarations in hex....

regards

omega_red
May 28th, 2004, 10:02
Which properties exactly?

nikolatesla20
May 28th, 2004, 12:19
If you are simply trying to edit dialog type controls, you should be able to use any resource editor (Resource hacker, EXEScope) to do it.

-nt20

!oz!
May 28th, 2004, 15:36
It is a submenu item (like Help/About), and it's property Enabled is set to false, so it is grayed - I cannot edit it with resource editor. I've tried to enable it with WindowJuggler in Olly, but it is hard to locate, it gaves me only WndHandle something like 0x1202B4, WndID : 0x0 and Class Name : #32768.

regards