how to update user controls on a form - part2

G

Guest

In a very simple learning project, I have a form and a UserControl in the same project. The first time I place the UserControl on the form, it is fine, however, if I make changes to the UserControl, those changes will not be reflected on the form, even if I delete the UserControl from the form and add it back. VB6 forms had an "update user controls" context menu, but I don't see this in vb.net. I can't find anything in Help or my 4 Microsoft Press books that event mention this subject.

Note: I am intentionally including the UserControls in the same project. I don't want or need to make them separate components. Please don't ask why I am doing it this way (it is perfectly 'legal'), but I would appreciate if someone knows how to solve the problem of refreshing the Usercontrol on a form. It worked fine in VB6. :)

thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top