Y
Yechezkal Gutfreund
I have an application (called stationmaster.exe) that captures the Form
event: Closed:
this.Closed += new EventHandler(this.CloseUp);
The problem is that this event is not occuring on the PDA, but does when the
same exe is run (as a test case) on an XP box with the full .NET famework.
That is:
1. If the stationmaster.exe is run on a XP box, then close window fires the
closed event.
2. If the stationmaster.exe is run on the PDA and I press the close window
then it does not fire the event.
However, I have added a menu item to manually call Form.Close() and this
works.
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================
event: Closed:
this.Closed += new EventHandler(this.CloseUp);
The problem is that this event is not occuring on the PDA, but does when the
same exe is run (as a test case) on an XP box with the full .NET famework.
That is:
1. If the stationmaster.exe is run on a XP box, then close window fires the
closed event.
2. If the stationmaster.exe is run on the PDA and I press the close window
then it does not fire the event.
However, I have added a menu item to manually call Form.Close() and this
works.
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================