PDA

Click to See Complete Forum and Search --> : [RESOLVED] Sharing Module


dbasnett
Mar 29th, 2010, 03:25 PM
I am using VB 2008 Express. I have a module with several classes in it that several applications share. The way that I do it today is if I make a change to the classes I copy / paste the entire module in the other classes. There must be an easier way.

I am guessing the ability to share the code without copy / paste is there, just don't know where to find it.

dbasnett
Mar 29th, 2010, 03:38 PM
dll right? duh.

Shaggy Hiker
Mar 29th, 2010, 03:44 PM
Yeah, dll.

dbasnett
Mar 29th, 2010, 03:49 PM
I managed to create it, add reference to it, but how do I access it???? I feel so dim today.

dbasnett
Mar 29th, 2010, 04:37 PM
and when I created the dll properly, all went as expected.:blush::confused:

Shaggy Hiker
Mar 29th, 2010, 06:49 PM
Funny how that happens.