hi im running this code to load a form and call a public method inside it:
vb Code:
[B] newForm.Show()[/B] Call newForm.editToolStripButton_Click(sender, e)
but when i use form SHOWDIALOG method it doesnt execute
Call newForm.editToolStripButton_Click(sender, e)




Reply With Quote