hi, i reset my form using the following code, but once the form is reset i cannot get my customized context menu loaded again.
please help
reset_button_click
Code:Controls.Clear() InitializeComponent() example_Load(Me, Nothing)
the above code is a part of the child form.
the child form is loaded from the main form's menuitem click event.
i am guessing since i am only reloading the child form the main form isn't reloaded hence the event handler isn't reloaded which causes the context menu to be added to the child form.
how do i go about it?
cheers





Reply With Quote