CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - 程序运行一个实例

搜索资源列表

  1. jxc

    0下载:
  2. Delphi6一个简单的数据库实例,该程序是经过编译成功的。在运行之前,先要将数据库文件jxcbook_Data加入到SQLServer中。-Delphi6 a simple database instance, the program is compiled successful. Running before the first database file will be added to the SQLServer in jxcbook_Data.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:605983
    • 提供者:lclyou
  1. 00404

    0下载:
  2. 通过本程序,你将了解到以下相关内容:   改变计算机在网络中的名字;   创建源设备环境;   创建和SourceDC兼容的目标设备环境;   创建一个和SourceDC兼容的内存设备环境,并返回其设备句柄;   抓图并释放设备环境;    在某些情况下,我们编写的应用程序同时只能有一个实例在内存中运行,例如服务器程序、需要独占某设备的程序,甚至我们仅仅是让程序同时只有一个实例运行。要实现此功能,需要在程序中加一点判断的代码。   再工程文件里面, Ap
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6754
    • 提供者:天行健
  1. uMultInst

    0下载:
  2. 防止程序的多个实例同时运行,当已有一个实例在运行的时候单击运行此程序会激活上一个实例,使用的时候在工程加入此单元即可-To prevent multiple instances of the program to run, when there is already a running instance when running this program click activate on an instance, when used in the engineering unit to joi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:1512
    • 提供者:李健
  1. TelAccount

    0下载:
  2. Delphi源码,多媒体技术,程控机,传真编程   一个早期的Delphi传真/电话程控机计费程序实例,运行后即可开始程控服务,在右下角生成图标,测试运行前请先更改tel.reg文件中的Port 串口号-Delphi source, multimedia technology, the program control unit, an early fax programming Delphi fax/phone program control unit billing procedures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-06
    • 文件大小:1279154
    • 提供者:李晓军
  1. similar-game-of-pinball-program

    0下载:
  2. 本实例是一个类似于游戏的弹球程序,程序运行后,黄色的小球在白色的框架内做直线运动。当运动到框架的边界时,与框架发生弹性碰撞,弹回后继续运动。在程序运行过程中,可以调节小球运动速度的快慢,并且可以暂停。-This example is a similar game of pinball program, the program is running, the yellow ball in the white within the framework of linear motion. When t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:15980
    • 提供者:xydanhua
  1. Delphi

    0下载:
  2. delphi下通过API运行采集设备U120816的一个实例,旨在通过实例讲解如何通过API开发设备采集程序.-delphi run through the API acquisition equipment U120816 an instance of the purpose of examples to explain how the API to develop equipment acquisition program.
  3. 所属分类:Delphi VCL

    • 发布日期:2015-05-28
    • 文件大小:307200
    • 提供者:wwwsax
  1. ds

    0下载:
  2. 由于IE浏览器控件需要提供显示功能才能使用,所以不能在程序中用CreateOleObject取得一个实例后直接使用其属性和方法,否则程序在运行时会引起错误;这时需要用Delphi中提供的 “Import ActiveX Control”功能-Since the IE browser control using the need to provide display function can be used, so you can not get an instance CreateOleObje
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:199152
    • 提供者:周骏
  1. Delphi_617075

    0下载:
  2. Delphi:Delphi实现常规的软件开机自启动+添加桌面快捷方式实例程序源代码,这两个功能我觉得都是挺实用的,大家也经常看到的功能,自己写软件了,这些基础技巧,是值得掌握的。把程序的快捷方式添加到桌面上,让开机就运行自己的程序,通过此源码实例,相信你会明白如何实现。不过在此提醒一下,让软件开机自动启动最好不要滥用哦,现在很多许多软件都这样,需要还给用户一个干净的快速启动栏啊! -Delphi: Delphi to achieve conventional software boot fr
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7858
    • 提供者:T1RCCE5
  1. Delphi_351225

    0下载:
  2. Delphi:Delphi防止程序多次运行,禁止一个程序多次打开,如图所示的程序中,同时只能运行一个实例,当你再次打开的时候会有弹出一个提示,你只能关闭这个提示,以前发过类似的Delphi源码,由不同的Delphi爱好者所写。 -Delphi: Delphi prevent multiple runs of the program, a program that repeatedly banned open, as shown in the program, but can only run
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:43714
    • 提供者:1SWD2JE
  1. delphijinstance

    0下载:
  2. Delphi禁止运行程序多个实例,程序先初始化参数,然后判断程序是否已经运行,得到程序的句柄,若发现多个句柄,就只运行一个句柄,程序也就始终保持一个窗口。-Prohibit running multiple instances of Delphi program, the program first initialization parameter, then judge whether the program is already running, get the program handle
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:4079
    • 提供者:lpudn6
  1. Delphi_480146

    0下载:
  2. Delphi:一个Delphi串口通信实例,通过串口传递数据的Delphi实例,程序编译运行后的截图如上示,选择串口是哪一个,若无占用,则打开串口,然后输入相关内容实现传送。一个Windows系统与网络连接的Delphi实例。 -Delphi: a Delphi serial communication example, Delphi examples of passing data through the serial port, compile and run the program a
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:50426
    • 提供者:D3LEVZD
  1. remotecontrol

    0下载:
  2. Delphi:一个基础的Delphi远程控制模型实例,基于Delphi7源码实现,是那种分为被控端和主控端的程序,类似于服务器与客户端的类型,被控端需要运行Project3.dpr项目,生成EXE可执行文件,同时这个EXE也是需要先运行的,其次运行Project2.dpr所生成的文件,可看到在主控面板上有重启计算机、隐藏与显示桌面、注销及关闭计算机,还可以发消息,若在同一电脑运行主控与被控,可输入127.0.0.1进行测试。 -Delphi: Delphi remote control mo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:32471
    • 提供者:DDAXG1E
搜珍网 www.dssz.com