摘要:
问题:系统为windows 7 触摸一体机,MutilTouch消息例如新建一个叫Windows1普通窗口,然后设置TopMost = true,然后添加一个image(其它类似控件也可以),给image控件加上MouseLeftDown事件,在MouseLeftDown事件中随便打开一个Form的对话框,例如打开文件对话、颜色选择对话框等: System.Windows.Forms.OpenFileDialog file = new System.Windows.Forms.OpenFileDialog(); file.Filter = "Office Docu... 阅读全文
posted @ 2011-10-13 14:53 kodos 阅读(2633) 评论(7) 推荐(2) 编辑