Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC TOOLBAR HANDLE Pin
ninolaroca1-Sep-06 1:50
ninolaroca1-Sep-06 1:50 
AnswerRe: MFC TOOLBAR HANDLE Pin
Hamid_RT2-Sep-06 9:26
Hamid_RT2-Sep-06 9:26 
GeneralRe: MFC TOOLBAR HANDLE Pin
ninolaroca3-Sep-06 21:32
ninolaroca3-Sep-06 21:32 
QuestionSize of the pane is changing Pin
radhika281-Sep-06 0:35
radhika281-Sep-06 0:35 
QuestionIs the Components and Controls Gallery gone? Pin
dluo31-Aug-06 23:56
dluo31-Aug-06 23:56 
Questionhow to move Modeless Dialogs with Parent dialog ?? Pin
MacGadger31-Aug-06 23:53
MacGadger31-Aug-06 23:53 
AnswerRe: how to move Modeless Dialogs with Parent dialog ?? Pin
_AnsHUMAN_ 1-Sep-06 0:37
_AnsHUMAN_ 1-Sep-06 0:37 
GeneralRe: how to move Modeless Dialogs with Parent dialog ?? Pin
MacGadger1-Sep-06 0:52
MacGadger1-Sep-06 0:52 
GeneralRe: how to move Modeless Dialogs with Parent dialog ?? Pin
_AnsHUMAN_ 1-Sep-06 1:08
_AnsHUMAN_ 1-Sep-06 1:08 
QuestionGetWindowText problem Pin
matijsmoest31-Aug-06 23:33
matijsmoest31-Aug-06 23:33 
AnswerRe: GetWindowText problem Pin
prasad_som31-Aug-06 23:58
prasad_som31-Aug-06 23:58 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 0:06
matijsmoest1-Sep-06 0:06 
GeneralRe: GetWindowText problem Pin
prasad_som1-Sep-06 0:18
prasad_som1-Sep-06 0:18 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 1:13
matijsmoest1-Sep-06 1:13 
GeneralRe: GetWindowText problem [modified] Pin
prasad_som1-Sep-06 1:34
prasad_som1-Sep-06 1:34 
GeneralRe: GetWindowText problem Pin
ThatsAlok1-Sep-06 0:36
ThatsAlok1-Sep-06 0:36 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 1:08
matijsmoest1-Sep-06 1:08 
AnswerRe: GetWindowText problem Pin
Michael Dunn1-Sep-06 5:55
sitebuilderMichael Dunn1-Sep-06 5:55 
QuestionTabControl Pin
sheshidar31-Aug-06 23:00
sheshidar31-Aug-06 23:00 
Hi All..
I am working with TabControl, where I created 3 dialog Boxes, in these three one dialog with TabControl, and remaining two dialogs with edit control.
In first Tab-first dialog, Second Tab-second dialog
I had created two dialogs in the OnInitDialog() function .
	m_FirstDialog =new CFirstDialog();<br />
HRSRC hResource = FindResource(g_hModule, MAKEINTRESOURCE(IDD_FIRST_DIALOG),RT_DIALOG );<br />
	HGLOBAL hTemplate = LoadResource(g_hModule, hResource);<br />
	BOOL bResult = m_FirstDialog->CreateIndirect (hTemplate, this);<br />
	FreeResource(hTemplate);<br />
m_FirstDialog->ShowWindow (SW_SHOW);

same code fallows for Second Dialog.

Everything is fine but Problem is when I tried to send data from member variable to Control on First , second dialogs.
I am not able to acces the data in editboxes in First, second dialogs from the TabDialog(tabcontrol).
Can you please help me how to find the cause of this problem.
Thanking You.

Sheshidar
QuestionCode Coverage tool for wxDevC++ Pin
Pavan Rao31-Aug-06 22:48
Pavan Rao31-Aug-06 22:48 
QuestionStructure??? Pin
Programm3r31-Aug-06 22:47
Programm3r31-Aug-06 22:47 
AnswerRe: Structure??? [modified] Pin
toxcct31-Aug-06 22:54
toxcct31-Aug-06 22:54 
GeneralRe: Structure??? Pin
Programm3r31-Aug-06 23:02
Programm3r31-Aug-06 23:02 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 0:23
MayankT1-Sep-06 0:23 
GeneralRe: Structure??? Pin
lemur21-Sep-06 1:20
lemur21-Sep-06 1:20 

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.