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
Printable View
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
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.
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