摘要:
string url1 = @"http://login.vancl.com/Login/"; //提交注册信息的网址 string url2 = @"http://my.vancl.com/User/User_Order_List.aspx"; //需要下载的网页 string indata =... 阅读全文
摘要:
using System;using System.CodeDom.Compiler;using Microsoft.CSharp;using System.Reflection;using System.Text; namespace ConsoleApplication1{/// /// ... 阅读全文
摘要:
1.建立一个资源描述文件:dllresource.rc;//用文本编辑器编辑就可以了 内容为:dllfile RT_RCDATA DllFilename.DLL //请相应更改文件名 2.在命令行下用brcc32 dllresource.rc生成dllresource.res文件 ... 阅读全文
摘要:
using System;using System.CodeDom.Compiler;using Microsoft.CSharp;using System.Reflection;using System.Text;using System.CodeDom;using System.IO; na... 阅读全文