Click here to Skip to main content
15,916,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CListCtrl? Pin
Reid22-Jul-01 18:56
Reid22-Jul-01 18:56 
GeneralRe: CListCtrl? Pin
Matt Newman23-Jul-01 5:00
Matt Newman23-Jul-01 5:00 
GeneralRe: CListCtrl? Pin
23-Jul-01 5:49
suss23-Jul-01 5:49 
AnswerRe: CListCtrl? Pin
Ben Burnett22-Jul-01 19:54
Ben Burnett22-Jul-01 19:54 
GeneralCreating A Bitmap Pin
AJ12322-Jul-01 12:35
AJ12322-Jul-01 12:35 
GeneralRe: Creating A Bitmap Pin
Christian Graus22-Jul-01 14:11
protectorChristian Graus22-Jul-01 14:11 
QuestionNewbie Q: Update statusbar from view? Pin
22-Jul-01 12:00
suss22-Jul-01 12:00 
AnswerRe: Newbie Q: Update statusbar from view? Pin
Michael Dunn22-Jul-01 12:24
sitebuilderMichael Dunn22-Jul-01 12:24 
CStatusBar* CMainFrame::GetStatusBar()
{
  return &m_wndStatusBar;
}
Now you have access to it. Smile | :) CMainFrame is accessible anywhere; call AfxGetMainWnd() and cast the return to a CMainFrame*

--Mike--
http://home.inreach.com/mdunn/
"Make sure that if you are using a blow torch that you don't set anything on fire."
  -- Chris Maunder
Generaldocking dialogbars Pin
Peter Marino22-Jul-01 9:49
Peter Marino22-Jul-01 9:49 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 20:37
Diarrhio22-Jul-01 20:37 
GeneralRe: docking dialogbars Pin
Peter Marino22-Jul-01 21:40
Peter Marino22-Jul-01 21:40 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:31
Diarrhio22-Jul-01 22:31 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:33
Diarrhio22-Jul-01 22:33 
GeneralRe: docking dialogbars Pin
Diarrhio22-Jul-01 22:34
Diarrhio22-Jul-01 22:34 
GeneralRe: docking dialogbars Pin
Peter Marino23-Jul-01 9:20
Peter Marino23-Jul-01 9:20 
GeneralRe: docking dialogbars Pin
Diarrhio23-Jul-01 12:07
Diarrhio23-Jul-01 12:07 
GeneralRe: docking dialogbars Pin
Peter Marino23-Jul-01 21:35
Peter Marino23-Jul-01 21:35 
GeneralRe: docking dialogbars Pin
Diarrhio23-Jul-01 22:18
Diarrhio23-Jul-01 22:18 
GeneralRe: docking dialogbars Pin
Diarrhio24-Jul-01 20:53
Diarrhio24-Jul-01 20:53 
GeneralRe: docking dialogbars Pin
Peter Marino25-Jul-01 8:11
Peter Marino25-Jul-01 8:11 
Questionwhich type of variable for exa nambers ??? Pin
22-Jul-01 9:29
suss22-Jul-01 9:29 
AnswerRe: which type of variable for exa nambers ??? Pin
Jim A. Johnson22-Jul-01 9:54
Jim A. Johnson22-Jul-01 9:54 
GeneralThank you very much !!! Pin
22-Jul-01 23:24
suss22-Jul-01 23:24 
GeneralPlease help blinking the scroll lock light Pin
22-Jul-01 6:01
suss22-Jul-01 6:01 
GeneralPassing lists Pin
22-Jul-01 5:41
suss22-Jul-01 5:41 

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.