VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Setting up a Systray App Properly with WinAPIs

by galantz (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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 VBC 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 VBC

Inputs
Common sense...
Assumes
This example assumes that you will actually read the documentation and the comments.
Code Returns
Easy codes...
Side Effects
None known.
API Declarations
two, they're in the code

Rate Setting up a Systray App Properly with WinAPIs

Download Setting up a Systray App Properly with WinAPIs

Download Setting up a Systray App Properly with WinAPIs (4 KB)

Setting up a Systray App Properly with WinAPIs Comments

No comments have been posted about Setting up a Systray App Properly with WinAPIs. Why not be the first to post a comment about Setting up a Systray App Properly with WinAPIs.

Post your comment

Subject:
Message:
0/1000 characters