Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Browse for folder and display contents in list control Pin
David Crow11-Feb-05 3:05
David Crow11-Feb-05 3:05 
QuestionTo get filename from filepath..? Pin
Monisankar10-Feb-05 17:51
Monisankar10-Feb-05 17:51 
AnswerRe: To get filename from filepath..? Pin
ThatsAlok10-Feb-05 18:26
ThatsAlok10-Feb-05 18:26 
AnswerRe: To get filename from filepath..? Pin
rocky_pulley11-Feb-05 0:33
rocky_pulley11-Feb-05 0:33 
GeneralRe: To get filename from filepath..? Pin
rocky_pulley11-Feb-05 0:38
rocky_pulley11-Feb-05 0:38 
Generalporting 32 to 64 bit Pin
tssp10-Feb-05 17:15
tssp10-Feb-05 17:15 
GeneralRe: porting 32 to 64 bit Pin
Ryan Binns10-Feb-05 18:03
Ryan Binns10-Feb-05 18:03 
Questionhow to get a pointer to dialog associated with splitter view Pin
blue178910-Feb-05 17:02
sussblue178910-Feb-05 17:02 
hi I have a project that has two views, the major view and a pane that shows info about current view, I derived main view(SDI project) from CScrollView(it needs scrolling support) and then used a CSplitterWnd to create a splitted view, the second splitted view is associated with a dialog
in CMainFrame::OnCreateClient as this:
m_wndSplitter.CreateView(1,0,RUNTIME_CLASS(CInfoView),CSize(700,200), pContext);(CInfo View is my dialog class)
I have two questions, first how can I get a pointer to the dialog that currently associated with that view in My CDocument class so I can update my controls data from there.
second, how can I change dialog associated with that view on the fly(when a user clicks on some parts of the main view controls should change completely in the info pane) one way would be to use the same dialog but Show/Hide different controls according to circumstances but I guess this is not the best way, it leads to a very crowded dialog, that is not nice at least in design time, isn't it better to associate the same view with different dialogs according to circumstances.
thanks
GeneralHelp pls! How to fix splitter last row height Pin
dejavusoft10-Feb-05 16:19
dejavusoft10-Feb-05 16:19 
GeneralSerializing problem Pin
Yulianto.10-Feb-05 16:03
Yulianto.10-Feb-05 16:03 
GeneralRe: Serializing problem Pin
David Crow11-Feb-05 3:16
David Crow11-Feb-05 3:16 
GeneralC++ memory Pin
SnuhEyeless10-Feb-05 15:57
SnuhEyeless10-Feb-05 15:57 
GeneralRe: C++ memory Pin
rocky_pulley11-Feb-05 0:36
rocky_pulley11-Feb-05 0:36 
GeneralRe: C++ memory Pin
SnuhEyeless13-Feb-05 8:36
SnuhEyeless13-Feb-05 8:36 
GeneralPrevent closing in CPropertySheet Pin
Zero_divide_110-Feb-05 14:20
Zero_divide_110-Feb-05 14:20 
GeneralDrawing button Pin
joy00710-Feb-05 13:46
joy00710-Feb-05 13:46 
GeneralRe: Drawing button Pin
rocky_pulley11-Feb-05 4:25
rocky_pulley11-Feb-05 4:25 
GeneralTop Windows Pin
Joel Holdsworth10-Feb-05 11:40
Joel Holdsworth10-Feb-05 11:40 
GeneralRe: Top Windows Pin
rocky_pulley10-Feb-05 11:47
rocky_pulley10-Feb-05 11:47 
GeneralRe: Top Windows Pin
ThatsAlok10-Feb-05 18:37
ThatsAlok10-Feb-05 18:37 
GeneralRe: Top Windows Pin
Joel Holdsworth11-Feb-05 5:33
Joel Holdsworth11-Feb-05 5:33 
GeneralRe: Top Windows Pin
ThatsAlok12-Feb-05 1:59
ThatsAlok12-Feb-05 1:59 
QuestionHow can refresh screen? Pin
sysmatrix10-Feb-05 10:49
sysmatrix10-Feb-05 10:49 
AnswerRe: How can refresh screen? Pin
David Crow10-Feb-05 11:13
David Crow10-Feb-05 11:13 
AnswerRe: How can refresh screen? Pin
sysmatrix10-Feb-05 11:19
sysmatrix10-Feb-05 11:19 

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.