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
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
Folder Browser Question
Wawan K.
<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