
- Forum
- Programming Talk
- C and C++
- Help to Process
Help to Process
This is a discussion on Help to Process within the C and C++ forums, part of the Programming Talk category; I placed a status bar in my VC++ application which is for displaying the status of my processed records. But ...
-
Help to Process
I placed a status bar in my VC++ application which is for displaying the status of my processed records. But the problem I am facing here is the status bar is functioning perfectly fine when I am in the focus of the frame where it is placed. But once I leave the frame and come back that is regain focus to the frame it is not working. How can I resolve this problem?
-
You can make use of UPDATE_COMMAND_UI message handler to handle the ID of the panel in the main frame. Using that ID as parameter would help you to regain focus to the frame.

Reply With Quote





