Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 2:00
MayankT1-Sep-06 2:00 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 2:01
toxcct1-Sep-06 2:01 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 2:08
MayankT1-Sep-06 2:08 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 2:20
toxcct1-Sep-06 2:20 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 1:49
toxcct1-Sep-06 1:49 
QuestionRe: Structure??? Pin
prasad_som31-Aug-06 22:56
prasad_som31-Aug-06 22:56 
GeneralRe: Structure??? Pin
Programm3r31-Aug-06 23:04
Programm3r31-Aug-06 23:04 
QuestionTemplate classes Pin
Waldermort31-Aug-06 22:33
Waldermort31-Aug-06 22:33 
AnswerRe: Template classes Pin
toxcct31-Aug-06 22:40
toxcct31-Aug-06 22:40 
GeneralRe: Template classes Pin
Waldermort31-Aug-06 22:45
Waldermort31-Aug-06 22:45 
GeneralRe: Template classes Pin
Waldermort31-Aug-06 22:53
Waldermort31-Aug-06 22:53 

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.