Hey there.
So yesterday I was asking about attaching the w3wp process in code.
I finally got it working.
But now I need help with some other things.
1) How do I actually get the plugin and install it for other people to use?
2) I want to make a toggleable button in the Visual Studio toolbar, that when clicked, will sort of indent the button to show that it's in use, and will attach the w3wp process, and when clicked again, will un-indent it, and detach the process. This is the
main thing I have to do now and I don't know how to do it. Does a process continually wait for the button to be pressed?
3) Right now, I put a button on the toolbar by just clicking the add buttons thing. However when the button is clicked, it is then unclickable. I can't click it again. I need to get rid of this and add in the toggleable button. Is there a way to do this through
code so that whenever a user installs the plugin, the button is added to the toolbar?
Would appreciate help with any of these things as I am new to plugins.