Click here to Skip to main content
15,893,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Clear Command Prameter Pin
anotheruser18-Jun-04 17:11
anotheruser18-Jun-04 17:11 
GeneralRe: Clear Command Prameter Pin
Dave Kreskowiak19-Jun-04 6:17
mveDave Kreskowiak19-Jun-04 6:17 
GeneralDo these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 10:44
anotheruser18-Jun-04 10:44 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
Dave Kreskowiak18-Jun-04 12:42
mveDave Kreskowiak18-Jun-04 12:42 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 12:48
anotheruser18-Jun-04 12:48 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
Dave Kreskowiak18-Jun-04 12:53
mveDave Kreskowiak18-Jun-04 12:53 
GeneralRe: Do these produce different results? "Dim buffer() as Byte" and "Dim buffer as Byte()" Pin
anotheruser18-Jun-04 13:06
anotheruser18-Jun-04 13:06 
GeneralWindows Explorer Type TreeView Pin
Brad Fackrell18-Jun-04 10:09
Brad Fackrell18-Jun-04 10:09 
Earlier I asked the question about displaying the contents of a selected folder in a ListView. After Dave’s response and hours of searching books and the Internet I can’t seem to find anything about this.

What I’m looking for is something that will react in the same way that Windows Explorer does when the main window is set to ‘Thumbnails’; when a folder is opened in the TreeView, the main window displays all images as thumbnails.

How do I make this:
ListBox1.DataSource = Directory.GetFiles("C:\")
display the thumbnail images in the directory?

Does anybody have any idea how this can be accomplished?

Thanks
Brad
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2819-Jun-04 10:10
tanstaafl2819-Jun-04 10:10 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 5:21
Brad Fackrell21-Jun-04 5:21 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 8:31
tanstaafl2821-Jun-04 8:31 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 8:39
Brad Fackrell21-Jun-04 8:39 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 9:07
tanstaafl2821-Jun-04 9:07 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 9:14
tanstaafl2821-Jun-04 9:14 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 9:43
Brad Fackrell21-Jun-04 9:43 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2821-Jun-04 12:20
tanstaafl2821-Jun-04 12:20 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell21-Jun-04 13:00
Brad Fackrell21-Jun-04 13:00 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2822-Jun-04 4:06
tanstaafl2822-Jun-04 4:06 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell22-Jun-04 4:34
Brad Fackrell22-Jun-04 4:34 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2822-Jun-04 9:25
tanstaafl2822-Jun-04 9:25 
GeneralRe: Windows Explorer Type TreeView Pin
Brad Fackrell22-Jun-04 9:37
Brad Fackrell22-Jun-04 9:37 
GeneralRe: Windows Explorer Type TreeView Pin
tanstaafl2822-Jun-04 10:42
tanstaafl2822-Jun-04 10:42 
GeneralTrying an Excel Interop Pin
tanstaafl2818-Jun-04 7:57
tanstaafl2818-Jun-04 7:57 
GeneralRe: Trying an Excel Interop Pin
tanstaafl2818-Jun-04 8:18
tanstaafl2818-Jun-04 8:18 
GeneralRe: Trying an Excel Interop Pin
Dave Kreskowiak18-Jun-04 8:34
mveDave Kreskowiak18-Jun-04 8:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.