Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. App existence...going twice

App existence...going twice

Scheduled Pinned Locked Moved Visual Basic
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cyberstrategist
    wrote on last edited by
    #1

    I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t

    O K 2 Replies Last reply
    0
    • C cyberstrategist

      I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t

      O Offline
      O Offline
      Oyvind Bratland
      wrote on last edited by
      #2

      1. Sorry, don't know this. Probably som API-stuff 2. Try this: if App.PrevInstance then ' app already running endif Øyvind.

      1 Reply Last reply
      0
      • C cyberstrategist

        I'm looking for a way to check application existance in two capacities: 1.) How do I check if an application is running? One program relies on another to process, etc... 2.) How do I check if the application being launched is already running? Or, is this handled the same way? t

        K Offline
        K Offline
        Kevin Behilo
        wrote on last edited by
        #3

        Not sure if this will help as it is really old but search MSDN Lib for Q72918 in the title.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups