Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDLL problem Pin
viliam30-Nov-05 23:00
viliam30-Nov-05 23:00 
AnswerRe: DLL problem Pin
ThatsAlok1-Dec-05 18:19
ThatsAlok1-Dec-05 18:19 
QuestionPasting the Windows Clipboard into MSHTML = RTF to HTML Conversion Pin
Neville Franks30-Nov-05 22:40
Neville Franks30-Nov-05 22:40 
AnswerRe: Pasting the Windows Clipboard into MSHTML = RTF to HTML Conversion Pin
Graham Bradshaw30-Nov-05 23:03
Graham Bradshaw30-Nov-05 23:03 
GeneralRe: Pasting the Windows Clipboard into MSHTML = RTF to HTML Conversion Pin
Neville Franks30-Nov-05 23:19
Neville Franks30-Nov-05 23:19 
Questionplease help me Pin
dSolariuM30-Nov-05 21:51
dSolariuM30-Nov-05 21:51 
QuestionProblem updating the status bar Pin
ledallam30-Nov-05 20:33
ledallam30-Nov-05 20:33 
AnswerRe: Problem updating the status bar Pin
ThatsAlok30-Nov-05 21:13
ThatsAlok30-Nov-05 21:13 
ledallam wrote:
Here m_wndStatusBar member that represents the status bar in the FrameWindow calss.


Could you please show us! How do you connect the StatusBar member of MainFrame with m_wndStatus? i believe that the root cause of problem...

you can try this too ->
CMainFrame* pMain = (CMainFrame*)AfxGetMainWnd();
if(pMain)
{
PANEINFOEX pex;
pex.iIndex = 0;
pex.strText = strMsg;
pex.iFlags = SBP_ID | SBP_TEXT;
pMain->STATUSBAR_MEMBER-> or . SetPaneInfoEx(&pex);
}


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: Problem updating the status bar Pin
ledallam30-Nov-05 21:29
ledallam30-Nov-05 21:29 
AnswerRe: Problem updating the status bar Pin
ThatsAlok30-Nov-05 21:48
ThatsAlok30-Nov-05 21:48 
GeneralRe: Problem updating the status bar Pin
ledallam30-Nov-05 22:02
ledallam30-Nov-05 22:02 
GeneralRe: Problem updating the status bar Pin
ThatsAlok30-Nov-05 22:54
ThatsAlok30-Nov-05 22:54 
Question[Message Deleted] Pin
Sachin Gedam30-Nov-05 20:28
Sachin Gedam30-Nov-05 20:28 
AnswerRe: Error in Command line compilation Pin
Sachin Gedam4-Dec-05 20:30
Sachin Gedam4-Dec-05 20:30 
QuestionHow "DCOM server process launcher" works? Pin
Chintoo72330-Nov-05 20:03
Chintoo72330-Nov-05 20:03 
AnswerRe: How "DCOM server process launcher" works? Pin
jamseyang17-Aug-14 8:58
jamseyang17-Aug-14 8:58 
QuestionSeperation between Menu and Panel Pin
PanB30-Nov-05 19:43
PanB30-Nov-05 19:43 
AnswerRe: Seperation between Menu and Panel Pin
khan++1-Dec-05 2:44
khan++1-Dec-05 2:44 
GeneralRe: Seperation between Menu and Panel Pin
PanB1-Dec-05 17:42
PanB1-Dec-05 17:42 
GeneralRe: Seperation between Menu and Panel Pin
khan++1-Dec-05 20:24
khan++1-Dec-05 20:24 
GeneralRe: Seperation between Menu and Panel Pin
PanB1-Dec-05 20:27
PanB1-Dec-05 20:27 
QuestionKilling a Process Pin
PanB30-Nov-05 19:40
PanB30-Nov-05 19:40 
AnswerRe: Killing a Process Pin
Cool Ju30-Nov-05 20:23
Cool Ju30-Nov-05 20:23 
AnswerRe: Killing a Process Pin
ThatsAlok30-Nov-05 21:39
ThatsAlok30-Nov-05 21:39 
QuestionVC6.0 vs VC8.0 any links please Pin
narayanagvs30-Nov-05 18:00
narayanagvs30-Nov-05 18:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.