You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Anybody used this before? I know it's cheating, but since I had so much trouble with the Calendar control I thought I would ask BEFORE I got desperate this time.
Specifically: does this control use %WM_COMMAND or %WM_NOTIFY ?
Do not go quiet into that good night,
... Rage, rage against the dark.
A standard progress bar (class: "msctls_progress32") uses neither, since it has nothing to tell you.. there are no events to report.
It "might" give you some of the 'standard' notifications from the common controls (eg, NM_CLICKED) and if it does (which I doubt) it would use WM_NOTIFY.. and if it does, those notifications are essentially excess baggage, since the progress control does not interact with the user... it's pretty much a label when you think about it.
BUtif I'm wrong (very possible, since I need that vacation I leave on in a week), let me make it up to you in advance with some MACROs which may be of use...
BUtif I'm wrong (very possible, since I need that vacation I leave on in a week), let me make it up to you in advance with some MACROs which may be of use...
MCM
Thanks Michael! That goes into my personal .inc file.
Enjoy your vacation!
Chris: Yes, that helped a lot. Thanks to you too!
Stan
Do not go quiet into that good night,
... Rage, rage against the dark.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment