Windows Explorer

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi,

I would like to know which control is used by Windows
Explorer to show the directory/files information (name,
type, date, modification, etc)

The control that I am talking about is just beside the
treeview.

Thanks in advance.
 
* "David said:
I would like to know which control is used by Windows
Explorer to show the directory/files information (name,
type, date, modification, etc)

The control that I am talking about is just beside the
treeview.

A ListView with 'View' = 'Details'.
 
Ok, I see... I have VB .Net and VB6. Unfortunatly, VB6's
ListView doesn't have the 'View' property. Any suggestion
for VB6?
 
I finally found something that is similar as 'Details'.
But thanks anyway to give me the direction.
 
David said:
Ok, I see... I have VB .Net and VB6. Unfortunatly, VB6's
ListView doesn't have the 'View' property. Any suggestion
for VB6?

In my VB6, the Listview does have a view property. You can set it to 3
(lvwReport).
 
Back
Top