at first i wasnt sure about creating a process plugin. after reviewing you code. I came to an understanding that in order to create a process plugin my class has to inherit from (IPlugin and ISetupForm) just like you have:
public class TelnetInterface : IPlugin, ISetupForm
all code under the Isetupform region is as before but the process code should be in the:
#region IPlugin Members
from then all i have to code is copy paste the .dll file into the \plugins folder and thats it? is my formulation correct?
it seems safer to work with GUIWindowManager. i will be checking it out in the next couple of days.
thanks again
