摘要:
danny thorpe - borland chief scientist
danny thorpe is a borland chief scientist responsible for strategic research in software development tools for the microsoft windows, microsoft .net, a......
摘要:笔者在用delphi2005调试其自带例子的dbwebfiltersample时遇到以下问题:若bdpdataadapter1的active属性设为true,编译运行出现以下错误
“/dbwebfiltersample”应用程序中的服务器错误。-----------------------------------------------------------------......
进程查看器1.3版开发后记
终于赶在元宵节这天发布“进程查看器1.3版”,顺便将它的中文版名字改为“05元宵版”.“进程查看器”一直都是用休息时间编码的,虽然1.3版增加的功能不多,但也耗用了好几天的下班时间.开发过程中还是有点东西需要记录下来,免得以后又忘记了.
【程序编程相关:
帖个HOOK鼠标滚轮滚动的DLL。
】 【推荐阅读:
VCL Component Messag】一.查找主窗体 【扩展信息:
比较VC和Delphi的WinTest工】 通过特定的窗体句柄查找主窗体,这是以前做过的功能,随手写出以下代码:
if hwnd <> 0 then while getparent(hwnd) <> null do hwnd := getparent(hwnd);
摘要:(*//
标题:获取其他进程中statisbar的文本
说明:window2000+delphi6调试通过
设计:zswang
支持:wjhu111@21cn.com
日期:2005-02-22
//*)
uses commctrl;
function getstatusbartext(mhandle: thandle): string;
var
vbuffer: array......