tags:

views:

33

answers:

0

I am having a UI screen with Reset button and Browse control.

When the screen opens, by default I am displaying "Programfiles\myapp\" as a path to install my files. Use the browse button user can change the paths and that path will be displayed in the text box next to browse button.

When I click Reset button, it should change the text value of the user selection, how should I do that?

1 But the above snippet is not clearing the selection path choosen by the user in previous step, when user presses reset button.

any help?