Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108

    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?


  2. #2
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...