I have an event on a control that only provides a graphic object to paint to. Is it possible to load a usercontrol and have it draw to the specific graphic object?
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.
“Load a usercontrol” makes no meaning. If that “user-control” is another window it has to be CREATED, but this can only be done during initialization/creation of the dialog or window, not during painting.