J
j0hnj0hn
I tried in the VB.NET group and didn't get much help, so I am coming to this
group in hopes of getting some help. I have a new program I am architecting
that will encompass the whole plant I am working at. This program will track
product through the manufacturing process allowing users to record
information as the product is created. The "core" of this program will all
contain the same functions, login, security, process deviation, etc. I would
like to launch this core program and have it look in a plugin folder for any
DLL's (user controls) and load them into the program for use. Each step in
our process is a cell that does a certain manufacturing process on a piece.
I would like to create a usercontrol/process for each cell, test it, qualify
it, then be able to put the DLL in the directory to be recognized and loaded
automatically. The cell DLL needs to contain its own processing requirement
such as forumlas, routing, etc and have its own display (in the form of a
user control). I have been looking around the net and have seen some
interesting options. I looked at System.Addin, but found it convoluted and
difficult. I and going down the road of creating the interfaces for the all
cells to use, but need some guideance on how to dynamically load these DLL's
into the framework. Anyone know of some code or articles that could help me
load usercontrols at startup?
John
group in hopes of getting some help. I have a new program I am architecting
that will encompass the whole plant I am working at. This program will track
product through the manufacturing process allowing users to record
information as the product is created. The "core" of this program will all
contain the same functions, login, security, process deviation, etc. I would
like to launch this core program and have it look in a plugin folder for any
DLL's (user controls) and load them into the program for use. Each step in
our process is a cell that does a certain manufacturing process on a piece.
I would like to create a usercontrol/process for each cell, test it, qualify
it, then be able to put the DLL in the directory to be recognized and loaded
automatically. The cell DLL needs to contain its own processing requirement
such as forumlas, routing, etc and have its own display (in the form of a
user control). I have been looking around the net and have seen some
interesting options. I looked at System.Addin, but found it convoluted and
difficult. I and going down the road of creating the interfaces for the all
cells to use, but need some guideance on how to dynamically load these DLL's
into the framework. Anyone know of some code or articles that could help me
load usercontrols at startup?
John