Hi Is there a way to make the control read only as far as the edit control is concerned but still allow the user to launch the folder dialog and select a folder? I can't find an obvious way to do this...
Um, your code shows that the dialog will only launch if the control is NOT readonly, which is not what I want.
I want it to launch even if the control IS readonly...
In other words, there needs to be something like an EditReadOnly property to prevent the user typing into the edit box, but still be able to select a folder from the dialog...
Comments