Hello.
I'm developing a Windows Mobile 5.0 or above with .Net Compact Framework 2.0 SP2 and C#.
I have a WinForm that only has a Custom Control. I want to call a method of that custom control when the form has finished loading and display the control.
Now I using Activated Event, but these event is thrown everytime when I close a messagebox.
Is there an event thrown in that moment?
Thank you.