11 2007 档案

抓屏(转)
摘要:using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; namespace PrintScreen { //一部分代码来自网络 [StructLayout(LayoutKind.Se... 阅读全文

posted @ 2007-11-20 10:39 井泉 阅读(428) 评论(0) 推荐(0)

投票程序2 图像识别 Using The Office 2007 OCR Component in C#
摘要:http://www.devsource.com/article2/0,1759,2143124,00.asp 阅读全文

posted @ 2007-11-20 10:33 井泉 阅读(922) 评论(0) 推荐(0)

投票程序
摘要:tool ieHTTPHeaders 代理超人Net WebClient通过代理服务器进行HTTP交互。//创建 代理服务器设置对象 的实例System.Net.WebProxy wp= newSystem.Net.WebProxy("172.24.2.98:8080");//代理服务器需要验证wp.BypassProxyOnLocal=false;//用户名密码wp.Credentials= n... 阅读全文

posted @ 2007-11-20 10:28 井泉 阅读(1000) 评论(0) 推荐(0)

httptunnel
摘要:// * @author Kamlesh Singh, Copyright (C) 2006, All Rights Reservedusing System;using System.Net;using System.Net.Sockets;using System.Text;namespace HTTP_TUNNEL{/// <summary>/// Summary descrip... 阅读全文

posted @ 2007-11-20 10:05 井泉 阅读(425) 评论(0) 推荐(0)

(转)使用VS.Net IDE调试JavaScript
摘要:请按照如下步骤进行:(1) 打开IE --> Internet Options -- > Advanced ; 去掉”Disable Script Debugging” 上的选项(2) 打开需要调试的页面(3) 启动VS.Net IDE, 选择 TOOLS-Debug Process (Ctrl + Alt + P). 选择需要调试的IE进程。(4) 点击Att... 阅读全文

posted @ 2007-11-19 13:12 井泉 阅读(271) 评论(0) 推荐(0)

导航