Click here to Skip to main content
16,022,296 members

Comments by Francis Donald Dowuona (Top 2 by date)

Francis Donald Dowuona 8-Jun-15 7:14am View    
i have a reset item in my menu_strip. when a user clicks on the reset button it loads form2 ,which acts as a message box by asking " Are you sure you want to clear content?". if the user clicks the "yes" button on this form(message box), the content of textboxes on form1 should be cleared.
Francis Donald Dowuona 8-Jun-15 6:45am View    
How to clear Textbox of one form by clicking a button on another form in C#?