Common Dialogs StartPosition

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smellican@gmail.com

    #1

    Common Dialogs StartPosition

    Is there an easy way to set the starting position of a common dialog
    such as savefiledialog, printdialog, fontdialog, etc.?

    There doesn't seem to be a StartPosition property for common dialogs.

  • Herfried K. Wagner [MVP]

    #2
    Re: Common Dialogs StartPosition

    <smellican@gmai l.comschrieb:
    Is there an easy way to set the starting position of a common dialog
    such as savefiledialog, printdialog, fontdialog, etc.?
    >
    There doesn't seem to be a StartPosition property for common dialogs.

    The only way I can think of is a Win32 dialog hook.

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

    Comment

    • G Himangi

      #3
      Re: Common Dialogs StartPosition

      AFAIK its not possible. You can consider commercial alternatives such as
      FolderView/FIleView from http://www.ssware.com


      <smellican@gmai l.comwrote in message
      news:1180458753 .923495.257300@ o5g2000hsb.goog legroups.com...
      Is there an easy way to set the starting position of a common dialog
      such as savefiledialog, printdialog, fontdialog, etc.?
      >
      There doesn't seem to be a StartPosition property for common dialogs.
      >

      Comment

      • G Himangi

        #4
        Re: Common Dialogs StartPosition

        AFAIK its not possible. You can consider commercial alternatives such as
        FolderView/FIleView from http://www.ssware.com


        <smellican@gmai l.comwrote in message
        news:1180458753 .923495.257300@ o5g2000hsb.goog legroups.com...
        Is there an easy way to set the starting position of a common dialog
        such as savefiledialog, printdialog, fontdialog, etc.?
        >
        There doesn't seem to be a StartPosition property for common dialogs.
        >

        Comment

        Working...