摘要:
在windows大行其道的今天,windows界面程序受到广大用户的欢迎。对这些程序的操作不外乎两种,键盘输入控制和鼠标输入控制。有时,对于繁杂的,或重复性的操作,我们能否通过编制程序来代替手工输入,而用程序来模拟键盘及鼠标的输入呢?答案是肯定的。这主要是通过两个api函数来实现的。 下面以delphi为例来介绍一下如何实现这两个功能。模拟键盘我们用keybd_event这个api函数......
摘要:
一、数据类型:(1) 基本数据类型: a、 整数类型: (通用类型<32位>:integer-有符号;cardinal-无符号) 具体: 有符号:shortint<8位>,smallint<16位>,longint<32位 > 无符号:byte<8位>,word<16位>,longiword<32位 > b、字符......
delphi create Http link on your form
there are at least 3 ways to create an http link on your form, ill describe 2 of them here. terms of agreement: 【程序编程相关:
DELPHI中动态调用dll】 【推荐阅读:
DELPHI 中的 Format 函数】by using this article, you agree to the following terms... 【扩展信息:
Debugging ActiveForm】 1) you may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge. 2) you may not redistribute this article (for example to a web site) without written permission from the original author. failure to do so is a violation of copyright laws. 3) you may link to this article from another website, but only if it is not wrapped in a frame. ...
下一页 摘要:
delphi是著名的borland公司开发的可视化软件开发工具。有这样一句话最为经典、贴切的描述了delphi——“真正的程序员用c,聪明的程序员用delphi”。很多人把delphi称为是第四代编程语言,它具有简单、高效、功能强大等特点。和visual c++比较,delphi更简单、更易于学习掌握,而在功能上却毫不逊色;和visual bas......