Click here to Skip to main content
15,908,115 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to load some icons from a file into a listcontrol? Pin
Gavin Taylor28-Nov-05 22:00
professionalGavin Taylor28-Nov-05 22:00 
QuestionMFC Program looking for a good tool for a log box. Pin
King Link28-Nov-05 15:15
King Link28-Nov-05 15:15 
AnswerRe: MFC Program looking for a good tool for a log box. Pin
Christian Graus28-Nov-05 15:34
protectorChristian Graus28-Nov-05 15:34 
GeneralRe: MFC Program looking for a good tool for a log box. Pin
S Douglas28-Nov-05 19:06
professionalS Douglas28-Nov-05 19:06 
QuestionMultiple language support using static lib Pin
Harshabhi28-Nov-05 14:15
Harshabhi28-Nov-05 14:15 
AnswerRe: Multiple language support using static lib Pin
Gavin Taylor28-Nov-05 19:15
professionalGavin Taylor28-Nov-05 19:15 
Questionno operator found which takes a right-hand operand of type 'char' Pin
Lord Kixdemp28-Nov-05 14:02
Lord Kixdemp28-Nov-05 14:02 
AnswerRe: no operator found which takes a right-hand operand of type 'char' Pin
PJ Arends28-Nov-05 14:28
professionalPJ Arends28-Nov-05 14:28 
CHAR_INFO::Char is a union. You have to specify which union member you are assigning the character to: AsciiChar or UnicodeChar.
mapData[x-sub].Char.AsciiChar = ' ';




"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!
GeneralRe: no operator found which takes a right-hand operand of type 'char' Pin
Lord Kixdemp28-Nov-05 14:41
Lord Kixdemp28-Nov-05 14:41 
QuestionConverting PDF's to TIFF's Pin
bitznarf28-Nov-05 12:02
bitznarf28-Nov-05 12:02 
Questionproject graph analys Pin
senatort77728-Nov-05 11:00
senatort77728-Nov-05 11:00 
AnswerRe: project graph analys Pin
kakan28-Nov-05 19:08
professionalkakan28-Nov-05 19:08 
QuestionFilling an array with random characters Pin
mouaronc28-Nov-05 10:52
mouaronc28-Nov-05 10:52 
AnswerRe: Filling an array with random characters Pin
Gary R. Wheeler28-Nov-05 14:05
Gary R. Wheeler28-Nov-05 14:05 
Question[Message Deleted] Pin
Bobamagoo28-Nov-05 10:17
Bobamagoo28-Nov-05 10:17 
AnswerRe: Dynamically Loading Managed Code from a DLL Pin
PJ Arends28-Nov-05 10:24
professionalPJ Arends28-Nov-05 10:24 
QuestionHelp -Voice Recognition- Visual Basic...Excel Macro Pin
jakabo28-Nov-05 8:49
jakabo28-Nov-05 8:49 
AnswerRe: Help -Voice Recognition- Visual Basic...Excel Macro Pin
Christian Graus28-Nov-05 10:38
protectorChristian Graus28-Nov-05 10:38 
GeneralRe: Help -Voice Recognition- Visual Basic...Excel Macro Pin
Rajesh R Subramanian28-Nov-05 20:13
professionalRajesh R Subramanian28-Nov-05 20:13 
JokeHelp -Voice Recognition- Visual Basic...Excel Macro Pin
usha_dolly6-Dec-05 0:14
usha_dolly6-Dec-05 0:14 
QuestionProblems rendering flash object on WebControl Pin
razvar28-Nov-05 5:18
razvar28-Nov-05 5:18 
QuestionC++ and mysql, any suggestions? Pin
includeh1028-Nov-05 5:08
includeh1028-Nov-05 5:08 
AnswerRe: C++ and mysql, any suggestions? Pin
Bob Stanneveld28-Nov-05 7:35
Bob Stanneveld28-Nov-05 7:35 
GeneralRe: C++ and mysql, any suggestions? Pin
includeh1028-Nov-05 12:00
includeh1028-Nov-05 12:00 
AnswerRe: C++ and mysql, any suggestions? Pin
S Douglas28-Nov-05 19:14
professionalS Douglas28-Nov-05 19:14 

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.