Close window button does not fire closed event

  • Thread starter Yechezkal Gutfreund
  • Start date
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.
==================================
 

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

Top