|
Updated! 21 March 2000
|
  |
  |
 |
Added the Win32 API call SetForegroundWindow before showing the SysTray menu - this ensures that the menu
dismisses when the user clicks off the menu onto (for example) the desktop, whereas before it used to stick.
|
  |
  |
 |
Fixed problem on systems with Large Fonts set. The code hardcoded a twips/pixel value of 15 into the message
values responded to from the SysTray. Now the code uses VB's ScaleX method to get the correct message value
so it works on all systems.
|
  |
  |
Before you Begin
|
  |
  |
 |
This project requires the cNewMenu.DLL component. Make sure you have loaded and registered this before trying any project.
|
  |
  |
 |
This project requires the SSubTmr.DLL component. Make sure you have loaded and registered this before trying any project.
|
  |