代码搜索:GetWindowText
找到约 1,006 项符合「GetWindowText」的源代码
代码结果 1,006
www.eeworm.com/read/195775/8132165
cpp teacher.cpp
// teacher.cpp : implementation file
//
#include "stdafx.h"
#include "mark.h"
#include "teacher.h"
#include "MainFrm.h"
#include "adodc.h"
#include "_recordset.h"
#include "fields.h"
#inclu
www.eeworm.com/read/330339/12900593
cpp historyedit.cpp
/*
* HistoryEdit.cpp
*
* Description:
* CHistoryEdit implementation
*
* A CEdit subclass that allows you to display a text history
* of events.
*
* Author:
* Ravi Bh
www.eeworm.com/read/142738/12924167
cpp pingweiku.cpp
// pingweiku.cpp : 实现文件
//
#include "stdafx.h"
#include "计分程序 by WS.h"
#include "pingweiku.h"
#include ".\pingweiku.h"
// pingweiku 对话框
IMPLEMENT_DYNAMIC(pingweiku, CDialog)
pingweiku:
www.eeworm.com/read/142204/12957647
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proced
www.eeworm.com/read/243130/12959816
txt 显示密码编辑框中的密码 (2001年1月8日).txt
显示密码编辑框中的密码 (2001年1月8日)
网友更新 分类:数据库 作者: nbwzw(推荐) 推荐:nbwzw 阅读次数:553
(http://www.codesky.net)
--------------------------------------------------------------------------------
我们在
www.eeworm.com/read/141570/12998016
txt 41.txt
判断应用程序是否仍在运行并设置焦点
下面的程序将利用VB程序的一个独有的特点:隐藏的父窗口。每一个VB应用程序都有一个隐藏的父窗口。该父窗口的标题(Caption) 就是你在“生成EXE”文件时所提供的应用程序的名称。 这就是为什么当你按下Ctl+Alt+Del查看时,任务列表中显示的总是应用程序的名称,而不是程序主窗口窗口的标题。
既然父窗口是隐藏的,那我们就没有必要去改变父窗口 ...
www.eeworm.com/read/326080/13166807
txt readme22.txt
Spy++ Lite 2.1 2006.11.18
Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)
下面举两个例子来小试牛刀:
1、激活灰 ...
www.eeworm.com/read/314744/13559938
cpp addman.cpp
// ADDMAN.cpp : implementation file
//
#include "stdafx.h"
#include "MYpro.h"
#include "ADDMAN.h"
#include "Access1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI