up vote 2 down vote favorite
2
share [g+] share [fb]

We have recently moved to Delphi 2009. I can't find the TShellListView and TShellTreeView controls. Do I need to install something extra?

From searching the web it seems they are shipped with Delphi 2009 but for some reason they havent been installed.

Has anyone had a similar problem?

Update: This is so unbelivably idiotic. It appears codegear have installed the demos to the allusers section of documents and settings

C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Demos\DelphiWin32\VCLWin32\ShellControls

Answer here

link|improve this question

1  
IIRC, installer presents default path and even allows to change it. So, these complaints are misdirected. – user422039 May 18 '11 at 12:20
feedback

3 Answers

up vote 13 down vote accepted

It looks like this package is not installed by default.

Navigate to Delphi demos (they are in "c:\Users\Public\Documents\RAD Studio\6.0\Demos" on my machine) and open subfolder DelphiWin32\VCLWin32\ShellControls.

Open and compile vclshlctrls.dproj.

Open and compile dclshlctrls.dproj.

While this last project is still open, right-click on the dclshlctrls120.bpl item in the Project Manager window (View, Project Manager) and select Install from the popup menu. You should see a dialog box informing you of new components. One of them is TShellListView.

Information

Package C:\Users\Public\Documents\RAD Studio\6.0\Bpl\dclshlctrls120.bpl has been installed. The following new component(s) have been registered: TShellChangeNotifier, TShellComboBox, TShellListView, TShellTreeView.

New package should now also be visible in the Component, Install Packages window ("Shell Control Property and Component Editors").

link|improve this answer
feedback

They should be somewhere. Have a look here, for example.

link|improve this answer
I found that but for some reason mine haven't installed. – Toby Allen Feb 23 '09 at 16:28
Can you open the help entry? Perhaps there's some note on where to find it. – schnaader Feb 23 '09 at 17:01
No entry for it in Help. – Toby Allen Feb 23 '09 at 17:06
feedback

I put this answer in my question, but to make it easier to find, I'll put this answer here also, this is the final bit of the puzzle that solved it for me.


It appears codegear have installed the demos to the allusers section of documents and settings

C:\Documents and Settings\All Users\Documents\RAD Studio\6.0\Demos\DelphiWin32\VCLWin32\ShellControls

Answer here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.