NetWinForm程序园
您的位置: 首页 > 文章列表
分类:   标题:   关键字:  
>>阅读全文
在做发贴机,灌水机,自动登录等情况时,如果遇到图片验证码的情形,就需要做验证码分析了,这时将验证码图片读入内存或保存在本地,就是必须的了 当然,使用WebClient直接download验证码图片回来,是可以实现的,但是这样的话,实际上是请求了2次验证码,
>>阅读全文
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;namespaceTransparentControl{publicsealedclassHikPlayer{#regionConstMemberVariables//#defineWINVER//0x0700Windows7//0x0600WindowsVista//0x0502
>>阅读全文
1、进程管理:在NETCompactFramework里进程管理的函数相对要比netFramework里要简化,不过仍然可以比较好的控制程序进程。A.启动进程:在启动进程后返回进程的id///启动进程//////启动文件的目录路径///返回启动进程的进程IDpublicstaticintStartProcess(str
>>阅读全文
AlphaBlend函数功能:该函数用来显示透明或半透明像素的位图。函数原型:AlphaBlend(HDChdcDest,intnXOriginDest,intnYOriginDest,intnWidthDest,inthHeightDest,HDChdcSrc,intnXOriginSrc,intnYOriginSrc,intnWidthSrc,intnHeightSrc,BLENDFUNCTIONblendFu
>>阅读全文
函数功能:该函数对指定的源设备环境区域中的像素进行位块(bit_block)转换,以传送到目标设备环境。函数原型:BOOLBitBlt(HDChdcDest,intnXDest,intnYDest,intnWidth,intnHeight,HDChdcSrc,intnXSrc,intnYSrc,DWORDdwRop);参数:hdcDest:指向目标设备环
>>阅读全文
1页(7条)     首页 上一页 下一页 末页 每页条 当前
热门文章
文章分类
推荐阅读