搜索资源列表
Delphi操作Word文档
- 此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end-thi
Windowsdidongdaima
- delphi WINDOWS 启动代码的程序-startup code delphi WINDOWS procedures
delphi_Programming_Excel_start_closing_classic_cod
- delphi编程开发Excel启动关闭经典代码delphi Programming Excel starts closing classic code-delphi Programming Excel starts closing classic code
Delphi_primary_thread_starts
- Delphi初级示例启动计算线程经典代码,初学者下载-Sample Delphi primary thread starts calculating the classical code
mobileSvr
- delphi编写手机版进销存查询服务器,启动后能用手机或Chrome 浏览器查询进销存数据,支持css3 html5显示效果.只有一个程序就现实了web服务功能,不需要安装iis 之类服务器.探索另一种实现web服务思路。 由于程序代码比较复杂,要安装控制多,调试不一定能成功,-delphi prepared Mobile Invoicing query servers, started use the phone or Chrome browser to query inventory d
ff
- 类似与 音速启动的东西 先拿 千千静听 ps 作为例子吧 找见 这两个的路径 C:\Program Files\Adobe\Photoshop 7.0\Photoshop.exe C:\Program Files\TTPlayer\TTPlayer.exe 就用一句 就可以了 winexec(‘’,1) 双击两点按钮 进去 写代码 F9我们生成看下 把自己的 信息 也可以加进去 用个label 界面 肯定不好看了 我们美化下 用到 皮肤控件-Similar to
programToservice
- 把程序以服务的方式启动,这是做为学习用的小程序,也可以直接把代码加入产品中-To start the program as a service, which is used as a learning program, you can also directly to the code added to the product
threadpool
- 线程池是一种多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程。每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中。如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙。如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值。超过最大值的线程可以排队,但他们要等到其他线程完成后才启动 -The thr
Delphi_161767
- Delphi:Delphi编写一个开机后可自动运行的程序,想当于添加到了快速启动项中,实现开机启动的方法有多种,本代码的实现方法是通过添加注册表项的值来实现,修改:HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run下边的值,程序自动创建这个键值,这是一种比较简单好用的方法。 -Delphi: Delphi programming boot automatically after a run, want to add
DelphiBootReceiverXE6
- Delphi BootReceiver XE6 , delphi XE6 开机启动代码实例,欢迎使用-Delphi BootReceiver XE6, delphi XE6 boot code examples, Welcome