The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Windows Projects => Topic started by: Manos on August 30, 2006, 03:22:31 PM

Title: OnIdle (Tutorial)
Post by: Manos on August 30, 2006, 03:22:31 PM
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 (http://www.manoscoder.gr/phpBB3/index.php) is one of these.

Manos.