简体   繁体   English

C ++ Builder XE7:ShellControls

[英]C++ Builder XE7: ShellControls

last time I jumped from cpp builder 6 to xe7, and I can't find ShellListView and ShellTreeView . 上一次我从cpp builder 6跳到xe7时,找不到ShellListViewShellTreeView I searched through whole forum, but I couldn't find answear. 我搜索了整个论坛,但找不到answear。 Can someone explain me where is it, cause I'm looking for it about 3h. 有人可以解释一下它在哪里,因为我要在3小时左右内寻找它。 Thanks for help :) 感谢帮助 :)

You have to: 你必须:

  • locate the <DemoDirInstall Path>\\CPP\\Apps\\ShellControls folder 找到<DemoDirInstall Path>\\CPP\\Apps\\ShellControls文件夹

    ( <DemoDirInstall Path> is "somewhere near" C:\\Documents and Settings\\All Users\\Documents\\RAD Studio\\XXX\\Demos\\ ) <DemoDirInstall Path>位于“ C:\\Documents and Settings\\All Users\\Documents\\RAD Studio\\XXX\\Demos\\

  • load the ShellControls.groupproj 加载ShellControls.groupproj

  • build bcbshlctrls.bpl (the runtime package) bcbshlctrls.bpl (运行时程序包)
  • build and install dclshlctrls.bpl (the designtime package) 生成并安装dclshlctrls.bpl (designtime软件包)

The directory also contains code that demonstrates the creation of components which use the Windows Shell API. 该目录还包含演示如何使用Windows Shell API创建组件的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM