Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with CEdit box Pin
Neelesh K J Jain27-Sep-04 17:48
Neelesh K J Jain27-Sep-04 17:48 
GeneralRe: Problem with CEdit box Pin
Sujan Christo27-Sep-04 18:15
Sujan Christo27-Sep-04 18:15 
GeneralRe: Problem with CEdit box Pin
Neelesh K J Jain27-Sep-04 19:11
Neelesh K J Jain27-Sep-04 19:11 
GeneralRe: Problem with CEdit box Pin
Sujan Christo27-Sep-04 19:26
Sujan Christo27-Sep-04 19:26 
GeneralRe: Problem with CEdit box Pin
Neelesh K J Jain27-Sep-04 20:37
Neelesh K J Jain27-Sep-04 20:37 
GeneralRe: Problem with CEdit box Pin
Neelesh K J Jain27-Sep-04 20:55
Neelesh K J Jain27-Sep-04 20:55 
GeneralRe: Problem with CEdit box Pin
Sujan Christo27-Sep-04 22:23
Sujan Christo27-Sep-04 22:23 
GeneralRe: Problem with CEdit box Pin
Sujan Christo28-Sep-04 8:57
Sujan Christo28-Sep-04 8:57 
Hi Jain
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
GeneralWindows DDK (Driver Development Kit) Pin
Jill Peterson27-Sep-04 16:30
Jill Peterson27-Sep-04 16:30 
GeneralRe: Windows DDK (Driver Development Kit) Pin
Andrzej Markowski27-Sep-04 23:06
Andrzej Markowski27-Sep-04 23:06 
GeneralProblem with USBAudio.sys Driver Pin
foollove200327-Sep-04 16:24
foollove200327-Sep-04 16:24 
GeneralUSB Pin
Jill Peterson27-Sep-04 15:53
Jill Peterson27-Sep-04 15:53 
GeneralRe: USB Pin
Cedric Moonen27-Sep-04 20:23
Cedric Moonen27-Sep-04 20:23 
GeneralC++ help for a beginer Pin
Anthony1527-Sep-04 15:42
sussAnthony1527-Sep-04 15:42 
GeneralRe: C++ help for a beginer Pin
Christian Graus27-Sep-04 15:55
protectorChristian Graus27-Sep-04 15:55 
GeneralRe: C++ help for a beginer Pin
Anthony1527-Sep-04 16:05
sussAnthony1527-Sep-04 16:05 
GeneralRe: C++ help for a beginer Pin
Christian Graus27-Sep-04 16:10
protectorChristian Graus27-Sep-04 16:10 
GeneralRe: C++ help for a beginer Pin
Anthony1527-Sep-04 17:08
sussAnthony1527-Sep-04 17:08 
GeneralRe: C++ help for a beginer Pin
Christian Graus28-Sep-04 10:31
protectorChristian Graus28-Sep-04 10:31 
GeneralRe: C++ help for a beginer Pin
anthony1527-Sep-04 19:40
sussanthony1527-Sep-04 19:40 
GeneralRe: C++ help for a beginer Pin
Christian Graus28-Sep-04 10:32
protectorChristian Graus28-Sep-04 10:32 
GeneralRe: C++ help for a beginer Pin
Michael Dunn27-Sep-04 19:24
sitebuilderMichael Dunn27-Sep-04 19:24 
GeneralRe: C++ help for a beginer Pin
Anthony1527-Sep-04 19:43
sussAnthony1527-Sep-04 19:43 
GeneralRe: C++ help for a beginer Pin
shaileshkumar27-Sep-04 20:41
shaileshkumar27-Sep-04 20:41 
GeneralWin32 API's Basic Question Pin
~Ronin27-Sep-04 12:54
~Ronin27-Sep-04 12:54 

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.