: : Hello,
: : How can I change the class name of a MFC Dialog.
: : Advance thanks.
: : Sincerely,
: : Andrew Mosqueda
: :
:
: hi,
: you can change the class name from classwizard..invoke and change the class name..but I guess thats a bit tedious thing to do...I dont know MFC allows it or not...simpler thing is create a new dialog and then invoke classwizard and there define your classname...whatever you want to..and if you need any dialog class to be renamed then copy all code from there and paste it in your new dialog's files and search and replace the old class name by new class name..of course the resources must be same...this is all I can suggest...
: cheers
: Himanshu
:
Hello Himanshu,
Thanks for your reply my friend. My question was wrong sorry.
Actually my question is how to change the window class name of
the dialog. That is, the name of the class that is seen when
Spy++ is use. I want to change that class name to my own.
In pure win32 C i can do it, but in MFC i have no idea.
Regards,
Andrew