Class Library

bpayne111

Junior Contributor
Joined
Feb 28, 2003
Messages
325
Location
BFE
If i add a .dll file (add existing item, not a reference) to my new class library project. will all of the methods of the added library be included in my new library?
i have user control and other classes developed in vb and now i'd like to add them to my new c# project but keep them all bundled in one nice file.

thanks
brandon
 
ohhh happy day
i just discovered i can use c# and vb files in the same project
that is by far my best solution becuase a few files are 1000 plus lines and objects in the vb file are being redeveloped in C#. so i think everything is good now
will i come about any problems doing my project in 2 languages at once?
i hope not because i sure do not want to re write thousands of lines of code.

thanks
brandon
 
Back
Top