K
kahwon t via DotNetMonster.com
SORRY I ACCIDENTALLY POSTED THIS IN THE WinForm Controls SECTION:
I can not figure out for the life of me why my app / form hangs afte I do a
show:
Me.Show()
While Not Done
System.Windows.Forms.Application.DoEvents()
End While
To test it, I threw a me.refresh in to see what was going on and when I ran
my code, I could work on the form for about 5 - 10 seconds before it hung.
Is there someone who might be able to help me?? this is an app that was
converted from vb6 to vb.net using the conversion tool.
I can not figure out for the life of me why my app / form hangs afte I do a
show:
Me.Show()
While Not Done
System.Windows.Forms.Application.DoEvents()
End While
To test it, I threw a me.refresh in to see what was going on and when I ran
my code, I could work on the form for about 5 - 10 seconds before it hung.
Is there someone who might be able to help me?? this is an app that was
converted from vb6 to vb.net using the conversion tool.