2010年4月12日
摘要: string url1 = @"http://login.vancl.com/Login/"; //提交注册信息的网址 string url2 = @"http://my.vancl.com/User/User_Order_List.aspx"; //需要下载的网页 string indata =... 阅读全文
posted @ 2010-04-12 09:24 wl666lw 阅读(1590) 评论(0) 推荐(1) 编辑
摘要: using System;using System.CodeDom.Compiler;using Microsoft.CSharp;using System.Reflection;using System.Text; namespace ConsoleApplication1{/// /// ... 阅读全文
posted @ 2010-04-12 09:18 wl666lw 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: 1.建立一个资源描述文件:dllresource.rc;//用文本编辑器编辑就可以了 内容为:dllfile RT_RCDATA DllFilename.DLL //请相应更改文件名 2.在命令行下用brcc32 dllresource.rc生成dllresource.res文件 ... 阅读全文
posted @ 2010-04-12 09:16 wl666lw 阅读(571) 评论(0) 推荐(0) 编辑
摘要: using System;using System.CodeDom.Compiler;using Microsoft.CSharp;using System.Reflection;using System.Text;using System.CodeDom;using System.IO; na... 阅读全文
posted @ 2010-04-12 09:07 wl666lw 阅读(3493) 评论(0) 推荐(0) 编辑