|
-
Mar 16th, 2009, 10:51 AM
#2
Re: [2005] My "plan" for dynamic add-on component loading - Thoughts?
No, it sounds like you're on a pretty good path. You may want to define some Interface objects for your component objects to implement as well since that's their definition. For example, if you have some common parameter elements in your MDI forms, you could define an IMyMdiForm interface declaration, then all MDI forms you use would implement it, even in the external components. Interfaces make things easier in the exact situation you're describing since you don't have to declare specific classes as long as it implements the proper interface.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|