S
Serkan DIRIARIN
Hi all;
I am currently writing an application. I have a mainform and toolbar on that
form. When i assigned code to toolbars button_click event like this;
Select Case tlbMain.Buttons.IndexOf(e.Button)
Case 0
ss = New frmSearch
ss.ShowDialog()
...
....
...
End Select
when close my showdialog form i am getting the exception "External component
thrown an exception". But i writing code in another section such as menu's
click event run normally.. What is this exception? What is that's
resulation...
Thanks..
I am currently writing an application. I have a mainform and toolbar on that
form. When i assigned code to toolbars button_click event like this;
Select Case tlbMain.Buttons.IndexOf(e.Button)
Case 0
ss = New frmSearch
ss.ShowDialog()
...
....
...
End Select
when close my showdialog form i am getting the exception "External component
thrown an exception". But i writing code in another section such as menu's
click event run normally.. What is this exception? What is that's
resulation...
Thanks..