Outline ·
[ Standard ] ·
Linear+
write DLL file by vb.net language, need help
|
Infinity
|
Feb 18 2006, 02:43 AM
|
no limit
|
1) Launch VS2005 new-> project -> choose VB -> Windows -> Class Library or 2) or if u r using the Framework SDK. Write your code and save it as *.vb and use the below command. You might need to set your path CODE vbc.exe /t:library /r:System.dll /r:System.Web.dll yourprog.vb
|
|
|
|
|
|
Infinity
|
Feb 20 2006, 12:19 AM
|
no limit
|
QUOTE(william @ Feb 18 2006, 10:54 PM) I'm not get your meant what is only be in .NET assemblies format? CAn you explain futher. Thank you. i think he means that you will need .net framework in order for that DLL to be used. i copy that example from book. u can always try google around... shouldn't be too hard to find try 'vbc.exe /t:library'
|
|
|
|
|