代码搜索:ClassWizard

找到约 10,000 项符合「ClassWizard」的源代码

代码结果 10,000
www.eeworm.com/read/108703/15579225

cpp cryptit.cpp

// CryptIt.cpp : Implementation of DLL Exports. // Note: Proxy/Stub Information // To build a separate proxy/stub DLL, // run nmake -f CryptItps.mk in the project directory. #incl
www.eeworm.com/read/106227/15643231

cpp accessautomation.cpp

// AccessAutomation.cpp : Implementation of DLL Exports. // Note: Proxy/Stub Information // To build a separate proxy/stub DLL, // run nmake -f AccessAutomationps.mk in the project d
www.eeworm.com/read/105258/15673168

odl cnsdft.odl

// CNSDFT.odl : type library source for ActiveX Control project. // This file will be processed by the Make Type Library (mktyplib) tool to // produce the type library (CNSDFT.tlb) that will becom
www.eeworm.com/read/100906/15862227

cpp copier.cpp

//-----------------------------------------------------------------------// // This is a part of the Multicopier. // // Autor : Ahmed Ismaiel Zakaria // // (C) 2002 FCIS Egypt
www.eeworm.com/read/100346/15876554

cpp aspuploader.cpp

// aspuploader.cpp : Implementation of DLL Exports. // Note: Proxy/Stub Information // To build a separate proxy/stub DLL, // run nmake -f aspuploaderps.mk in the project directory.
www.eeworm.com/read/100153/15881928

odl zlibtool.odl

// ZlibTool.odl : type library source for OLE Control project. // This file will be processed by the Make Type Library (mktyplib) tool to // produce the type library (ZlibTool.tlb) that will becom
www.eeworm.com/read/391005/8428440

clw threaddemo.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass= LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "ThreadDemo.h" La
www.eeworm.com/read/189231/8483310

clw sever.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass= LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Sever.h" LastPag
www.eeworm.com/read/189231/8483340

clw client.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass= LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Client.h" LastPa
www.eeworm.com/read/189196/8485194

txt vc studio 使用技巧.txt

.检测程序中的括号是否匹配 把光标移动到需要检测的括号(如大括号{}、方括号[]、圆括号()和尖括号)前面,键入快 捷键“Ctrl+]”。如果括号匹配正确,光标就跳到匹配的括号处,否则光标不移动,并且机箱喇叭 还会发出一声警告声。 2.查看一个宏(或变量、函数)的宏定义 把光标移动到你想知道的一个宏上,就比如说最常见的DECLARE_MAP_MESSAGE上按一下F1 ...