A
Alina
Hello
I have the following problem: an app Win CE with many screens, each screen
is a Control, only the Main screen is a Form.
When I double click a button on the Main screen, it takes it like a click on
the Main screen + a click on the button on the second screen and it opens
also a third screen (instead of remaining in the second one).
I try to disable the button on the Main screen during loading of the second
screen and enable it after. The system will beep at the second click, but it
will treat it !
I'm thinking to a TimeSpan solution - to take the difference of time between
the two clicks, to see if it's less then 1 sec ignore it... but the
DateTime.Now is not accurate.
How can I call something like GetLastInputInfo (is there something like
user32.dll for CF)... or another solution..?
Thank you,
Alina
I have the following problem: an app Win CE with many screens, each screen
is a Control, only the Main screen is a Form.
When I double click a button on the Main screen, it takes it like a click on
the Main screen + a click on the button on the second screen and it opens
also a third screen (instead of remaining in the second one).
I try to disable the button on the Main screen during loading of the second
screen and enable it after. The system will beep at the second click, but it
will treat it !
I'm thinking to a TimeSpan solution - to take the difference of time between
the two clicks, to see if it's less then 1 sec ignore it... but the
DateTime.Now is not accurate.
How can I call something like GetLastInputInfo (is there something like
user32.dll for CF)... or another solution..?
Thank you,
Alina