How theSequence of Events are fired in windows form in C# 2005.
I have a treeview control in VB6.0 in a form..and i have written Form_Resize event for that form and where Sync TreeView with form is done..
so when this even gets executed in C#.In C# when the form loads , this event is not getting called. where the treeview control is geting in Sync with the form..
Thanks,
LAtha.
I have a treeview control in VB6.0 in a form..and i have written Form_Resize event for that form and where Sync TreeView with form is done..
so when this even gets executed in C#.In C# when the form loads , this event is not getting called. where the treeview control is geting in Sync with the form..
Thanks,
LAtha.
Comment