after I did this application using visual C# … Simply nothing on the form is working its like disconnected any ideas why ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check if the event handlers for the Button.Click events are set. Visual Studio tends to drop the event handlers some times.
Open up your form in design mode and check if the click event is set for your buttons by inspecting them in the property grid. If they aren’t then you can reselect the method using the drop-down menu.