Click here to Skip to main content
15,897,181 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I want help on understanding the DeSerializing process in BinaryFormatter. We can mark a method with
OnDeSerializing()
attribute and that is called whenever an object is being deserialized. Now no problem here as far as I do some calculations in that, or some console.writeline() but I want to update some status textbox. How can i do that? As we can't store the reference to whole win-form at time of serializing it, how can i make it update some lable?

Thanks,
Dan
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900