D
Daniel Passwater via DotNetMonster.com
I am newbie and have been thrown into the fire. Please be patient.
I am developing a multi-form user interface in C# in the compact framework. It communicates via serial connection. Each form passes and receives data. I have set up event handlers for receiving data in each of the forms. However, as I exit one form and procede to the next, from a central form, the event handler from the previous form seems to be still active. Should there be only one event handler? If so how is this implemented? I can't use a global buffer.
Thank you in advance for and all help.
Daniel
*****************************************
* This message was posted via http://www.dotnetmonster.com
*
* Report spam or abuse by clicking the following URL:
* http://www.dotnetmonster.com/Uwe/Abuse.aspx?aid=9489d737ce1c4f67a458eed6364e6b0e
*****************************************
I am developing a multi-form user interface in C# in the compact framework. It communicates via serial connection. Each form passes and receives data. I have set up event handlers for receiving data in each of the forms. However, as I exit one form and procede to the next, from a central form, the event handler from the previous form seems to be still active. Should there be only one event handler? If so how is this implemented? I can't use a global buffer.
Thank you in advance for and all help.
Daniel
*****************************************
* This message was posted via http://www.dotnetmonster.com
*
* Report spam or abuse by clicking the following URL:
* http://www.dotnetmonster.com/Uwe/Abuse.aspx?aid=9489d737ce1c4f67a458eed6364e6b0e
*****************************************