代码搜索:GetWindowRect
找到约 345 项符合「GetWindowRect」的源代码
代码结果 345
www.eeworm.com/read/418205/10959190
txt 07.5 对话框伸缩功能的实现.txt
7.5 对话框伸缩功能的实现
先让我们看看 Windows提供的画图程序中的一个功能,单击画图程序的【颜色】菜单下的【编辑颜色】菜单项,将出现编辑颜色对话框,如图 7.31所示。当单击该对话框上的【规定自定义颜色】按钮时,该对话框将扩展为如图 7 .3 2所示的样子。
图 7.3 1原始的画图程序编蟹颜色对话框 图 7.32扩展后的画图程序编辑颜色对话框
下面为读者介绍如何实现对话框的扩展与 ...
www.eeworm.com/read/416992/11008313
cpp about.cpp
// About.cpp : implementation file
//////////////////////////////////////////////////
//类名:CAbout
//功能:关于对话框实现
//作者:徐景周(jingzhou_xu@163.net)
//组织:未来工作室(Future Studio)
//日期:2001.12.1
///////////
www.eeworm.com/read/469403/6975983
cpp ussdrecorddlg.cpp
// USSDRecordDlg.cpp : implementation file
//
#include "stdafx.h"
#include "USSDSample.h"
#include "USSDRecordDlg.h"
// CUSSDRecordDlg dialog
IMPLEMENT_DYNAMIC(CUSSDRecordDlg, CDialog)
www.eeworm.com/read/317514/7536857
cpp lookdlg.cpp
// LookDlg.cpp : implementation file
//
#include "stdafx.h"
#include "client.h"
#include "LookDlg.h"
#include "mainfrm.h"
#include "talkdlg.h"
#include "frienddetail.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/439869/7698234
cpp unit5.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit5.h"
//--------------------------------------------------------------
www.eeworm.com/read/396990/8073295
cpp demodlg.cpp
// DemoDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ExpandingDialog.h"
#include "DemoDlg.h"
#include "DrawDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/396990/8074880
cpp demopsheet.cpp
// DemoPSheet.cpp : implementation file
//
#include "stdafx.h"
#include "ResizePropertySheet.h"
#include "DemoPSheet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/195998/8118927
cpp finder.cpp
// Finder.cpp : implementation file
//
#include "stdafx.h"
#include "Wediter.h"
#include "Finder.h"
//#include "picturevariable.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/141844/12981458
cpp myaboutdlg.cpp
// MyAboutDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MDIDemo.h"
#include "MyAboutDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/328173/13043994
cpp xysplitterwnd.cpp
// xySplitterWnd.cpp : implementation file
//
#include "stdafx.h"
#include "xySplitterWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#end