|
-
Jun 21st, 2003, 08:41 AM
#1
Thread Starter
Addicted Member
Plugin for application
Hi,
I'm working on an application that i want to allow to add some features later with plugins.
Its an client - server application, for the server i allready figured out to use plugins without restarting or changing anything to the server application.
For the clients it's little harder cause it also needs a graphic interface for the client.
Now the client application uses a tabcontrol for filling in the requested data.
The plugin should be able to add an extra tabpage to the tabcontrol with the new form in it.
Greets Nightmare
-
Jun 21st, 2003, 03:28 PM
#2
Sleep mode
-
Jun 23rd, 2003, 08:29 AM
#3
Yes read that post. Also, adding Tabs to a tabcontrol is very easy. I am doing the same thing currently. Make sure all plugins hav a standard Initilization function that accepts a TabControl as a ByRef parameter. Then when you load the plugin, just run the function and pass your forms Tabcontrol to it, and the person who rights the plugin can use that instance to add Tabpages.
-
Jun 23rd, 2003, 10:53 AM
#4
Thread Starter
Addicted Member
tnx a lot.
Sounds easy, lets hope its easy to.
For the server sided plugins i made interface with functions for plugin, so its only filling in the code.
Guest that should work for the tab to then.
Greets Nightmare
-
Jun 23rd, 2003, 10:56 AM
#5
For the server sided plugins i made interface with functions for plugin, so its only filling in the code.
Yes. Exactly. Just add a function to your interface declaration that accepts ByRef TabControl as a param.
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
|