J
Joe Abou Jaoude
In a PPC app, how do I detect that a user clicked on the Ok button ?
The VisibleChanged Event would have done the job, however unfortunately,
it's not supported by the compact framework
The Deactivated event isn't accurate since it could be triggered by
other things like a messagebox for example, and since the Visible
property will always be true in the Deactivated EventHandler.
So is there an event to detect that the Ok button was pressed, or should
I write a workaround code ?
Regards
The VisibleChanged Event would have done the job, however unfortunately,
it's not supported by the compact framework
The Deactivated event isn't accurate since it could be triggered by
other things like a messagebox for example, and since the Visible
property will always be true in the Deactivated EventHandler.
So is there an event to detect that the Ok button was pressed, or should
I write a workaround code ?
Regards