|
-
May 15th, 2006, 12:32 AM
#1
Thread Starter
Junior Member
Grouping generic functionality
Hi all,
Im using VB6 SP6.
I have a whole bunch of code in different functions and subs that I would like to group together and allow other VB apps to use it.
In an OO app Java for eg I would put all this code into a class of its own and group related classes into a package.
An eg I have is I want to create an emailing class that has functions to make it easier to email groups of people or individuals depending on the input.
How do I go about doing this in VB?
I assume I put this code into a DLL however AFAIK windows DLLs are written in C++ which I have no knowledge of.
thanks
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
|