Serialization, Again

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had see that an MouseEventHandler is marked as serializable, but when I try to serialize, i have that
"(192): The event 'System.Windows.Forms.Control.MouseDown' can only appear on the left hand side of += or -=

What I need to do, to serialize an MouseEventHandler

thanx in advantages..
 
Another thing, If I serialize an ArrayList, can this give some problems when i deserialize it

Is there any special thing with ArrayList?. I my app, if i have only one element in the arraylist, it works, but when i insert another element it give an exception of type "TargetInvocationException".

I'll aprecciate any help...
 
Back
Top