代码搜索:FindWindow

找到约 333 项符合「FindWindow」的源代码

代码结果 333
www.eeworm.com/read/412544/11193620

prg main.prg

*——清除变量 CLEAR CLEAR ALL *——避免多次运行程序 *——声明API函数“FindWindow” DECLARE Integer FindWindow IN USER32.DLL String lpClassName,String lpWindowName lpWindowName="人力资源管理系统" *——寻找窗口标题 IF .NOT. FindWindow
www.eeworm.com/read/412539/11193991

prg main.prg

*——清除变量 CLEAR CLEAR ALL *——避免多次运行程序 *——声明API函数“FindWindow” DECLARE Integer FindWindow IN USER32.DLL String lpClassName,String lpWindowName lpWindowName="图书管理系统" *——寻找窗口标题 IF .NOT. FindWindow(0
www.eeworm.com/read/146603/12636004

prg main.prg

*——系统环境初始化 CLOSE ALL CLEAR ALL *——系统环境设置 SET ESCAPE OFF && 禁止运行的程序在按ESC键被中断 SET TALK OFF && 关闭命令显示 SET SAFETY OFF && 覆盖时不要确认 SET STAT BAR OFF && 将状态栏关闭 SET SYSMENU OFF && 可关掉VFP系
www.eeworm.com/read/235219/14081313

prg main.prg

CLEAR CLEAR ALL SET ESCAPE OFF && 禁止运行的程序在按ESC键被中断 SET TALK OFF && 关闭命令显示 SET SAFETY OFF && 覆盖时不要确认 SET STAT BAR OFF && 将状态栏关闭 SET SYSMENU OFF && 可关掉VFP系统菜单区域 SET SYSMENU TO &&
www.eeworm.com/read/201544/15401970

txt 让程序只运行一个实例(delphi篇) (2000年12月10.txt

让程序只运行一个实例(Delphi篇) (2000年12月10日) 本站更新 分类: 作者:陈华珊 推荐: 阅读次数:644 (http://www.codesky.net) --------------------------------------------------------------------------------   Windows
www.eeworm.com/read/200809/15424438

dpr project1.dpr

program Project1; uses Forms, Windows, Unit1 in 'Unit1.pas' {frmxzBooksTest}, uQueryForm in 'uQueryForm.pas' {frmQuery}; {$R *.res} const ClassName='TfrmxzBooksTest'; var Ha
www.eeworm.com/read/110284/15537700

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/110032/15543391

cpp transparentwnd.cpp

********************************************************************* /* Modified by 徐景周 2000.9 功能:动态透明位图显示及WAV资源文件播放 */ #include "stdafx.h" #include "TransparentWnd.h" #include #
www.eeworm.com/read/109116/15563448

dpr project1.dpr

program Project1; uses Forms, Windows, Unit1 in 'Unit1.pas' {frmxzBooksTest}, uQueryForm in 'uQueryForm.pas' {frmQuery}; {$R *.res} const ClassName='TfrmxzBooksTest'; var Ha
www.eeworm.com/read/109079/15564686

txt 00000010.txt

--===BBS水木清华站∶精华区===-- -===BBS水木清华站∶精华区===- 本文收集了本版有关Visual C++中MFC编程方面的有关问题,内容参见概览。 苗扬 于1996.8.24 --------------------------------