Can you create a link to open a User Control in a VB.Net form to use at Design time?
I've got a VB.Net form application that dynamically loads user c开发者_如何学Pythonontrols based on which navigation link the user clicks on. I'd like to make it easier to use at Design time by putting a link of some sort to open the User Control at design time. The link would go onto the form in the space where the User Control will be going. This just saves a little time from having to browse through the files to open the correct file. Is this possible?
If I understand the question correctly then I think your best bet is a custom properties http://www.codeproject.com/KB/user-controls/UserControlDesigner.aspx In VS2008 you can then add them to the context menu.
From what I can gather, this is not possible. :(
精彩评论