Button pressed issue
-
Hello, I am trying to implement a feature on the PDA Application (Windows CE/ C#). There is a button and a label. While this button is pressed and remains pressed, keep changing/incrementing the content of the label. This seems to fit a mouse down/up event very well, but unfortunately there is no mouse down/up for the button on .NET compact Framework 2.0. Thanks for helping,
-
Hello, I am trying to implement a feature on the PDA Application (Windows CE/ C#). There is a button and a label. While this button is pressed and remains pressed, keep changing/incrementing the content of the label. This seems to fit a mouse down/up event very well, but unfortunately there is no mouse down/up for the button on .NET compact Framework 2.0. Thanks for helping,
The only way that I know to do this is to make your own button class derived from control. Then you can use the mouse events from the control class.