program does not run anymore

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,
without notice my forms application does not run anymore. No (important)
changes or anything, it just does not start the main form. Debugging shows
building of the form, the load event occurs and then nothing. As I said,
nothing changed between running well and not running. I copied all files to
another computer: no problem when running, so it must be something on the
PC: XP, no service packs.
I deinstalled and installed both framework and VB.NET (2002 standard).
Anything I could do more?
Thanks
Frank
 
Frank said:
Hi,
without notice my forms application does not run anymore. No (important)
changes or anything, it just does not start the main form. Debugging shows
building of the form, the load event occurs and then nothing. As I said,
nothing changed between running well and not running. I copied all files to
another computer: no problem when running, so it must be something on the
PC: XP, no service packs.
I deinstalled and installed both framework and VB.NET (2002 standard).
Anything I could do more?


Start a new project and see if that runs. If so, it just may be related to your
project, and not your setup.

Again, if that new project runs, try adding in parts of the old project, a bit
at a time and see if you can get it to run that way....

LFS
 
Larry, THANK YOU!!!!!!!!!!!!!!!!!!!!!!
I tried something like that: running an earlier version, but that didn't
work either. After the (de)installation I already had terrible visions about
installing the whole notebook.
But: a new project showed fine. So started searching anew. I commented out
the whole code of the main form and it showed up!
After trial and error I suspect the set of me.top and me.left. The
regsettings of these values were ok but still,suddenly the form appeared
agian.
Thanks again
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top