CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2002
    Location
    Bartlesville, Oklahoma, USA
    Posts
    169

    Where is AppWizard?

    Could someone tell me how to assign variables to controls in .Net? I recently purchased the new IDE, and am having to find where everything is.

    Thanks,



    Daniel

  2. #2
    Join Date
    Dec 2001
    Location
    United Kingdom
    Posts
    82
    The easiest way is to goto the dialog resource editor, right click on the control you want to assign a variable to and then select "Add Member Variable".

    This will load the class wizard replacement for adding member variables.

  3. #3
    Join Date
    Sep 2002
    Location
    Bartlesville, Oklahoma, USA
    Posts
    169
    Okay, thanks. I did not see that earlier.

    What books would you recommend for getting started in Visual C++ .NET? Or, is Visual C++ .NET too much like Visual C++ that it is not worth buying a book on? If so, what book would you suggest for learning Visual C# .NET?

    Thanks,



    Daniel

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