代码搜索:SetWindowText
找到约 2,287 项符合「SetWindowText」的源代码
代码结果 2,287
www.eeworm.com/read/106379/15638517
cpp option~1.cpp
/////////////////////////////////////////////////////////////////////////////
// This file is part of the completely free tetris clone "CGTetris".
//
// This is free software.
// You may redistrib
www.eeworm.com/read/105593/15664734
h ibutton.h
#ifndef IBUTTON_H_2_18_2004_
#define IBUTTON_H_2_18_2004_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class IButton
{
public:
virtual ~IButton( void );
virtual void AddRe
www.eeworm.com/read/105593/15664735
h idialog.h
#ifndef IDIALOG_H_2_26_2004_
#define IDIALOG_H_2_26_2004_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class IDialog
{
//用户级
public:
virtual ~IDialog( void );
virtual voi
www.eeworm.com/read/105593/15664736
h ilabel.h
#ifndef ILABEL_H_2_25_2004_
#define ILABEL_H_2_25_2004_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class ILabel
{
//构造析构
public:
virtual ~ILabel( void );
virtual void A
www.eeworm.com/read/105160/15676748
txt visual c++的程序设计技巧(转).txt
作者:skyhorsebj
email: XUEY@CIDC.COM.CN
日期:2001-7-3 18:12:19
Microsoft Visual C++是一种可视化编程语言,因功能强大而受到广大程序设计人员的青睐。但是,由于VC++的应用程序框架结构非常复杂,使得许多初学者望而却步。本文通过对设置视图背景颜色和改变对话框标题的几种实现方法的分析研究,揭示了VC++程序代码执行时的一些本 ...
www.eeworm.com/read/104664/15685725
cpp optionsdlg.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998 by J鰎g K鰊ig
// All rights reserved
//
// This file is part of the completely free tetris clone "
www.eeworm.com/read/103083/15746679
cpp wordlinedlg.cpp
// WordLineDlg.cpp : implementation file
//
#include "stdafx.h"
#include "WordLine.h"
#include "WordLineDlg.h"
#include
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#und
www.eeworm.com/read/102552/15775145
htm subject_40980.htm
序号:40980 发表者:黄豆豆 发表日期:2003-05-22 20:31:42
主题:WM_TIMER事件的困惑,求教
内容:WM_TIMER事件的困惑我用如下程序在我的P4计算机上运行几分钟都算计时正确,但在办公室的P3计算机上就完全不正确了,计时时间比实际流逝时间少多了(比如实际开始计时已经2秒了,我的程序才显示0.68秒)。请问有其他更好的方 ...
www.eeworm.com/read/102161/15792163
visual c++
作者:skyhorsebj
email: XUEY@CIDC.COM.CN
日期:2001-7-3 18:12:19
Microsoft Visual C++是一种可视化编程语言,因功能强大而受到广大程序设计人员的青睐。但是,由于VC++的应用程序框架结构非常复杂,使得许多初学者望而却步。本文通过对设置视图背景颜色和改变对话框标题的几种实现方法的分析研究,揭示了VC++程序代码执行时的一些本 ...
www.eeworm.com/read/101966/15796120
cpp dialogtoxpdlg.cpp
// DialogToXPDlg.cpp : implementation file
//
#include "stdafx.h"
#include "DialogToXP.h"
#include "DialogToXPDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F