Click to See Complete Forum and Search --> : Create DLL Example ?


Johan1974
June 14th, 2009, 03:29 PM
Hello,

Can you give me an example how to create a dll in visual basic .net and use it in a other application. I managed to create a dll in VB.net and use it within a different project of VB.net But i can not use it in a different application, if i try to do a reference to the created dll nothing seems to happen.

So a simple example how this should be done would be very nice ;)

Thnx,

Johan

dglienna
June 14th, 2009, 03:49 PM
Are you adding the resource file into your new project?

HanneSThEGreaT
June 15th, 2009, 04:55 AM
In which application do you want to use it ¿
VB 6, VC++ 6, C#, Java ¿