VS 2005
-
Hai.. i am new to visual studio 2005. previously i worked in visual studio 6.0 .now the problem is how to get class wizard window in vs 2005. In vc++ 6.0 if we click ctrl+w it will open class wizard. like this in vs2005...? any one knows reply me...
Born to win...!
-
Hai.. i am new to visual studio 2005. previously i worked in visual studio 6.0 .now the problem is how to get class wizard window in vs 2005. In vc++ 6.0 if we click ctrl+w it will open class wizard. like this in vs2005...? any one knows reply me...
Born to win...!
on the main menu of View use of Class View.
-
Hai.. i am new to visual studio 2005. previously i worked in visual studio 6.0 .now the problem is how to get class wizard window in vs 2005. In vc++ 6.0 if we click ctrl+w it will open class wizard. like this in vs2005...? any one knows reply me...
Born to win...!
There is no one single thing called class wizard anymore. To add event handlers to items in a resource, display the resource then left-click on the control then select "Add event handler" or "Add variable" or whatever you want to do. You can add overrides of messages by opening the .h file, clicking anywhere inside the class then looking in the Properties windows. There's a series of buttons across the top to add different things to the class. Play around a little bit and don't forget your right-click. Judy
-
There is no one single thing called class wizard anymore. To add event handlers to items in a resource, display the resource then left-click on the control then select "Add event handler" or "Add variable" or whatever you want to do. You can add overrides of messages by opening the .h file, clicking anywhere inside the class then looking in the Properties windows. There's a series of buttons across the top to add different things to the class. Play around a little bit and don't forget your right-click. Judy
I think he/she wants to see class window(when use of Add class) when he/she want to makes his/her classes.