Tool Library

G

Guest

How can I make a code library with functions and use it inside VB.NET
applications?

What I mean is something like the Module with public functions which can be
used within all forms in VB 6

Thank you in advance
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?RGlvbWF0YXM=?= said:
How can I make a code library with functions and use it inside VB.NET
applications?

What I mean is something like the Module with public functions which can be
used within all forms in VB 6

Simply create a module ("Project" -> "Add Module...").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top