|
-
Sep 30th, 2001, 12:16 AM
#1
Thread Starter
New Member
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,
-
Oct 1st, 2001, 04:25 PM
#2
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|