搜索资源列表
customcontrol
- 找到csc.exe文件,然后用搜索功能搜索csc.exe,找到路径 把程序mycontrol.cls放到有csc.exe的路径下*:\\\\*****再启动cmd.exe 如在C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\ /t:library /out:mycontrol.dll /r:system.dll,system.web.dll mycontrol.cls 然后enter,就ok了 然后把在C:\\WIND