Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VS2005 plus VS98? Pin
Eytukan28-Jan-06 17:45
Eytukan28-Jan-06 17:45 
Questionusb port help me Pin
ledaker28-Jan-06 6:58
ledaker28-Jan-06 6:58 
AnswerRe: usb port help me Pin
sheshidar28-Jan-06 10:49
sheshidar28-Jan-06 10:49 
AnswerRe: usb port help me Pin
sheshidar28-Jan-06 10:50
sheshidar28-Jan-06 10:50 
GeneralRe: usb port help me Pin
ledaker28-Jan-06 23:53
ledaker28-Jan-06 23:53 
QuestionMidi Application. Help desperately needed! Pin
ric ric 090128-Jan-06 6:37
ric ric 090128-Jan-06 6:37 
AnswerRe: Midi Application. Help desperately needed! Pin
RandomMonkey28-Jan-06 7:10
RandomMonkey28-Jan-06 7:10 
GeneralRe: Midi Application. Help desperately needed! Pin
normanS29-Jan-06 19:05
normanS29-Jan-06 19:05 
GeneralRe: Midi Application. Help desperately needed! Pin
ric ric 090130-Jan-06 14:03
ric ric 090130-Jan-06 14:03 
GeneralRe: Midi Application. Help desperately needed! Pin
RandomMonkey30-Jan-06 17:16
RandomMonkey30-Jan-06 17:16 
GeneralRe: Midi Application. Help desperately needed! Pin
normanS30-Jan-06 23:46
normanS30-Jan-06 23:46 
QuestionFinding Windows installation directory Pin
act_x28-Jan-06 6:25
act_x28-Jan-06 6:25 
AnswerRe: Finding Windows installation directory Pin
gianct28-Jan-06 7:14
gianct28-Jan-06 7:14 
AnswerRe: Finding Windows installation directory Pin
RandomMonkey28-Jan-06 7:17
RandomMonkey28-Jan-06 7:17 
AnswerRe: Finding Windows installation directory Pin
PJ Arends28-Jan-06 9:49
professionalPJ Arends28-Jan-06 9:49 
AnswerRe: Finding Windows installation directory Pin
Vipin Aravind28-Jan-06 18:56
Vipin Aravind28-Jan-06 18:56 
GeneralRe: Finding Windows installation directory Pin
Eytukan29-Jan-06 2:50
Eytukan29-Jan-06 2:50 
QuestionAgain CListBox Pin
hanno2528-Jan-06 6:15
hanno2528-Jan-06 6:15 
AnswerRe: Again CListBox Pin
PJ Arends28-Jan-06 9:55
professionalPJ Arends28-Jan-06 9:55 
hanno25 wrote:
the program returns a error message


What message? The message that you get is telling you what is wrong. If you want help you have to let us know what the message is or else all we can do is take a guess.

My guess is that the CListBox window is not yet created when you call AddString() so there is no HWND to handle the LB_ADDSTRING message, resulting in an ASSERTion being thrown in CListBox::AddString().



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
AnswerRe: Again CListBox Pin
Eytukan28-Jan-06 17:17
Eytukan28-Jan-06 17:17 
AnswerRe: Again CListBox Pin
Laxman929-Jan-06 17:43
Laxman929-Jan-06 17:43 
Questionmemcpy Pin
Anthony988728-Jan-06 6:06
Anthony988728-Jan-06 6:06 
AnswerRe: memcpy Pin
Chris Losinger28-Jan-06 6:12
professionalChris Losinger28-Jan-06 6:12 
AnswerRe: memcpy Pin
Roland Pibinger28-Jan-06 7:54
Roland Pibinger28-Jan-06 7:54 
QuestionLoading list elements in a CListBox Pin
hanno2528-Jan-06 5:37
hanno2528-Jan-06 5:37 

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.