472,371 Members | 1,499 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,371 software developers and data experts.

[REPOST] OpenFileDialog and Thumbnails view

the dotnet OpenFileDialog brings up a window that looks
similar to a File Explorer window, and indeed depending
on some user settings may list files in a details view,
thumbnails view etc.

Is there any way to guarantee that the dialog comes up in
a particular state-- for instance showing thumbnails?

a similar question would be how to control the list of
folders that appear on the bar on the left of the dialog
when it is shown.

Thanks in advance!

Nov 15 '05 #1
2 3129
You may use the InitialDirectory property to control the folders that
appear.

--
Regards,

Felix Wang

"anonymous" <an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
the dotnet OpenFileDialog brings up a window that looks
similar to a File Explorer window, and indeed depending
on some user settings may list files in a details view,
thumbnails view etc.

Is there any way to guarantee that the dialog comes up in
a particular state-- for instance showing thumbnails?

a similar question would be how to control the list of
folders that appear on the bar on the left of the dialog
when it is shown.

Thanks in advance!

Nov 15 '05 #2
InitialDirectory controls which folder appears, not the style of
presentation. I think the question is how to get the equivalent of
FileExplorer menu View..Thumbnails, View..Details etc.

I'd guess this has something to do with shell extensions and some state that
is persisted for the folder, but i'm afraid i don't know the real answer to
the question.

Does anybody know?
"Felix Wang" <I'*@home.now> wrote in message
news:#E**************@TK2MSFTNGP09.phx.gbl...
You may use the InitialDirectory property to control the folders that
appear.

--
Regards,

Felix Wang

"anonymous" <an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
the dotnet OpenFileDialog brings up a window that looks
similar to a File Explorer window, and indeed depending
on some user settings may list files in a details view,
thumbnails view etc.

Is there any way to guarantee that the dialog comes up in
a particular state-- for instance showing thumbnails?

a similar question would be how to control the list of
folders that appear on the bar on the left of the dialog
when it is shown.

Thanks in advance!


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jody Gelowitz | last post by:
VS.NET 2002 and 2003 are installed. ..NET Framework 1.0 and 1.1 installed Program running under VisualBasic.NET 2002 with .NET Framwork 1.0 I am experiencing a problem with ADO.NET where the...
0
by: anonymous | last post by:
the dotnet OpenFileDialog brings up a window that looks similar to a File Explorer window, and indeed depending on some user settings may list files in a details view, thumbnails view etc. Is...
0
by: andrija | last post by:
When calling OpenFileDialog, in one project I get exception out of memory (untrappable), while in another it works ok. (I create a new project with just this code and it sometimes does not work,...
1
by: Lars | last post by:
I've seen this question posted a couple of times, but haven't seen an answer. Anyone have an idea how to make an openFileDialog appear in thumbnail view when it opens? - Lars
4
by: Sharon | last post by:
I’m using OpenFileDialog class in a specific InitialDirectory and I want that files will be selected in the opened dialog when I call ShowDialog(). Actually I wish to select all files in the...
3
by: Vagabond Software | last post by:
I'm trying to display thumbnail images in a Listview that look more like the Windows thumbnail view. Everything is working pretty good, but my thumbnails are decidedly not like the Windows...
6
by: mike w. | last post by:
I want to create an application using VB.Net to have something like windows explorer to view thumbnails of image files in the directories. Is there a control or soemthing to do this? thanks ...
9
by: Sagaert Johan | last post by:
Hi Can i extend the OpenFileDialog so i can show a thumbnail of a picture i am opening ? (priview it in a picturebox inside the fileopen dialog ) Johan
0
by: mbewers1 | last post by:
Hi I'm having a problem trying to get a customised OpenFileDialog() to fulfil my requirements. The code for this custom-built dialog has been taken from another site...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.