View Single Post
Old 2008-04-06, 15:54   #9 (permalink)
hbe02
Portal Member
 
Join Date: Apr 2008
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post

Country:


Default

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
hbe02 is offline   Reply With Quote