开发者

Windows Application .. Not working

after I did this application using v开发者_C百科isual C# ... Simply nothing on the form is working its like disconnected any ideas why ?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜