Class wizard
-
Can any one tell me why Microsoft removed class wizard from VC++.NET ??? I don't know about your views but for me class wizard always proved to be useful and I am unable to find reason behind the logic of removing class wizard. Also please tell me what is the equivalent of class wizard in VC++.NET and from where we launch it ??? (I've installed VS.NET two days ago for the first time). It was so easy for me in VC++6.0 to add events and automation interfaces in ActiveX controls using class wizard. How can i do so in VC++.NET
-
Can any one tell me why Microsoft removed class wizard from VC++.NET ??? I don't know about your views but for me class wizard always proved to be useful and I am unable to find reason behind the logic of removing class wizard. Also please tell me what is the equivalent of class wizard in VC++.NET and from where we launch it ??? (I've installed VS.NET two days ago for the first time). It was so easy for me in VC++6.0 to add events and automation interfaces in ActiveX controls using class wizard. How can i do so in VC++.NET
You can add events by going to the class view and selecting the class you would like to add the message handlers to. Underneath the class view there is a properties box with a button with a lightning picture. Click on that picture and you will see a list of events you can add to the class. I think most of the features in VC 6.0 is still in VS.Net just re-arranged to different locations. - Anatari