Direct visual inheritance with richt click

If I want to inherite a WinForm, I have to add a new item, select Inherited Form, give it a Name, and select the form tho inherite.

is there a shorter way to do it

I think, that if I right-click a WinForm in the solution explorer, it could be a menu option to direct inherte this form...



Answer this question

Direct visual inheritance with richt click

  • Iceman1

    There is no feature today but that is a good use for add-ins.  Add-ins aren't that difficult to write. I believe this is within the realm of possible with add-ins.  If not there is the VSIP as well which can definitely do it.  Maybe you could write it and then post it for everyone to share

    Michael Taylor - 10/11/05

  • Direct visual inheritance with richt click