Creating Modules for VB Program (Similar to firefox add on)

Posted by Assimilater on Stack Overflow See other posts from Stack Overflow or by Assimilater
Published on 2010-04-07T02:52:16Z Indexed on 2010/04/07 2:53 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

Hi all. I have a contact manager program that I'd like to design for multiple network marketing companies. My desired structure would include a core program which covers basic contact management functions. After that one could purchase a module for their specific network marketing company. This module would contain a variety of controls that the original program would need to be able to manipulate. Here is an example of what it would have to have:

  • A group box containing buttons that link to a genealogy view, and the option to import one's donwnline from the back office provided by a company.
  • A panel which is displayed on the contact page allowing the user to input business information or which will be filled by importing a downline from the back office: ie business ID, qualification level, sponsor information etc.
  • a panel displayed when one searches for contacts on the contact list page which allows the user to sort based on information such as when they joined, what their business id is and so forth.
  • a panel which is displayed in a personal business overview page which presents to an individual how many people in their downline are at each qualification level and develop a mailing list for individuals of a certain qualification level.

I have the code developed to perform all these functions, I just wanted to give you an example of what needed to be done. I'm thinking that what I'm trying to create is a library that one can download and the program will recognize, but I'm not really sure where to go. What I'm really trying to do is figure out what kind of file I can make that will contain all this code and the GUI information that the program will recognize.

Any ideas?

With thanks,

John

© Stack Overflow or respective owner

Related posts about visual

Related posts about basic