Search Results

by chunt
Mon Jun 23, 2014 1:17 pm
Forum: General
Topic: Help With Exception please
Replies: 6
Views: 11983

Re: Help With Exception please

Excellent, thank you for the reply. So do I need to release the bridge when I close the form. Private Sub Close1_Click(sender As Object, e As EventArgs) Handles Close1.Click LoadCell1.close() Me.Close() End Sub Sometimes when I close the form the program locks up and I have to stop debugging to cont...
by chunt
Thu Jun 19, 2014 11:01 am
Forum: General
Topic: Help With Exception please
Replies: 6
Views: 11983

Help With Exception please

Hello All. Below is a exception that I have been getting and the code that throws it. I can't seem to figure it out. I was hoping that someone could shed some light on it or let me know how to handle it. I have tried catching it but it still closes the program. Thanks Exception: An unhandled excepti...