Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: wchar_t [modified] Pin
fefe.wyx28-Sep-06 21:47
fefe.wyx28-Sep-06 21:47 
GeneralRe: wchar_t Pin
_AnsHUMAN_ 28-Sep-06 21:58
_AnsHUMAN_ 28-Sep-06 21:58 
AnswerRe: wchar_t Pin
WaitYY198028-Sep-06 22:16
WaitYY198028-Sep-06 22:16 
AnswerRe: wchar_t Pin
Zac Howland29-Sep-06 5:13
Zac Howland29-Sep-06 5:13 
AnswerRe: wchar_t Pin
Hamid_RT30-Sep-06 4:55
Hamid_RT30-Sep-06 4:55 
QuestionListbox control Pin
zareee28-Sep-06 19:41
zareee28-Sep-06 19:41 
AnswerRe: Listbox control Pin
Naveen28-Sep-06 19:47
Naveen28-Sep-06 19:47 
AnswerRe: Listbox control Pin
Rinu_Raj28-Sep-06 19:49
Rinu_Raj28-Sep-06 19:49 
You may right the interface function for setting the value in the second dialog

On the button click of first dialog
{
Dlg->SetDataToListBox( m_Edit.GetWindowText()); //Where Dlg is the second dialog class object
}

In the second dialog

2ndDlg::SetDataToListBox( CString EditData ) // SetDataToListBox function the dialog class of the second dialog
{
m_ListBox.AddString( EditData );
}

Rinu Raj
AnswerRe: Listbox control Pin
_AnsHUMAN_ 28-Sep-06 20:03
_AnsHUMAN_ 28-Sep-06 20:03 
GeneralRe: Listbox control Pin
Hamid_RT28-Sep-06 20:07
Hamid_RT28-Sep-06 20:07 
GeneralRe: Listbox control Pin
_AnsHUMAN_ 28-Sep-06 20:13
_AnsHUMAN_ 28-Sep-06 20:13 
QuestionOpenGL list with parameters ?? Pin
Vaclav_28-Sep-06 19:29
Vaclav_28-Sep-06 19:29 
AnswerRe: OpenGL list with parameters ?? Pin
nutkase28-Sep-06 20:03
nutkase28-Sep-06 20:03 
AnswerRe: OpenGL list with parameters ?? Pin
Ajesh.Sreevalsa28-Sep-06 20:13
Ajesh.Sreevalsa28-Sep-06 20:13 
Questionunable to use ShellExecute command after opening a file Pin
pavan105nagarbhavi28-Sep-06 19:14
pavan105nagarbhavi28-Sep-06 19:14 
AnswerRe: unable to use ShellExecute command after opening a file Pin
_AnsHUMAN_ 28-Sep-06 19:19
_AnsHUMAN_ 28-Sep-06 19:19 
AnswerRe: unable to use ShellExecute command after opening a file Pin
Hamid_RT28-Sep-06 20:03
Hamid_RT28-Sep-06 20:03 
AnswerRe: unable to use ShellExecute command after opening a file [modified] Pin
ShilpiP28-Sep-06 21:10
ShilpiP28-Sep-06 21:10 
QuestionRe: unable to use ShellExecute command after opening a file Pin
David Crow29-Sep-06 3:07
David Crow29-Sep-06 3:07 
QuestionTab control in vc++ Pin
zareee28-Sep-06 19:07
zareee28-Sep-06 19:07 
AnswerRe: Tab control in vc++ Pin
_AnsHUMAN_ 28-Sep-06 19:15
_AnsHUMAN_ 28-Sep-06 19:15 
AnswerRe: Tab control in vc++ Pin
Hamid_RT28-Sep-06 19:54
Hamid_RT28-Sep-06 19:54 
QuestionBeep Sound in application Pin
Anu_Bala28-Sep-06 18:44
Anu_Bala28-Sep-06 18:44 
AnswerRe: Beep Sound in application Pin
_AnsHUMAN_ 28-Sep-06 18:54
_AnsHUMAN_ 28-Sep-06 18:54 
AnswerRe: Beep Sound in application Pin
nutkase28-Sep-06 18:57
nutkase28-Sep-06 18:57 

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.