0

I am developing my first Windows embedded Compact 7 application. It is c# and .net 3.5 I have a group of buttons. When one of the buttons is clicked, the effect wanted is, that all of the buttons seem to be clicked at the same time. Solutions I found till now, like

SendKeys.Send("{ENTER}");

or even better

button1.Performclick 

seem not to be avalable on WEC7.

Or do I oversee something, that would make them available?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
traveller
  • 189
  • 1
  • 2
  • 10
  • I assume you are looking for the graphical feedback (ie all buttons appear pressed) on all of the other buttons and not just the code behind the other buttons run? – Zippit Oct 07 '13 at 01:14
  • You are right, it is all about the graphical feedback – traveller Oct 07 '13 at 11:06
  • How about this: http://stackoverflow.com/questions/8242409/simulate-mouse-clicks-at-a-certain-position-on-inactive-window-in-c-sharp/8242484#8242484 – Zippit Oct 07 '13 at 13:53
  • Thank you for the hint. It is not exactly what i was hoping to find, but it may be usable.. – traveller Oct 07 '13 at 23:14

0 Answers0