搜索资源列表
tcal4.2
- 文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件,该软件使用简单、方便。 当需要计算数据时,在窗口中输入整个表达式(表达式可以是加+、减-、乘*、除/、平方^、括号(),以及数学函数组合),按回车后可自动计算出结果,计算方法一目了然,便于查找计算中可能出现的错误。 支持的数学函数:cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th
TrayIcon_for_Delphi
- 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
recursion
- delphi中如何用递归调用方式生成树形结构,树的级别不定;生成方法:首先声明树的结点,自定义树的结点内容,写一个递归函数,在窗体的显示事件里调用递归函数,实现树形结构的生成。-how in delphi to use the recursion transfer way production tree structure, tree s rank not to decide Production method: First stated that tree s point, from the
WinAPI
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-Microsoft 32-bit platforms as application programming i
WinAPI
- 全书收录了五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务。所有函数均附有功能说明、参数说明、返回值说明、备注以及引用说明。另外,在本书的第一章,我们对WiN32 API函数作了完整的概述;在附录部分,讲解了如何在Visual Basic和Delphi中对其调用。 -The book includes five major functions: window management, graphics device interface, system services, in
QQShakeDelphi
- 仿QQ窗口抖动的代码,和qq的功能很相似-Imitation QQ jitter window code, and the function is very similar to qq
DELPHI-in-ping
- 和window自带的cmd差不多,可以在Delphi下面调试,且可以ping功能。-Cmd and the window comes about, following in the Delphi debugging, and can ping function.
APISearchEngine
- delhi写得一个window api搜索的一个单元,主要是不调用getproadress获得函数-delhi written a window api search of a unit, the main function does not get called getproadress
ping
- Delphi源码,网络相关,Ping,可视化 使用Delphi创建可视化的PING命令窗口,在DOS方式,利用Ping命令我们可以方便的知道网络连接状态,这里我们在Windows下实现同样的功能。输入网址,配置好循环时间和超时时间,程序可以定时对网址进行Ping操作,并返回操作结果-Delphi source code, network-related, the Ping, the visualization to use Delphi to create a visualization
ComAssistant1.2
- 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送框取16进制数发送,最好按16进制格式填写,例如:12 34 56 77 10 使用窗口悬浮功能:点击程序左下角的针状按钮可以使程序置于最上层,保持可见; 放大至全屏:当需要扩大接收窗口以方便观看数据时,可以点击右上角最大化按钮 另外:还要注意的是调试串口时,插拨串口
API-processes
- API进程与线程函数 根据窗口句柄获取程序路径-API processes and threads function to get the program path according to the window handle
dl
- delphi登录功能,实现的是一个输入用户名和密码的简单登录窗口,登录后跳转到新的窗口-delphi login function, realize that a user name and password to a simple login window, log in to jump to a new window
delphiactmenu
- Delphi动态合并菜单,原有菜单是需要点击窗口右键才弹出,同时窗口左上角也有一个主菜单,点击弹出菜单,若通过合并功能合并菜单后,原有的右键菜单会被合并到主左上菜的菜单内,在最后排列出右键菜单,虽然本菜单的内容不实用,但需要了解菜单的合并思路和实现过程。 -Delphi dynamic combination menu, the original is the need to click on the window menu pops up right before, while the u
poweroff
- delphi开发的一个window自动关机的程序,用到API函数来关闭计算机,关闭前获取权限-delphi development of a window automatic shutdown procedures, use the API function to turn off the computer, close the front access privileges
delphicretable
- Delphi动态创建Sqlserver数据表,依次在窗口中输入表名称、各个字段名称、字段类型和长度,点击“建表”功能即可,不过之前请附加好Database文件夹中的SQLServer数据库文件,对Delphi初学者来说,是个不错的参考范例。-Delphi Sqlserver dynamically created data tables, in turn enter the table name in the window, each field name, field type and len
Delphi_277212
- Delphi:Delphi仿Windows计算器,实现从右向左输入内容的计算器,从界面上来看,似乎与Windows计算器很一样,为了演示从右到左输入字符,写了这个用于演示功能的计算器,在计算器的数据输入窗口中,你可看到是从右边输入数据的。 相关的源代码说明:operator = (Emp,add,sub,mul,divid) 定义空、加、减 、乘、除,Operate1: Operator = emp 记录上一次用户按下的运算符,Pointed: Boolean = False 作用是定
Delphi_137445
- Delphi:用Delphi简单操作数据库的增加、删除和更新内容,State: string描述当前窗口处于什么状态。insert添加update修改delete删除,警告:删除商品信息会影响历史信息准确性,可以通过停用来禁止使用这条商品信息,确定打开功能窗体中的对应控件。 -Delphi: Delphi simple operation by increasing the database, delete, and update the content, State: string des
Delphi_706132
- Delphi:Delphi隐藏IE浏览器的右键关联菜单,实例操作说明:在打开IE浏览器后,选中文本或图片,然后用鼠标右键进行剪切、复制等操作。本实例是屏蔽右键下拉菜单的功能实现,点击窗口上对应的功能按钮可演示效果。 -Delphi: Delphi hide IE browser s right-click context menu, examples Instructions: After opening the IE browser, select the text or pictures
delphiaddmenus
- Delphi在系统默认的窗口菜单中添加自定义菜单项,在窗体标题栏的右键菜单中添加自定义菜单,这个源码功能主要是演示这一功能如何实现,超简单,面向Delphi的基础学者。-Delphi add custom menu item in the window menu by default system, add a custom menu in the window title bar and right-click menu, the source function is mainly to sh
Delphistatusbar
- 在Delphi编写的窗体状态栏中添加图标功能,而非Windows系统的状态栏图标,在你为你的程序设计的窗口状态栏,添加一个标准大小格式的图标,当然图标大小这个是可以调整的,如上图所示的演示窗口中,下边状态栏的图片就是一个图标,本源码主要演示如何将它添加到状态栏里面。-Add an icon in the status bar function form written in Delphi, but not Windows system icon in the status bar, the wi