代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/263295/11368175
h utility.h
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 预处理
#pragma once
#include
////////////////////////////
www.eeworm.com/read/261220/11657992
h findwnd.h
// FindWnd.h: interface for the FindWindow class.
/*
* Copyright (c) 2006 - 2007 All Rights Reserved
*
* 程序作者:
* 张鲁夺(zhangluduo) : 为所有爱我的人和我爱的人努力!
*
* 联系方式:
* zhangluduo@msn.com
*
www.eeworm.com/read/250986/12370695
txt 单实例问题.txt
作者:rick1126
email: rickzhang@sina.com
日期:8/6/2001 9:55:10 PM
单实例问题目前主要就是一个是应用程序的不可重入, 另一个就是函数的不可重入.
1. 应用程序的不可重入
1) <mark>FindWindow</mark>
使用<mark>FindWindow</mark>( 类名, 标题 )可以保证那些使用主窗口的应用程序的单实例, 不过有时候因为标题用来表示某些动态信 ...
www.eeworm.com/read/215180/15071469
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button
www.eeworm.com/read/474065/6829257
cpp devicetest.cpp
// DeviceTest.cpp : implementation file
//
#include "stdafx.h"
#include "NoteBook.h"
#include "DeviceTest.h"
#include "KeyRlt.h"
#include "KeyTest.h"
#include "LedTest.h"
#include "MouseTest
www.eeworm.com/read/474065/6829303
cpp cpumsg.cpp
// CpuMsg.cpp : implementation file
//
#include "stdafx.h"
#include "NoteBook.h"
#include "CpuMsg.h"
#include "CbTestRlt.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/471457/6893230
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//------------------------------------------------------------
www.eeworm.com/read/395372/8181263
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton
www.eeworm.com/read/367845/9727098
h utility.h
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 预处理
#pragma once
#include
////////////////////////////
www.eeworm.com/read/248792/12540624
txt visual c++编程技巧之一.txt
Visual C++编程技巧之一
1. 如何获取应用程序的实例句柄?
2. 如何通过代码获得应用程序主窗口的指针?
3.如何在程序中获得其他程序的 图标?
4.如何编程结束应用程序?如何编程控制windows的重新引导?
5.怎样加栽其他的应用程序?
6. 确定应用程序的 路径
7. 获得各种目录信息
8. 如何自定义消息
...