dlls in VB.NET (VS 2008).

  • Thread starter Thread starter Mr. X.
  • Start date Start date
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 :)
 
Back
Top