Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Win-Form 应用程序中实现触摸事件。按钮、列表、组合框和复选框的触摸事件。知道如何实施吗?我找不到任何相同的资源。
我只是希望我的应用程序与触摸屏平板电脑完全兼容。我使用 .NET 3.5 并没有看到任何相关的事件处理程序。我错过了什么吗?
我认为你错过了一些东西。
如果在平板电脑上运行获胜表格,我认为您正在寻找的“触摸”事件实际上是“单击”。
处理 OnClick 事件。
您可以通过使用 Selecting 事件处理程序或相应的控件来做到这一点