论坛


2009年2月10日 星期二

Join the DB Optimizer 1.5 beta test program - fix your poor performing databases

David I| Sip from the Firehose |21:30:21

Do you have poor performing SQL databases?? Do you need a better SQL database profiling and tuning tool?? The DB Optimizer 1.5 Beta Test program is available now! A few of the new features in DB Optimizer version 1.5 Multi-platform tuning - DB Op...

如何能在webbrower里输入回车

扬帆| 扬帆Blog - Delphi |17:57:29

如何能在webbrower里输入回车含有多行文本输入框(textarea )或提交(submit)按钮的HTML表单在TWebBrowser中显示时,对回车键不响应。另外,Delphi表单上按钮的快捷字母键也无法在HTML表单上输入,因为一输入就触发相应按钮的单击事件。解决代码如下:unit Unit1;inter...

如何能在webbrower里输入回车(包括多页面浏览器)

扬帆| 扬帆Blog - Delphi |17:57:29

如何能在webbrower里输入回车含有多行文本输入框(textarea )或提交(submit)按钮的HTML表单在TWebBrowser中显示时,对回车键不响应。另外,Delphi表单上按钮的快捷字母键也无法在HTML表单上输入,因为一输入就触发相应按钮的单击事件。解决代码如下:unit Unit1;inter...

多线程编程(3) - 从 CreateThread 说起[续]

万一| 万一的 Delphi 博客 |17:48:00

function CreateThread( lpThreadAttributes: Pointer; dwStackSize: DWORD; lpStartAddress: TFNThreadStartRoutine; lpParameter: Pointer; dwCreationFlags: DWORD; {启动选项} var lpThreadId: DWORD ): THandle; stdcall;CreateThread 的倒数第二个...

用WebBrowser实现HTML界面的应用收藏

扬帆| 扬帆Blog - Delphi |17:18:55

用WebBrowser实现HTML界面的应用内容提要什么应用需要HTML的界面用什么实现HTML的界面如何访问HTML页面的内容如何调用javascript函数(兼谈消息提示框)如何禁止右键菜单(如何禁止用户查看源代码)如何响应HTML的事件(如何在HTML中调用Delphi的代码)如何能在HTML?..

WebBrower控件接口表

扬帆| 扬帆Blog - Delphi |17:16:21

WebBrower控件接口表所属类别:DELPHI推荐指数:★★★☆文档人气:572本周人气:2发布日期:2006-5-18The OLECMDID enumeration specifies which command to execute. (The commands in this enumeration are the standard commands defined by Office 95.) A singl...

多线程编程(2) - 从 CreateThread 说起

万一| 万一的 Delphi 博客 |16:36:00

function CreateThread( lpThreadAttributes: Pointer; {安全设置} dwStackSize: DWORD; {堆栈大小} lpStartAddress: TFNThreadStartRoutine; {入口函数} lpParameter: Pointer; {函数参数} dwCreationFlag...

Force Display of ToolButton’s PopupMenu in its OnClick Event

About.com| About.com Delphi Programming |03:37:40

in Delphi TIPS :: When a tool button is placed on a toolbar and tool button's Style is set to tbsDropDown, the button displays a down-pointing arrow. When you...