inbugable
January 27th, 2008, 04:16 PM
Hello,
I have a running application which has four windows of a class it registered.
Now using find window I get the handle of the specific one I want from my application (remotely) and I would like to change its class name leaving its functionality. I tought about creating a identical class (copying it) with only the different name and changing the window class to the class I created.
A problam that comes that I can think of is the class class procedure which is a address in the other app and not mine.
Is it possible to change the classname of a window that is already created? If so, could I change it from my app (remotely)?
Thanks.
I have a running application which has four windows of a class it registered.
Now using find window I get the handle of the specific one I want from my application (remotely) and I would like to change its class name leaving its functionality. I tought about creating a identical class (copying it) with only the different name and changing the window class to the class I created.
A problam that comes that I can think of is the class class procedure which is a address in the other app and not mine.
Is it possible to change the classname of a window that is already created? If so, could I change it from my app (remotely)?
Thanks.