Application process running but not showing, VB Studio.NET not answering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I'm new to .NET.
When I try ti compile a simple program/form in VB Studio.NET I get no error messages
My program/form will however not rum properly. The program runs (it's process is shown in taskmanager) but doesn't come up on screen. And the VB Studio.NET will stop working/answer and I will have to close it down through taskmanager to be able to try again
Why does this happen? What am I missing
Please help, I cant find anything in the VB Studio.NEt help

Thanks in advance
Lars
 
Have you tried creating a new project with just a single form and no additional code then running it? If not then I suggest you do this first to determine if the problem is with the .NET Framework or code in your application

If this works then the problem is in your code in which case you will need to post some code so we can try and see what is going on

Gary
 
Back
Top