代码搜索:ClassWizard
找到约 10,000 项符合「ClassWizard」的源代码
代码结果 10,000
www.eeworm.com/read/386758/8728334
odl web.odl
// web.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 (web.tlb) that will become a re
www.eeworm.com/read/283525/9012856
cpp welcomedlg.cpp
/* ====================================================================
* The Ciso Software License, Version 1.0
*
* Copyright (c) 2003-2004 The Chinese Infomation security organization.
* A
www.eeworm.com/read/117692/6100773
odl pj.odl
// PJ.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 (PJ.tlb) that will become a reso
www.eeworm.com/read/391360/8407460
odl webtest.odl
// webtest.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 (webtest.tlb) that will bec
www.eeworm.com/read/189736/8457365
h toolbox.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
www.eeworm.com/read/188071/8574717
odl testocx.odl
// testOCX.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 (testOCX.tlb) that will bec
www.eeworm.com/read/287120/8719771
txt vc1.txt
VC用法汇总 (一)
(1)如何通过代码获得应用程序主窗口的指针?
主窗口的指针保存在CWinThread::m_pMainWnd中,调用AfxGetMainWnd实现。
AfxGetMainWnd() ->ShowWindow(SW_SHOWMAXMIZED)
//使程序最大化.
(2)确定应用程序的路径
Use GetModuleFileName 获得应用程序的路径,然
www.eeworm.com/read/287120/8719775
txt vc3.txt
(78)在我的程序的某些部分,我可以调用 MessageBox 函数来建立一个信息对话框,例如在视类中。但是,在其它部分我却不能
,如文档类中。为什么?我怎样才能在我的应用程序类中建立一个信息对话框?
MessageBox 函数来自 CWnd 类,所以你只能在从 CWnd 继承的类 ( 如 CView ) 中调用它。但是,MFC 也提供了 AfxMessageBox
函数,你可以在 ...
www.eeworm.com/read/428970/8826270
odl testsocketa.odl
// TestSocketA.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 (TestSocketA.tlb) that
www.eeworm.com/read/384497/8867093
cpp 医药管理系统view.cpp
// 医药管理系统View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "医药管理系统.h"
#include "医药管理系统Set.h"
#include "医药管理系统Doc.h"
#include "医药管理系统View.h"
#ifdef _DEBUG
#de