Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
a very very good evening to everyone..

sir i am in a dillemma, we are having a project on .net in crm of a hotel., am a student of bca. now i want to link a form of vb.net in a c# windows application. i've heard it is done through some dll files.... but what?????

really i am asking everyone and they all saying do it through dll... but nothing else...
pls. sir we need help......
its urgent.
Posted

1 solution

If you don't know what a dll is or how you can make one then you really shouldn't be programming this.

But since I'm in a good mood (and things are slow at work) here goes:

Create a new project of the type 'class library', make your classes / forms / ... in there.
Build it and in your release map you'll have a dll (you can spot those by there extension .dll).
Reference that dll in the c# project and well now you can use it.

(I'm really wondering why you would want to do this but hell go for it)

wrote:
its urgent


No it isn't, at least not for us.
It's always urgent for everyone asking questions here so this is completely redundant and only makes people not wanting to answer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900