Click here to Skip to main content
15,902,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBinary Resource Data Pin
#realJSOP8-Apr-05 5:47
professional#realJSOP8-Apr-05 5:47 
GeneralRe: Binary Resource Data Pin
David Crow8-Apr-05 6:07
David Crow8-Apr-05 6:07 
GeneralRe: Binary Resource Data Pin
#realJSOP8-Apr-05 6:24
professional#realJSOP8-Apr-05 6:24 
GeneralRe: Binary Resource Data Pin
Ravi Bhavnani8-Apr-05 7:52
professionalRavi Bhavnani8-Apr-05 7:52 
GeneralRe: Binary Resource Data Pin
David Crow8-Apr-05 7:54
David Crow8-Apr-05 7:54 
GeneralRe: Binary Resource Data Pin
Ravi Bhavnani8-Apr-05 7:59
professionalRavi Bhavnani8-Apr-05 7:59 
GeneralSplitter Window get/pass information Pin
poiut8-Apr-05 5:33
poiut8-Apr-05 5:33 
GeneralRe: Splitter Window get/pass information Pin
RobJones8-Apr-05 18:27
RobJones8-Apr-05 18:27 
You could do something like this, inside your frame that created the split.


CLeftView* CMyChildFrame::GetLeftPane()
{
	CWnd* pWnd = m_wndSplitter.GetPane(0, 0);
	CLeftView* pView = DYNAMIC_DOWNCAST(CLeftView, pWnd);
	return pView;
}



Whoever said nothing's impossible never tried slamming a revolving door!
QuestionHow to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 5:30
Khang Nguyen8-Apr-05 5:30 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
Chris Losinger8-Apr-05 7:01
professionalChris Losinger8-Apr-05 7:01 
GeneralRe: How to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 8:00
Khang Nguyen8-Apr-05 8:00 
Generalcreate Network Setup Wizard Pin
javad_20058-Apr-05 5:17
javad_20058-Apr-05 5:17 
GeneralProblem with UDP packets Pin
Virendra Sharma8-Apr-05 5:17
Virendra Sharma8-Apr-05 5:17 
GeneralRe: Problem with UDP packets Pin
Indivara8-Apr-05 19:23
professionalIndivara8-Apr-05 19:23 
GeneralCPropertySheet problem Pin
Bob Stanneveld8-Apr-05 2:04
Bob Stanneveld8-Apr-05 2:04 
GeneralRe: CPropertySheet problem Pin
toxcct8-Apr-05 2:24
toxcct8-Apr-05 2:24 
GeneralRe: CPropertySheet problem Pin
David Crow8-Apr-05 4:49
David Crow8-Apr-05 4:49 
GeneralRe: CPropertySheet problem Pin
Bob Stanneveld10-Apr-05 21:00
Bob Stanneveld10-Apr-05 21:00 
GeneralRe: CPropertySheet problem Pin
Michael Dunn8-Apr-05 6:44
sitebuilderMichael Dunn8-Apr-05 6:44 
GeneralRe: CPropertySheet problem Pin
Bob Stanneveld10-Apr-05 21:01
Bob Stanneveld10-Apr-05 21:01 
GeneralClose Dialog in OnInitDialog Pin
AnTri8-Apr-05 2:02
AnTri8-Apr-05 2:02 
GeneralRe: Close Dialog in OnInitDialog Pin
toxcct8-Apr-05 2:23
toxcct8-Apr-05 2:23 
GeneralRe: Close Dialog in OnInitDialog Pin
Joel Holdsworth8-Apr-05 2:24
Joel Holdsworth8-Apr-05 2:24 
GeneralRe: Close Dialog in OnInitDialog Pin
David Crow8-Apr-05 4:50
David Crow8-Apr-05 4:50 
GeneralRe: Close Dialog in OnInitDialog Pin
liquid_8-Apr-05 7:34
liquid_8-Apr-05 7:34 

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.