简体   繁体   中英

C++ Builder XE7: ShellControls

last time I jumped from cpp builder 6 to xe7, and I can't find ShellListView and ShellTreeView . I searched through whole forum, but I couldn't find answear. Can someone explain me where is it, cause I'm looking for it about 3h. Thanks for help :)

You have to:

  • locate the <DemoDirInstall Path>\\CPP\\Apps\\ShellControls folder

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

  • load the ShellControls.groupproj

  • build bcbshlctrls.bpl (the runtime package)
  • build and install dclshlctrls.bpl (the designtime package)

The directory also contains code that demonstrates the creation of components which use the Windows Shell API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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