Click to See Complete Forum and Search --> : What happened to Class Wizard?


DJKAOS
October 31st, 2002, 11:03 AM
I just upgraded from VC++ 5.0 and 6.0 to Visual Studio.net

What happend to the class wizard?

I'm trying to figure out how to add an OnChange() funcion to an edit box, but can't seem to figure it out...it was simple with the class wizard..now all I can seem to do is OnClick or whatever.

garroane
November 1st, 2002, 02:31 AM
Hi,

ClassWizard has been replaced with several new wizards in VS.NET. To add an OnChange() funcion to an edit box, you can edit the properties window for edit box from Resource View, and then click to the Control Events button (yellow lightning).

garroane