代码搜索:SetWindowText

找到约 2,287 项符合「SetWindowText」的源代码

代码结果 2,287
www.eeworm.com/read/279712/10400282

cpp dlgset.cpp

// DlgSet.cpp : 实现文件 // #include "stdafx.h" #include "Temperature.h" #include "DlgSet.h" // CDlgSet 对话框 IMPLEMENT_DYNAMIC(CDlgSet, CDialog) CDlgSet::CDlgSet(CWnd* pParent /*=NULL*/)
www.eeworm.com/read/353004/10484227

cpp gaoptions.cpp

// GAOptions.cpp : implementation file // #include "stdafx.h" #include "../AIDoc.h" #include "GAOptions.h" #include "GAConstants.h" #include "GAView.h" namespace GA{ // CGAOptions dialog
www.eeworm.com/read/353004/10484268

cpp antoptions.cpp

// AntOptions.cpp : implementation file // #include "stdafx.h" //#include "resource.h" #include "AntOptions.h" #include "../AIDoc.h" #include "ACOView.h" #include "AntConstants.h" namespace
www.eeworm.com/read/422359/10640431

cpp propaux.cpp

// PropAux.cpp : implementation file // #include "stdafx.h" #include "mastercontrol.h" #include "PropAux.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = _
www.eeworm.com/read/276343/10744901

cpp moneypay.cpp

// MoneyPay.cpp : implementation file // #include "stdafx.h" #include "qq.h" #include "MoneyPay.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/276146/10759350

cpp strmaxsumdlg.cpp

// StrMaxSumDlg.cpp : implementation file // #include "stdafx.h" #include "ArithmeticDemo.h" #include "StrMaxSumDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS
www.eeworm.com/read/418205/10959121

txt 9.7 在状态栏上显示鼠标当前位置.txt

9.7 在状态栏上显示鼠标当前位置 下面,我们要实现这样的功能:当在 Style程序窗口中移动鼠标时,把鼠标当前的坐标显示在状态栏 的第一个窗格上。 为了完成这个功能,首先就要捕获鼠标移动消息。前面已经介绍过,视类窗口始终覆' 盖在框架窗 口之上,所以如果想要捕获与鼠标相关的消息,应该在视类中完成。因此,需要为 CStyleView类添 加 WM_MOUSEMOVE消息的响应函数, ...
www.eeworm.com/read/270810/11024900

cpp moneypay.cpp

// MoneyPay.cpp : implementation file // #include "stdafx.h" #include "qq.h" #include "MoneyPay.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/270588/11032398

cpp phonepage.cpp

// PhonePage.cpp : implementation file // #include "stdafx.h" #include "phonebook.h" #include "PhonePage.h" #include "FindDlg.h" #include "AboutDlg.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/229321/6946744

cpp historyedit.cpp

/* * HistoryEdit.cpp * * Description: * CHistoryEdit implementation * * A CEdit subclass that allows you to display a text history * of events. * * Author: * Ravi Bhavnani (ra