Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ashen character Pin
David Crow15-Sep-07 17:18
David Crow15-Sep-07 17:18 
GeneralRe: ashen character Pin
Russell'16-Sep-07 0:22
Russell'16-Sep-07 0:22 
QuestionProblem in RegQueryValue. Pin
GauranG Shah15-Sep-07 2:07
GauranG Shah15-Sep-07 2:07 
AnswerRe: Problem in RegQueryValue. Pin
carrivick15-Sep-07 2:25
carrivick15-Sep-07 2:25 
AnswerRe: Problem in RegQueryValue. Pin
Mark Salsbery15-Sep-07 5:35
Mark Salsbery15-Sep-07 5:35 
QuestionStl::map Link Error Pin
Vinod CS15-Sep-07 0:27
Vinod CS15-Sep-07 0:27 
AnswerRe: Stl::map Link Error Pin
Chris Losinger15-Sep-07 4:34
professionalChris Losinger15-Sep-07 4:34 
QuestionProblem with Combo Box Pin
GauranG Shah14-Sep-07 23:27
GauranG Shah14-Sep-07 23:27 
I am Using Win32 Dialog based Application. And trying to add the string in Combo Box as runtime with following code.


HWND hComboBox = GetDlgItem(hWndDlg,IDC_NameCombo);<br />
LRESULT lr =  SendMessage (hComboBox,CB_ADDSTRING, 0, (LPARAM)L"Item 1 ") ;<br />


But nothing is added in ComboBox. I checked the lr Value and it show 0. I.e. Operation Completed Successfully.

if you know please tell me what is the problem.

Thnx in Advance.
AnswerRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 0:32
Hamid_RT15-Sep-07 0:32 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 0:55
GauranG Shah15-Sep-07 0:55 
GeneralRe: Problem with Combo Box Pin
GauranG Shah15-Sep-07 1:13
GauranG Shah15-Sep-07 1:13 
GeneralRe: Problem with Combo Box Pin
Hamid_RT15-Sep-07 1:30
Hamid_RT15-Sep-07 1:30 
AnswerRe: Problem with Combo Box Pin
David Crow15-Sep-07 11:54
David Crow15-Sep-07 11:54 
Questionhow to change the font caption of button Pin
Y_Kaushik14-Sep-07 22:40
Y_Kaushik14-Sep-07 22:40 
AnswerRe: how to change the font caption of button Pin
Russell'14-Sep-07 22:52
Russell'14-Sep-07 22:52 
AnswerRe: how to change the font caption of button Pin
Hamid_RT15-Sep-07 0:33
Hamid_RT15-Sep-07 0:33 
QuestionFile + folder names proessing APIs Pin
Eytukan14-Sep-07 20:57
Eytukan14-Sep-07 20:57 
AnswerRe: File + folder names proessing APIs Pin
nitin314-Sep-07 21:41
nitin314-Sep-07 21:41 
GeneralRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:05
Eytukan14-Sep-07 22:05 
JokeRe: File + folder names proessing APIs Pin
Eytukan14-Sep-07 22:10
Eytukan14-Sep-07 22:10 
AnswerRe: File + folder names proessing APIs Pin
Russell'15-Sep-07 2:57
Russell'15-Sep-07 2:57 
QuestionRe: File + folder names proessing APIs Pin
David Crow15-Sep-07 12:01
David Crow15-Sep-07 12:01 
AnswerRe: File + folder names proessing APIs Pin
Eytukan15-Sep-07 17:22
Eytukan15-Sep-07 17:22 
GeneralRe: File + folder names proessing APIs Pin
David Crow17-Sep-07 2:51
David Crow17-Sep-07 2:51 
Questionneed help Pin
gentleguy14-Sep-07 16:52
gentleguy14-Sep-07 16:52 

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.