Results for "Author: syntax"
Bitmap in Menu / SubMenu (Not Menu Icon)
UPDATED !!! This code puts a bitmap image file in your SubMenu or Menu or BOTH. Please note that this is very different from using icons in your menus. Please vote for this code if you like it or if it is any use to you.
Timing milliseconds!!!
This tiny piece of code I picked up from somewhere along the way, accurately counts how long it took to perform a task. The timer control updates every 0.05 seconds, so for very small intervals it does not work properly. With this one API call, you can get down to the milliseconds!!! Example code is included.