Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


creating .dll files filter_list
Author
Message
creating .dll files #1
can anyone please tell me how to create .dll files and how to use them in form applictaions.....
it would be very much usefull for me if you upload any project which uses .dll file created by the user himself.......:wacko::wacko:

can you teach me how to make .dll files using VB.NET:wacko::wacko:

Thank You,in advance
:bye::bye:
[Image: OilyCostlyEwe.gif]

Reply

RE: creating .dll files #2
Sorry for bumping this old thread, but maybe others need it.
You need to look into reflection class.
It will help you allot.

Dll MsgBoxExample:
Step1:

Open your vb net client 2008,2010,2012 .. (any of them), click New Project and choose Class Library.
Spoiler:
[Image: y8Q10.png]


After the project is opened, right under Class1 make a shared sub called anyway you liked.
Spoiler:
[Image: aB83P.png]


Save and build the project.


Step2:

Make a form project or in my case i like the empty project.
Spoiler:
[Image: 2Hqdy.png]

Add you previously builded class to the new project resources.
Spoiler:
[Image: odeKa.png]

After you do that add a class and right under Class1 add this code.
Spoiler:
[Image: Ac6wV.png]

If you did everything right, the result shold be this...
Spoiler:
[Image: FIfLz.png]



Of course this is the beginner way.
There are many many other ways to load and use a dll and his parameters.
Good luck and have fun.

Reply







Users browsing this thread: 1 Guest(s)