代码搜索:CFrameWnd
找到约 9,680 项符合「CFrameWnd」的源代码
代码结果 9,680
www.eeworm.com/read/332272/12765544
txt untitled-10.txt
AfxMessopBox一个不可替代的用处体现在当您想在应用程序对象的 Initlnstance函数中报告
一个错误时。MessaseBox需要一个有效的CWnd指针,因此在一个窗口创建之前无法调用
它。而AfxMessopBox可以在任何时候被调用。
什么?没有框架窗0?
Ti。Ta。不同于第回和第2章中示例程序的很重要的一点就是:它的主窗口没有使用框
架窗口,而是从CWnd中 ...
www.eeworm.com/read/135686/5882891
cpp mainfrm.cpp
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/135686/5883233
cpp mainfrm.cpp
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/141877/12980199
h myframe.h
class myframe : public CFrameWnd
{
DECLARE_DYNCREATE ( myframe )
} ;
www.eeworm.com/read/141877/12980202
cpp myframe.cpp
#include
#include "myframe.h"
IMPLEMENT_DYNCREATE ( myframe, CFrameWnd )
www.eeworm.com/read/103773/6212369
cpp mainfrm.cpp
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/410120/11301530
h myframe.h
class myframe : public CFrameWnd
{
DECLARE_DYNCREATE ( myframe )
} ;
www.eeworm.com/read/410120/11301531
cpp myframe.cpp
#include
#include "myframe.h"
IMPLEMENT_DYNCREATE ( myframe, CFrameWnd )
www.eeworm.com/read/110146/15541628
cpp mainfrm.cpp
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/429963/8779385
cpp canvasframe.cpp
// canvasFrame.cpp : implementation file
//
#include "stdafx.h"
#include "canvasr.h"
#include "canvasFrame.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =