Click to See Complete Forum and Search --> : Where is AppWizard?


AsmCoder8088
January 29th, 2003, 10:30 PM
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

zebbedi
January 30th, 2003, 06:07 AM
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.

AsmCoder8088
January 30th, 2003, 03:31 PM
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