Results 1 to 8 of 8

Thread: Not showing up

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Not showing up

    Hey,

    I have an application that is ran on several computers by the client. However, on some of them, the main window does not show up when started by either shortcut or by double clicking the executable itself. THey're running Windows 2000.

    I haven't seen it or be able to reproduce it. They're telling me that the application is running in the background but is not visible on the screen. They see it in the task manager.

    Any advice is appreciated,

    Thanks,
    Don't anthropomorphize computers -- they hate it

  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Is it consuming resources?

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    It's running as they can see it in Task Manager so I'm assuming that yes.
    Don't anthropomorphize computers -- they hate it

  4. #4
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    I had the same problem some time ago. Unfortunately, I don't remember exactly what the cause was, but I think it was some files on the user's computer that needed updating. You may want to make sure they have the latest run time files, mdac etc. I'll try to catch up with the guy that helped me solve and see if he remembers what the deal was.

  5. #5
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    Actually, it was some dll's I had not packaged with the program. I just made a new install package and made sure all required dll's were there.
    Hope that helps

  6. #6

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    Hi,

    Well, it works on 95% of the computers and not on 2. They're all Windows 2000 and all installed using the same setup package so I'm pretty all the required files are being installed. It worked until 1 day it just stopped appearing on the screen.

    Thanks,
    Don't anthropomorphize computers -- they hate it

  7. #7
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Sometimes VB's installer packages fails to properly register the DLLs and OCXs.



    Try to regsvr32 them manually, or make a script to do it after installation.

  8. #8
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    Do you have any App.PrevInstance code in your program? If so it could be that you are not ending your program properly and the second time the program is run it finds and "restarts" the fragment process that is still running.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width