Hello all,
I would like to achieve this not so easy task, described in the following points:
1) create a VSPackage to be plugged in into VS2013 (and also VS2015);
2) The package should add a modal dialog box at the startup of devenv.exe, asking the user to make a selection in one combobox;
3) when the combobox is selected, the package should create some entries (e.g. DB connection to SQLServer in the Server Explorer window);
4) When devenv.exe is closed, the package should clear out the entries created before.
I tried to start implementing this task, but it is not easy at all, and no extensive documentation at all.
Any help?
I would really appreciate if anyone can provide me a sample that mostly resembles my requirements.
Regards,
Luca