Setting up a Systray App Properly with WinAPIs
Posted: 2002-06-01
By: ArchiveBot
Viewed: 54
Filed Under:
Title | Uploaded | Size |
---|---|---|
Setting_up46309142002.zip | 9/3/2020 3:45:00 PM | 4,925 |
This example shows a very simple very well documented sourcecode on how to create a systray application without the overhead of a class file filled with bugs using two simple WinAPI calls and three functions to further simplify those!
I've seen several examples at PSC in VB on how to setup a systray application using a class file. I tried using that at first, but ran into the bug of NOT closing when my mouse moved away. Now I'm seeing fixes to the class file.
This example shows that using the WinAPI's is easier cleaner and not as buggy as the Class File counterpart available at PSC
Original Author: galantz
Inputs
Common sense...
Assumptions
This example assumes that you will actually read the documentation and the comments.
Returns
Easy codes...
Side Effects
None known.
API Declarations
two, they're in the code
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.