常州市润邦电子科技有限公司

热保护器测试专业供应商

 

12 2010 档案

How to Register an ActiveX DLL on Vista with regsvr32
摘要:How to Register an ActiveX DLL on Vista with regsvr32Let me begin by saying: Vista = pain + time + frustration. This article will get you through the minefield of registering an ActiveX DLL with regsvr32 on Vista. I’ll step you through all the pitfalls…1) First, create a .bat in the same directory a 阅读全文

posted @ 2010-12-21 13:48 常州市润邦电子科技 阅读(483) 评论(0) 推荐(0)

VC 使用默认打印机打印
摘要:// get the default printer CPrintDialog dlg(FALSE); dlg.GetDefaults(); // is a default printer set up? HDC hdcPrinter = dlg.GetPrinterDC(); if (hdcPrinter == NULL) { MessageBox(_T("Buy a printer!"... 阅读全文

posted @ 2010-12-15 08:45 常州市润邦电子科技 阅读(3051) 评论(0) 推荐(0)

导航