VS.NET ClassWizard?
-
I'm sure this is a question many people have had and asked before, but I haven't seen or heard the answer. Is there an equivelent feature for the VC++ 6.0 ClassWizard in VS.NET? I've seen how you can do the Add->Function, Add->Variable, etc. But that is obviously tedius if your adding a lot and I know it's here somewhere .. I've looked through all the Custom tools buttons, etc. Help please .. :confused: Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
-
I'm sure this is a question many people have had and asked before, but I haven't seen or heard the answer. Is there an equivelent feature for the VC++ 6.0 ClassWizard in VS.NET? I've seen how you can do the Add->Function, Add->Variable, etc. But that is obviously tedius if your adding a lot and I know it's here somewhere .. I've looked through all the Custom tools buttons, etc. Help please .. :confused: Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
-
sorry ,there is no calss wizard in VC7:(( Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975I wonder if this is what people want? Anybody think this will ever change per developer request? Or do you all think it's a feature that has been left with VC++ 6.0-- and gone for good? Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
-
I wonder if this is what people want? Anybody think this will ever change per developer request? Or do you all think it's a feature that has been left with VC++ 6.0-- and gone for good? Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
Travis D. Mathison wrote: Or do you all think it's a feature that has been left with VC++ 6.0-- and gone for good? That's because MS want make the interface of different languages the same Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
Travis D. Mathison wrote: Or do you all think it's a feature that has been left with VC++ 6.0-- and gone for good? That's because MS want make the interface of different languages the same Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975Ahh, yes. Ofcourse. I should have thought of that -- that makes sense then. ;) Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
-
Ahh, yes. Ofcourse. I should have thought of that -- that makes sense then. ;) Travis D. Mathison --- --- After three days without programming, life becomes meaningless ...
Microsoft has just changed the interface. All the features existing in VC 6.0 are also available in VC 7.0 also, but they have just moved to VB kind of interface. You Can Add Function,Variable etc with normal right clicking on Class View. If you want to add some message handlers, or event handlers you need to right click the class and then select its 'properties'. Then you can select the buttons on top for 'Events', 'Messages' handling. It is a real fact that the previous interface in much more simpler than the one existing in VS.NET.
-
Microsoft has just changed the interface. All the features existing in VC 6.0 are also available in VC 7.0 also, but they have just moved to VB kind of interface. You Can Add Function,Variable etc with normal right clicking on Class View. If you want to add some message handlers, or event handlers you need to right click the class and then select its 'properties'. Then you can select the buttons on top for 'Events', 'Messages' handling. It is a real fact that the previous interface in much more simpler than the one existing in VS.NET.
I've not yet looked at VC++ 7, having been concentrating on C#. But I expected that we might run into problems of this sort when we moved to a combined IDE. No doubt, some of the more ambitious of us (not me!)will write a ClassWizard add-in. If not, i expect it will reappear in the next version of VS. Kevin