Results 1 to 3 of 3

Thread: Display Running Prog' in Notification Area

  1. #1
    Hyperactive Member Poppa Mintin's Avatar
    Join Date
    Mar 09
    Location
    Near Lincoln, Lincolnshire, England.
    Posts
    314

    Display Running Prog' in Notification Area

    Hi,
    I'm trying to find how to display the icon of a running program in the notification area or the task bar.
    Some of my programs do this, but my current program doesn't.
    My program runs in the background and there can be several instances of it running at the same time, I'd like to be able to see how many, if any, are running.
    I thought I'd seen a 'Display icon' tick box somewhere but if I did, it's currently eluding me.

    Poppa.
    Along with the sunshine there has to be a little rain sometime.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,655

    Re: Display Running Prog' in Notification Area

    Try the NotifyIcon component...

    Drop it on your form, set the icon, caption, etc...

    And don't forget to read the documentation

    -tg
    Attached Images Attached Images  
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  3. #3
    Hyperactive Member Poppa Mintin's Avatar
    Join Date
    Mar 09
    Location
    Near Lincoln, Lincolnshire, England.
    Posts
    314

    Thanks Techgnome

    Thanks Techgnome, I knew I'd seen something somewhere, just couldn't find it.
    That works well...
    Thanks again.

    Poppa.
    Along with the sunshine there has to be a little rain sometime.

Posting Permissions

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