Results 1 to 6 of 6

Thread: App running in background

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    I have a project I am writing for a client. The app. is 90% done. It is a time clock, so he can track employee hours...etc. I wrote it to use a .mdb...All is fine and dandy, my question is:
    Should I set it up to always be in the background, (minimized in the taskbar) or in your opinion, should the app close after eack entry, and the record be updated? It dosen't use a lot of memory, but I was just looking for an opinion.

    Thanks
    Lee
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    If it doesn't need to be running then the obvious question would be why leave it running? The user has to click something to activate it, so why not a lnk file to start the app instead of an icon to activate the app?
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Lively Member Owen Holiday's Avatar
    Join Date
    Mar 2001
    Location
    back where I started.
    Posts
    71

    Smile

    I'm with HeSaidJoe on this one. If it doesn't need to be running, then it shouldn't be running. Better to leave it not running just for safety sake.

    Owen Holiday
    "Programmers by passion, profession and insanity.
    Insane from the irrational, illogical and VB."- ThreeMinds

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    With that suite of armor and sword I'm glad you're on my side.

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  5. #5
    Lively Member Owen Holiday's Avatar
    Join Date
    Mar 2001
    Location
    back where I started.
    Posts
    71

    Talking thanks

    I do what I can
    "Programmers by passion, profession and insanity.
    Insane from the irrational, illogical and VB."- ThreeMinds

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Gig Harbor, WA; Posts: 89950
    Posts
    360
    Thanks Guys,
    I was just wondering, if if would at some time become (a pain) to start up the app. every time someone wanted to clock in, out. But you have reassured me the way I set it up was appropriate.
    Lee
    Mahalo
    VB6(SP5), VC++, COBOL, Basic, JAVA
    MBA, MCSD, MCSE, A+
    Computer Forensics

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