dlls in VB.NET (VS 2008).

M

Mr. X.

Hello.
I have created class library (add -> new project -> class library.
wrote some public function on class,
such as Public Shared Function myfunction return integer.
, and want to use some of my function.

I do in code :
imports myLib

and I cannot access myClass (class is declared : Public Class myClass).

What is wrong, and how can I use the classes on class library?

Need sample, please.

Thanks :)
 

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