Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
If I understand you, it seems that you think that the key is to generate (on the fly) code that will make thumb nails and display them in place of the default thumbnail image. Is that right?

I'm thinking this might be a solution you can try. The idea is that VB.NET is powerful enough to do just about anything Windows can do, so it should be possible to create a custom Windows form that utilizes the built-in functions of Windows to perform the desired task. Its the "don't try to reinvent the wheel" approach. The problem is that for some reason, the thumbnail option seems to be missing from the view options. All the other ones are there.

What keeps going through my mind is a simple "Image Browser" which would include a dynamic array "stack" that would fill up with all the image file types in that folder and the user would "view" them one at a time by using a "Previous" and "Next" command button and a picture window. Of course this starts to sound just like IrfanView, which is someone else's idea of an image browser.

It might be easier still if you could skip the listview/treeview form all together and just call up the actual explorer dialog that does have the option to view as thumbnails. If that is possible.

Still coaxing software out of the can after all these years...
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 
GeneralRe: Trying an Excel Interop Pin
tanstaafl2818-Jun-04 9:05
tanstaafl2818-Jun-04 9:05 
GeneralRe: Trying an Excel Interop Pin
Dave Kreskowiak18-Jun-04 9:06
mveDave Kreskowiak18-Jun-04 9:06 
GeneralRe: Trying an Excel Interop Pin
tanstaafl2818-Jun-04 9:09
tanstaafl2818-Jun-04 9:09 
GeneralRe: Trying an Excel Interop Pin
tanstaafl2819-Jun-04 7:23
tanstaafl2819-Jun-04 7:23 
Generallong hyperlink for shellexecute with mailto Pin
skoizumi2911018-Jun-04 7:18
sussskoizumi2911018-Jun-04 7:18 
GeneralTreeView to a ListView Pin
Brad Fackrell18-Jun-04 4:17
Brad Fackrell18-Jun-04 4:17 
GeneralRe: TreeView to a ListView Pin
Dave Kreskowiak18-Jun-04 4:51
mveDave Kreskowiak18-Jun-04 4:51 
GeneralRe: TreeView to a ListView Pin
Brad Fackrell18-Jun-04 5:06
Brad Fackrell18-Jun-04 5:06 
GeneralRe: TreeView to a ListView Pin
Brad Fackrell18-Jun-04 5:29
Brad Fackrell18-Jun-04 5:29 
GeneralAnti SQL Injection Helper Pin
Jim Taylor18-Jun-04 3:55
Jim Taylor18-Jun-04 3:55 
GeneralRe: Anti SQL Injection Helper Pin
Dave Kreskowiak18-Jun-04 4:14
mveDave Kreskowiak18-Jun-04 4:14 
GeneralRe: Anti SQL Injection Helper Pin
Jim Taylor18-Jun-04 8:04
Jim Taylor18-Jun-04 8:04 

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.