beginner question: how to add method to a class using wizard in VC#2008?
-
The documents says right click on class in 'class view' and click on 'add > method'. I do not see this option. Thanks
Even if such a method existed, you'd do better to learn to code. Just type your method in. Odds are it's not in the express edition or something.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The documents says right click on class in 'class view' and click on 'add > method'. I do not see this option. Thanks
sharp_k wrote:
'add > method'
You can only add classes using the class view. Cheers,
Mark Brock Click here to view my blog
-
Even if such a method existed, you'd do better to learn to code. Just type your method in. Odds are it's not in the express edition or something.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
The documents says right click on class in 'class view' and click on 'add > method'. I do not see this option. Thanks
-
I don't know what documents you are referring to, but you cannot add methods using the "Class View" window. I think what the documents are referring to is the class diagram. You can right click the model of the class in the diagram and choose Add->Method.