c# - Synchronize click on group of buttons -


i developing first windows embedded compact 7 application. c# , .net 3.5 have group of buttons. when 1 of buttons clicked, effect wanted is, of buttons seem clicked @ same time. solutions found till now,

sendkeys.send("{enter}"); 

or better

button1.performclick  

seem not avalable on wec7.

or oversee something, make them available?


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

javascript - Backbone.js getting target attribute -

html - Repeat image to extend header to fill screen -