In C# ,how the sequence of events are fired in Windows form.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lathamoulali
    New Member
    • May 2008
    • 25

    In C# ,how the sequence of events are fired in Windows form.

    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.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What do you mean by "sync" ?

    Comment

    Working...