VB.Net 2003 Main Form Locks Up

Hello,

I have a problem where on 95% of the machines I load my app on, it runs fine.  On about 5% of the machines the default form will not hide and call the next form to display.  The default form stay visible and the CPU usage in task manager shows 100%.  I use the following to call the and hide the forms:

            frmDisclosure.DefInstance.Hide()
            frmMain.DefInstance.Show()

Since I can't replicate it, I can't troubleshoot it.  Any ideas

Thanks!!


Answer this question

VB.Net 2003 Main Form Locks Up

  • VB.Net 2003 Main Form Locks Up