摘要:
var wbemFlagReturnImmediately = 0x10; var wbemFlagForwardOnly = 0x20; var objWMIService = GetObject("winmgmts:\\\\.\\root\\CIMV2"); var colItems = obj 阅读全文
摘要:
var db = { commandText: "", connectString: "Provider=Microsoft.Ace.OLEDB.12.0; Data Source=D:\\db1.accdb", conn: new ActiveXObject("adodb.connection") 阅读全文
摘要:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>第一个HTA的例子1111</title> <meta http-equiv="msthemecompatible" content=" 阅读全文
摘要:
win7 系统中使用appendchild,添加表格行。 要使用兼容模式 <meta http-equiv="x-ua-compatible" content="ie=edge" /> <html><head><title>第一个HTA的例子</title><HTA:ApplicationID="o 阅读全文
摘要:
var db = new ActiveXObject("adodb.connection"); var ret = db.Open("Provider=Microsoft.Ace.OLEDB.12.0;Data Source=D:\\Database11.accdb"); var CommandTe 阅读全文
摘要:
方法1:在HTML文件里加上如下代码 <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes"> 方法3:在以CDHtmlDialog 类为基类的头文件中加入如下代码(推荐) class CWebBrowserThemeDlg : public CDHtm 阅读全文
摘要:
在 前一文中,我们派生了一个支持文件拖放的列表控件CListCtrlEx,但它还有一个小小的缺憾,就是当用户把一个文件拖放进来之后,如果用户在 Shell中对该文件进行移动、删除、重命名等操作时,CListCtrlEx将不能保证实时更新。经过上面的讨论,现在就让我们为 CListCtrlEx加上实时 阅读全文
摘要:
How to Implement Drag and Drop Between Your Program and Explorer Michael Dunn Rate me: 4.90/5 (105 votes) 14 Dec 2002 A step-by-step description of ho 阅读全文
摘要:
Using the custom-draw features in version 4.70 of the common controls to customise the look and feel of list controls Is your email address OK? You ar 阅读全文
摘要:
介绍 MFC 的对话框和控件的封装真得可以节省你很多时间和功夫。没有MFC对控件的封装,你要操作控件就得耐着性子填写各种结构并写很多的SendMessage调用。MFC还提供了对话框数据交换(DDX),它可以在控件和变量之间传输数据。WTL 当然也提供了这些功能,并对控件的封装做了很多改进。本文将着 阅读全文