I’ve got a VB.Net form application that dynamically loads user controls 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?
I’ve got a VB.Net form application that dynamically loads user controls based on which
Share
From what I can gather, this is not possible. 🙁