VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Setting up a Systray App Properly with WinAPIs

galantz  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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.

Returns
Easy codes...

Side Effects
None known.

API Declarations
two, they're in the code

Rate Setting up a Systray App Properly with WinAPIs (3(3 Vote))

Download Setting up a Systray App Properly with WinAPIs

Setting up a Systray App Properly with WinAPIs Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters