how do you make .dll files using vb
how do you make .dll files using vb
(OP)
how do you make .dll files using visual basic?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
how do you make .dll files using vb
|
RE: how do you make .dll files using vb
Any functions within a class that are declared as Public will be available to external programs that have a reference made to the DLL you have created.
elziko
RE: how do you make .dll files using vb
zo can you show me where can i find documentz or
sampls progrmz or anything that i can read and mimic ?