Results 1 to 6 of 6

Thread: Problem With my Form **Resolved**

Threaded View

  1. #1

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134

    Question Problem With my Form **Resolved**

    I had 3 Forms in my project, (a startup and 2 Main Forms) I have decided to add two more for use with Crystal Reports Viewer. It is all working but now I keep getting an error when shutting down my forms.
    The Error is telling me something like:
    An unhandled exception of type
    ‘System.Runtime.InteropServices.SEHException’ occurred in system.windows.forms.dll
    External component has thrown an exception.
    It did not do that till I coded the Crystal reports.
    Can someone help??
    Thanks!!
    I'm declaring all forms as owned.
    Code:
    Dim Blabla As New frmBlabla
    MyBase.AddOwnedForm(Blabla)
    Blabla.ShowDialog
    Last edited by Rally2000; Jan 4th, 2004 at 02:54 AM.
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width