搜索资源列表
ServerManager
- 我做的一个系统托盘程序(Delphi7),里面牵扯到dll动静态调用,程序可以缩小的系统托盘上,点击托盘图标,界面会弹出,而且使用了隐藏任务栏功能,还有资源文件的使用和制作方法,反正是一些软件开发很常用并且实用的Demo。要求管理员加精。-I do a system tray program (Delphi7), which involves static and dynamic dll call, the procedure can reduce the system tray, click
Show_hide
- Source code for: Show and Hide Start menu, Clock, Trey, Taskbar.
POLL
- 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学习工作,仍然可以狂顶靓颖!-This software is a professional OCR character recognition engine, automatic identification code! Automatic removal COOKIE!
showbar
- Delphi窗体-隐藏显示工具栏,可以隐藏或显示工具栏,点击小三角即可实现隐藏。另外本窗体设计源码支持鼠标右键,右键可弹出操作菜单,非常适合用Delphi写一些管理系统来使用,本界面是参照营运企业管理系统的功能和需求而设计出的界面。-Delphi form- hidden display the toolbar, you can hide or display the toolbar, click the small triangle to achieve hidden. Another sou
Delphi
- 窗体的显示与影藏实例教程,关闭后右下角托盘-Window display and hide instance tutorial, shut down the tray and the bottom right hand corner
FORM-FREE
- delphi 窗体释放 关于窗体的释放:Close()方法是将窗体隐藏,即form.hide 释放窗体或是控件的标准用法是Form.Free,其实Free方法只是调用了Destroy()方法,在窗体不为nil时进行资源的释放,但并不将窗体实例置为nil,只有窗体实例没有创始化之前值才为nil,否则你要显示的将窗体实例置为nil.-delphi release form releasing on the form: Close () method is to hide the form th