Folder Browser Question

How can I detect when a user has clicked a path property in the Properties Window at design time & show the Folder Browser Dialog box & not when the user adds my control to the form

Answer this question

Folder Browser Question

  • Wawan K.

    I would think it's something like this (added to your property

    <Editor("System.Windows.Forms.Design.FileNameEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")> Public property hello as string
    'get set ok
    end property

    Could be wrong

  • Folder Browser Question