Results 1 to 2 of 2

Thread: TrayIcon without Taskbar

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Location
    OR
    Posts
    2

    TrayIcon without Taskbar

    I'm trying to mimic the behavior of tray icon apps.

    1) They appear in tray icon - I have a few examples using the API call

    Private Declare Function Shell_NotifyIconA Lib "shell32" ( _
    ByVal dwMessage As Long, _
    ByRef lpData As NOTIFYICONDATAA) As Long

    2) Don't appear on the taskbar. Just setting the ShowInTaskBar to False doesn't do it because the programm appears on the desktop instead of the taskbar.

    3) No Minimize or Maximize buttons. And close button "X" just sends the app into hiding, does not close the app.

    Basically, I'm trying to mimic the behavior of the system tray apps. The ones on my machine all behave pretty much the same. Thanks,

  2. #2

    Thread Starter
    New Member
    Join Date
    Sep 2001
    Location
    OR
    Posts
    2

    Wink Never mind

    Never mind - got it figured out.

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