Frustration with OpenFileDialog()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vic Joseph

    #1

    Frustration with OpenFileDialog()

    I want OpenFileDialog to open in Thumbnail view. At the moment it always
    opens in list view, so to select a graphic file by image the user has to
    change the view every time. It's quite frustrating because creating a
    well-designed user interface is my main concern.

    I cannot find any way to set the view or the size of the dialog box when
    coding. Am I missing something obvious? Or is the only option to design my
    own file dialog using forms, listboxes and so on?

    regards, Vic Joseph



  • Herfried K. Wagner [MVP]

    #2
    Re: Frustration with OpenFileDialog( )

    "Vic Joseph" <vic_ngreply@xs 4all.nl> schrieb:[color=blue]
    >I want OpenFileDialog to open in Thumbnail view. At the moment it always
    >opens in list view, so to select a graphic file by image the user has to
    >change the view every time. It's quite frustrating because creating a
    >well-designed user interface is my main concern.
    >
    > I cannot find any way to set the view or the size of the dialog box when
    > coding.[/color]

    If you are familiar with p/invoke:

    In German for VB6:

    <URL:http://www.google.de/groups?selm=kua 75v8ih87qr2kcsr mjuvdp6b81l52kj n%404ax.com>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...