hi...if you could help....
i have implemented a status bar in Mainframe.cpp to display a CString variable which can be modified in a function. the variable is also made global. however, when i modify the CString variable in another function ( of another class ), i realise that the change is not updated at the status bar at all. any idea what's wrong ?