Hey there,
Beginning to get incredibly annoyed with a problem im encountering while working on a vb.net project.

The program seems to be running fine until it freeze all of a sudden, and stays like that till u crash it or close it via the debug buttons. I have stepped through my code to try and find infinite loops and cant find any. When i hit the pause button it highlights the following:

Public Class frmMain

Which i dont see a problem with, if i then run or step into the code any highlights disappears and the program seems like it should just be sat there. But it stays minimised and on tryin to select it it wont budge. If you select another window and try to move the focus back to the form it will act as if its not responding, sure we all know what a form/window looks like when thats happened.

I cant think why its happening and dont even know where else to look. The program is only a couple of hundred lines long (excluding the 600+ lines it auto generates for u). Any one stumbled across a similar problem or know whats going on?

If i havent explanded myself clearly enough just say and ill try and change it.

Thanks in advance.