hi im running this code to load a form and call a public method inside it:

vb Code:
  1. [B] newForm.Show()[/B]
  2.         Call newForm.editToolStripButton_Click(sender, e)



but when i use form SHOWDIALOG method it doesnt execute
Call newForm.editToolStripButton_Click(sender, e)