I just wan to know if there are any tools to simulate user control without integrating it to the actual application. I need it just to test the user control’s logic and functionality without depending on the whole application itself.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio 2008 does that for you,specify your usercontrol path as StartupUri in app.xaml and press F5, Bingo you can see you control in action :0