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

C / C++ / MFC

 
GeneralRe: Strange Console App Errors Pin
Zac Howland1-Nov-06 7:45
Zac Howland1-Nov-06 7:45 
GeneralRe: Strange Console App Errors Pin
switang1-Nov-06 9:50
switang1-Nov-06 9:50 
QuestionHow do I generate tab shaped buttons? Pin
magstarinc1-Nov-06 5:33
magstarinc1-Nov-06 5:33 
QuestionActiveX controls child window of another ActiveX control Pin
Alton Williams1-Nov-06 4:45
Alton Williams1-Nov-06 4:45 
AnswerRe: ActiveX controls child window of another ActiveX control Pin
TClarke1-Nov-06 5:07
TClarke1-Nov-06 5:07 
GeneralRe: ActiveX controls child window of another ActiveX control Pin
Alton Williams9-Nov-06 11:29
Alton Williams9-Nov-06 11:29 
GeneralRe: ActiveX controls child window of another ActiveX control Pin
TClarke9-Nov-06 23:06
TClarke9-Nov-06 23:06 
QuestionCombobox problems Pin
ceejeeb1-Nov-06 4:21
ceejeeb1-Nov-06 4:21 
Im new to C++ and so im not to sure how comboboxes work and how to populate tham, but this was my best guess:

LPCTSTR intList[] = {"one","two","three",};	<br />
HWND hList;<br />
hList = GetDlgItem(IDC_COMBO1);<br />
for (int i = 0; i < 3; i++) <br />
  { <br />
      SendMessage(hList, LB_ADDSTRING, 0, (LPARAM)"hello"); <br />
  } 


but doesnt seem to be correct.
What am i doing wrong?
QuestionRe: Combobox problems Pin
David Crow1-Nov-06 4:38
David Crow1-Nov-06 4:38 
AnswerRe: Combobox problems Pin
Maximilien1-Nov-06 5:08
Maximilien1-Nov-06 5:08 
GeneralRe: Combobox problems Pin
David Crow1-Nov-06 5:29
David Crow1-Nov-06 5:29 
AnswerRe: Combobox problems Pin
Hamid_RT1-Nov-06 5:22
Hamid_RT1-Nov-06 5:22 
QuestionDisconnect data exchange Pin
Wim Engberts1-Nov-06 3:56
Wim Engberts1-Nov-06 3:56 
AnswerRe: Disconnect data exchange Pin
David Crow1-Nov-06 4:39
David Crow1-Nov-06 4:39 
GeneralRe: Disconnect data exchange Pin
Wim Engberts1-Nov-06 5:04
Wim Engberts1-Nov-06 5:04 
GeneralRe: Disconnect data exchange Pin
David Crow1-Nov-06 5:32
David Crow1-Nov-06 5:32 
QuestionGetThreadId - kernel32.dll Pin
edvintas1-Nov-06 3:48
edvintas1-Nov-06 3:48 
AnswerRe: GetThreadId - kernel32.dll Pin
Chris Meech1-Nov-06 4:29
Chris Meech1-Nov-06 4:29 
GeneralRe: GetThreadId - kernel32.dll Pin
edvintas1-Nov-06 4:39
edvintas1-Nov-06 4:39 
GeneralRe: GetThreadId - kernel32.dll Pin
Chris Meech1-Nov-06 5:16
Chris Meech1-Nov-06 5:16 
GeneralRe: GetThreadId - kernel32.dll Pin
edvintas1-Nov-06 6:21
edvintas1-Nov-06 6:21 
QuestionRe: GetThreadId - kernel32.dll Pin
Hamid_RT1-Nov-06 5:23
Hamid_RT1-Nov-06 5:23 
AnswerRe: GetThreadId - kernel32.dll Pin
Niklas L1-Nov-06 20:46
Niklas L1-Nov-06 20:46 
QuestionFunction Pointers and ctors. Pin
Chris Meech1-Nov-06 2:35
Chris Meech1-Nov-06 2:35 
AnswerRe: Function Pointers and ctors. [modified] Pin
benjymous1-Nov-06 3:42
benjymous1-Nov-06 3:42 

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.