摘要:今天无聊翻代码,翻出来一个以前写的c#截屏的函数...拿出来和大家共享一下.这段代码是参照网上一段截屏的c++代码改写的.只不过把api都声明了一下而已.声明的各api也附后.以供参照.如有问题欢迎指出.(appledotnet@hotmail.com) /// /// 截取部分屏幕/// /// 左上角/// 右下角/// 是否全屏幕/// 返回值bitmappublic static bitmap getpartscreen(point p1,poin......
摘要:´ 新建一个 activex dll 工程,名称 smartsubclasslib ´ 以下代码放在标准模块里,模块名 msmartsubclass ´ ----------------------------------------------------´ module msmartsubclass´´ version... 1.0´ date...... 24 apr......
如何分屏幕(How to split the Screen)********************************************************************//* */ 【相关文章:
用弹出确认框来确认删除内容(信息动态生成】 【扩展阅读:
Active Server Page (】/* function name : oncreateclient */ 【扩展信息:
Mssql和Mysql的安全性分析】 /* description : create some splitter windows. */ /* */ /********************************************************************/ bool cmainframe::oncreateclient(lpcreatestruct /*lpcs*/, ccreatecontext* pcontext) { // create splitter window if (!m_wndsplitter.createstatic(this, 2, 1)) return false; // add the second splitter pane - a message view in raw 1 if (!m_wndsplitter.createview(1, 0, runtime_class(ctraceview), csize(0, 0), pcontext)) return false; // split the first splitter pane if (!m_wndsplitter2.createstatic(&m_wndsplitter, 1, 2, ws_child|ws_visible|ws_border, m_wndsplitter.idfromrowcol(0, 0))) { return false; }; // add default view to the first pane if (!m_wndsplitter2.createview(0, 0, runtime_class(cftptreeview), csize(100, 100), pcontext)) { return false; }; // add list view to the second pane ...
下一页 摘要:<html xmlns:v><head><meta http-equiv="content-type" content="text/html; charset=gb2312"><meta name="generator" content="网络程序员伴侣(lshdic)2004"><meta name="gener......