CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    53

    What happened to Class Wizard?

    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.

  2. #2
    Join Date
    Aug 2002
    Posts
    30

    Wink

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured