News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OnIdle (Tutorial)

Started by Manos, August 30, 2006, 03:22:31 PM

Previous topic - Next topic

Manos

In this tutorial,I 'll try to show how we can do some works
when the application is in Idle,that is when the application
does nothing.For example in Idle we can update the Toolbar and
StatusBar of the application.
You can build your own NotePad having Toolbar and StatusBar
by adding one more code.
There are some ways to accomplish this work.
Here is one of these.

Manos.