devxlogo

Microhelp and the Status Bar

Microhelp and the Status Bar

Question:
I’ve heard that the MDI Frame status bar can be subdivided so that multiple messages can be sent there. The only two methods of manipulating the status bar that I have found is, of course, the SetMicroHelp() function in PB and the Status Bar Service function of_SetStatusBar() available in the PFC. Since our shop is not using the PFC, is there a workaround to use the right portion of the bar for developer specific text?

Answer:
Basically you need to code it yourself. Create a small window about the size of the status bar, and in the resize and move event of the MDI Frame, reposition the window so that it hovers over the MDI status bar. Then you can subdivide it however you want.

You can use an ActiveX control called the Microsoft Status Bar control, if all of your users are using Windows 95 or NT.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist