Common Dialog Control + thumbnail view
Hi every one,
I want the VB6 Common Dialog Control to open image files using showopen:
CommonDialog1.ShowOpen
My question is: How do I set it to show thumbnails of the files?
(The user can manually select thumbnail view, but I would like the program to show thumbnail view without user intervention).
Thanks for any help!
[363 byte] By [
pieq314] at [2007-11-20 8:26:11]

# 1 Re: Common Dialog Control + thumbnail view
Doesn't let me select thumbnail view... How are you doing it? It's not one of the flags available. Use a Listview.
# 2 Re: Common Dialog Control + thumbnail view
Doesn't let me select thumbnail view... How are you doing it? It's not one of the flags available. Use a Listview.
I commented out the following line, then the view menu becomes available:
CommonDialog1.Flags = cdlOFNAllowMultiselect Or cdlOFNLongNames