Click here to Skip to main content
15,893,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan't burn the CD/DVD Pin
vijay_aroli16-Jul-07 0:48
vijay_aroli16-Jul-07 0:48 
QuestionRe: Can't burn the CD/DVD Pin
David Crow16-Jul-07 3:57
David Crow16-Jul-07 3:57 
AnswerRe: Can't burn the CD/DVD Pin
Hamid_RT25-Jul-07 7:57
Hamid_RT25-Jul-07 7:57 
AnswerRe: Can't burn the CD/DVD Pin
toolsche23-Feb-09 22:27
toolsche23-Feb-09 22:27 
Questionhow to register COM dll Pin
Max++16-Jul-07 0:08
Max++16-Jul-07 0:08 
AnswerRe: how to register COM dll Pin
ThatsAlok16-Jul-07 0:22
ThatsAlok16-Jul-07 0:22 
QuestionListBox Control Pin
jasn Smith15-Jul-07 23:54
jasn Smith15-Jul-07 23:54 
AnswerRe: ListBox Control Pin
William Engberts16-Jul-07 1:21
William Engberts16-Jul-07 1:21 
Hi Jason,

The easiest way is to pass the address of the listbox in your main program to the dialog. When your selection changes (you could for example use the ON_CLICK event to check this) you can select the same item in the main window using SetSelectionMark: pPassedListCOntrol->SetSelectionMark(IDOfSelection);

William


QuestionRe: ListBox Control Pin
Hamid_RT25-Jul-07 7:55
Hamid_RT25-Jul-07 7:55 
QuestionSetDlgItemTextW problem Pin
Suneet.0315-Jul-07 23:51
Suneet.0315-Jul-07 23:51 
AnswerRe: SetDlgItemTextW problem Pin
Sam_c16-Jul-07 0:13
Sam_c16-Jul-07 0:13 
GeneralRe: SetDlgItemTextW problem Pin
Suneet.0316-Jul-07 0:26
Suneet.0316-Jul-07 0:26 
GeneralRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:33
toxcct16-Jul-07 0:33 
AnswerRe: SetDlgItemTextW problem Pin
spsharma16-Jul-07 0:26
spsharma16-Jul-07 0:26 
GeneralRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:34
toxcct16-Jul-07 0:34 
GeneralRe: SetDlgItemTextW problem Pin
spsharma16-Jul-07 1:16
spsharma16-Jul-07 1:16 
AnswerRe: SetDlgItemTextW problem Pin
toxcct16-Jul-07 0:32
toxcct16-Jul-07 0:32 
GeneralRe: SetDlgItemTextW problem [modified] Pin
James R. Twine16-Jul-07 1:36
James R. Twine16-Jul-07 1:36 
AnswerRe: SetDlgItemTextW problem Pin
James R. Twine16-Jul-07 1:47
James R. Twine16-Jul-07 1:47 
AnswerRe: SetDlgItemTextW problem Pin
Mark Salsbery16-Jul-07 6:07
Mark Salsbery16-Jul-07 6:07 
AnswerRe: SetDlgItemTextW problem Pin
Mark Salsbery16-Jul-07 6:12
Mark Salsbery16-Jul-07 6:12 
GeneralRe: SetDlgItemTextW problem Pin
James R. Twine16-Jul-07 6:34
James R. Twine16-Jul-07 6:34 
GeneralRe: SetDlgItemTextW problem Pin
Mark Salsbery16-Jul-07 6:35
Mark Salsbery16-Jul-07 6:35 
AnswerRe: SetDlgItemTextW problem Pin
Suneet.0316-Jul-07 18:55
Suneet.0316-Jul-07 18:55 
QuestionChange button name of FIle dialog Pin
CodeMak15-Jul-07 23:22
CodeMak15-Jul-07 23:22 

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.