Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I have created one Winform with toolstrip control which is having new,save, update and delete buttons. for the first time I opened my form in the run mode all buttons should be in disable mode except new button... when i entered some data in to this form then only I want to enable save button... But thing is how to know when the form is in edit state. How I know user enter / edit the form....
Please help me


Regards,
Raju. G
Posted

1 solution

You need to add some event handlers to set the enabled/disabled status, based on the status of your application.
 
Share this answer
 
Comments
rajugknr 21-Feb-13 7:59am    
Is there any logic for durty mode of the form...
Richard MacCutchan 21-Feb-13 8:12am    
Look at some of the form properties.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900