Article Preview
Buy Now
COLUMN
A Statusbar for your Windows application
How to add a statusbar to a window.
Issue: 2.5 (May/June 2004)
Author: Christian Schmitz
Author Bio: Christian Schmitz is the creator of the Monkeybread Software REALbasic Plugins.
Article Description: No description available.
Article Length (in bytes): 11,672
Starting Page Number: 42
Article Number: 2521
Resource File(s):
2521.zip Updated: 2013-03-10 14:40:44
Related Link(s): None
Excerpt of article text...
How do we add a statusbar to a window?
This article will explain how to make a nice class for a statusbar in REALbasic. Inside the class, all the declares will handle the low level functions calls and give you, as the user of this class, a nice interface to quickly implement a statusbar inside any REALbasic window.
Just launch REALbasic with a new project and create a new class. Call it "Statusbar". The first part of the article will add all the methods to this class and the second part will show how to use it.
Before we start adding methods, just create a new property, "handle as integer", inside the class. This property will store the ID of the statusbar which we get from the operating system.
Adding methods for the statusbar class
...End of Excerpt. Please purchase the magazine to read the full article.