摘要:
dephi6(及以下版本)并不提供xp风格支持,因为dephi6推出时xp还在测试当。要使应用程序支持xp风格必须添加"manifest xml”资源文件到应用程序中,告诉系统对此应用程序使用6.0的comctl32.dll,而不是5.0。但有部分vcl控件与6.0存在兼容问题。 tlistview为vsreport时,鼠标移到列头时会抛出异常,修正这个问题需要修改comctr......
摘要:
如何把treeview中的内容打印出来呢?各位有什么好的方法介绍啊!
......
转贴:Conversion to Delphi 6: Missing unit Proxies.pas
http://www.delphifaq.com/fq/q3072.shtml
conversion to delphi 6: missing unit proxies.pas 【程序编程相关:以最少的资源耗用,显示系统键状态】
【推荐阅读:
谈用Access数据库做服务器】 【扩展信息:
技术人员的市场意识与市场人员的技术功底】
question:
if your application or expert uses designtime information, you have to replace uses dsgnintf; with uses designintf, designeditors; but then you will run into an error message cannot find unit proxies.pas answer: ...
下一页 摘要:
前一阵因为工作需要写了一个类来进行windows拨号,整理了一下,多封装了几个windows ras api,放上来大家提提意见。现在支持读取windows拨号连接列表、拨号、挂断、创建/删除连接,可以适用98/2000/xp,windows me 和nt没测试过,想来应该是可以的。以后有时间写成component,加入对拨号事件的支持。
uses ras, classes, sysutils......