How to implement a 3 way Rocker Switch

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a button (System.Windows.Forms.Button) on a form (WinForm, C#
Application). I would like to have a counter counting up (or down) as long
as the user is pressing down the button, in other words I would like to
implement a Rocker Switch – 3 ways.

Any suggestions how to implement this functionality (with a button or any
other idea)?

Thanks

EitanB
 
Hello,

I do not see the connection between the link you provided and or the ListBox
to this subject...

Thanks
EitanB

JackPot said:
Use a ListBox and the OnSelectChanged event as explained in one of the
resources at the Expression KnowledgeBase [1] but which specific one I do
not remember.

[1]
http://www.microsoft.com/expression/kc/resources.aspx?product=all&type=tutorial


Eitan said:
Hello,

I have a button (System.Windows.Forms.Button) on a form (WinForm, C#
Application). I would like to have a counter counting up (or down) as
long
as the user is pressing down the button, in other words I would like to
implement a Rocker Switch - 3 ways.

Any suggestions how to implement this functionality (with a button or any
other idea)?

Thanks

EitanB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top