Results 1 to 2 of 2

Thread: Active X exe or Dll to run on the task bar with a icon

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    1

    Question Active X exe or Dll to run on the task bar with a icon

    Hi,

    I am trying to develop a simple Active X dll or exe where this application will run as a background process and will be querying a table in a database in a loop and will notify me if there is a change in the table (just like yahoo messenger mail notification in the taskbar). I want to know the following
    - what shld be the best approach to achieve this
    - How do I place the icon of my application in the task bar
    - How do I pop a message to notify the change in the table.

    An early reply from all the experts will be helpfull.

    Thanks in advance.
    Rakesh

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    1) Rather then the taskbar, I think you're on about the system tray (all the icons in the bottom right of the taskbar next to the windows clock)? If so, this is awkward & you need to play with the api for this!

    www.allapi.net
    www.vbapi.com
    Do a search of the forums

    Use one of these to look up Shell_NotifyIcon

    2) The new message bit, you could create a form dynamically, that is through code rather than at design time in the visual basic IDE designer. Then call this to show a mini for every time you want a new message et to pop up ...

    http://www.vbforums.com/showthread.p...g+form+scratch

    Hope this helps

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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