Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Terminating a Thread Pin
sweep12328-Sep-04 6:11
sweep12328-Sep-04 6:11 
GeneralRe: Terminating a Thread Pin
Blake Miller28-Sep-04 6:28
Blake Miller28-Sep-04 6:28 
Questiondoc/view ??? Pin
Plons28-Sep-04 4:08
Plons28-Sep-04 4:08 
AnswerRe: doc/view ??? Pin
HENDRIK R28-Sep-04 4:55
HENDRIK R28-Sep-04 4:55 
AnswerRe: doc/view ??? Pin
David Crow28-Sep-04 5:43
David Crow28-Sep-04 5:43 
GeneralHandle of the View Pin
Neelesh K J Jain28-Sep-04 4:06
Neelesh K J Jain28-Sep-04 4:06 
GeneralRe: Handle of the View Pin
David Crow28-Sep-04 5:51
David Crow28-Sep-04 5:51 
GeneralRe: Handle of the View Pin
Sujan Christo28-Sep-04 8:57
Sujan Christo28-Sep-04 8:57 
Hi Jain
Sorry for the delay
Here i do consider that i am having two panes ie two views, first the CCallManagerView(0,0) and the other CUserView(1,0). So when i do need to set some value to the CCallManagerView's control from CUserView, i'll be using the following code

void CUserView::SetValue2Manager(void)
{
CMainFrame *pMainFrame = (CMainFrame *) GetParentFrame();
CCallManagerView *pView = (CCallManagerView *)pMainFrame->m_wndSplitter.GetPane(0,0);
if (pView)
{
pView->myEdit.SetWindowText("Hai From Call Manager");
}
}
Hope this may help you. If you want the CUserView then use GetPane(1,0)
Sujan
GeneralPrinting help! Pin
Larsson28-Sep-04 3:37
Larsson28-Sep-04 3:37 
GeneralRe: Printing help! Pin
Andrzej Markowski3-Oct-04 14:23
Andrzej Markowski3-Oct-04 14:23 
GeneralImage Processing Pin
Fonzo28-Sep-04 3:25
Fonzo28-Sep-04 3:25 
GeneralHidden my Application in tag list Pin
Gledston Reis28-Sep-04 3:02
sussGledston Reis28-Sep-04 3:02 
GeneralRe: Hidden my Application in tag list Pin
David Crow28-Sep-04 7:29
David Crow28-Sep-04 7:29 
GeneralRe: Hidden my Application in tag list Pin
PJ Arends28-Sep-04 13:12
professionalPJ Arends28-Sep-04 13:12 
GeneralRe: Hidden my Application in tag list Pin
David Crow29-Sep-04 2:53
David Crow29-Sep-04 2:53 
GeneralRe: Hidden my Application in tag list Pin
Gledston Reis29-Sep-04 8:47
sussGledston Reis29-Sep-04 8:47 
GeneralCD rom Context menu Pin
anandforu28-Sep-04 2:50
anandforu28-Sep-04 2:50 
GeneralRe: CD rom Context menu Pin
David Crow28-Sep-04 5:36
David Crow28-Sep-04 5:36 
GeneralRe: CD rom Context menu Pin
anandforu6-Oct-04 8:56
anandforu6-Oct-04 8:56 
GeneralRe: CD rom Context menu Pin
David Crow6-Oct-04 9:10
David Crow6-Oct-04 9:10 
GeneralActiveX Controls Pin
anandforu28-Sep-04 2:45
anandforu28-Sep-04 2:45 
GeneralCreateProcess puzzle Pin
ns28-Sep-04 1:47
ns28-Sep-04 1:47 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski28-Sep-04 1:55
Antony M Kancidrowski28-Sep-04 1:55 
GeneralRe: CreateProcess puzzle Pin
ns28-Sep-04 3:04
ns28-Sep-04 3:04 
GeneralRe: CreateProcess puzzle Pin
Antony M Kancidrowski28-Sep-04 6:02
Antony M Kancidrowski28-Sep-04 6:02 

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.