代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/287962/8656479
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/431556/8667795
cpp main.cpp
/********** Hashish - Cross platform hasing utility *************/
// --*-c++-*--
/*
Hashish - Cross platform hasing utility
Copyright (C) 2003-2004 Jesse Lovelace, A. S. Logic Systems Co.
www.eeworm.com/read/282755/9066301
cpp unit1.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Unit1.h"
//--------------------------------------------------------------
www.eeworm.com/read/163433/10161820
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/162016/10344848
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/280226/10345944
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/425355/10362399
cpp pmpmessage.cpp
#include "stdafx.h"
#include "PMPMessage.h"
//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/416675/11018113
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/416675/11018129
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/450113/7490403
h utility.h
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 预处理
#pragma once
#include
////////////////////////////