[Newb] Adding a Custom Library

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Total newb here.

I've built a custom library called ClassLib1. I want to use the 3
classes I've got defined in there in a simple 1-form windows app.

I added the reference to the .dll to the project.

I tried to inherit classlib1 right after
Inherits System.Windows.Forms.Form

but this seems to be a syntax error. Said you couldn't have 2 different
"inherits"

How do I "#include" (C programmer from long ago) the objects from my
custom class library?
 
Back
Top