D
Darkblade
Hi, I need create a Form and create a DLL, I opened a new windows
application and made the form, after I opened a command prompt and
introduced "csc /target:library /out:MyLibrary.DLL Form1.cs", DLL is ok
(I think...), Well, I want create a new application that shows the
DLL's form to a client.
Thank you.
application and made the form, after I opened a command prompt and
introduced "csc /target:library /out:MyLibrary.DLL Form1.cs", DLL is ok
(I think...), Well, I want create a new application that shows the
DLL's form to a client.
Thank you.