Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OK - how does this crap work? Pin
Lord Kixdemp31-Jul-06 14:17
Lord Kixdemp31-Jul-06 14:17 
QuestionTCHAR Conversions from char* Pin
Not Knuth30-Jul-06 14:44
Not Knuth30-Jul-06 14:44 
AnswerRe: TCHAR Conversions from char* Pin
Naveen30-Jul-06 17:29
Naveen30-Jul-06 17:29 
AnswerRe: TCHAR Conversions from char* Pin
ThatsAlok30-Jul-06 18:35
ThatsAlok30-Jul-06 18:35 
AnswerRe: TCHAR Conversions from char* Pin
John Saunders30-Jul-06 19:33
John Saunders30-Jul-06 19:33 
GeneralRe: TCHAR Conversions from char* Pin
PJ Arends30-Jul-06 20:57
professionalPJ Arends30-Jul-06 20:57 
QuestionMultiByteToWideChar - Implementation? Pin
Not Knuth31-Jul-06 3:05
Not Knuth31-Jul-06 3:05 
AnswerRe: MultiByteToWideChar - Implementation? Pin
Zac Howland4-Aug-06 9:12
Zac Howland4-Aug-06 9:12 
An alternative to using the ATL macros is to use the _bstr_t class. It has constructors that take both ASCII and WIDE character sets, and have overloaded operators for both char* and wchar_t*. It will end up calling the same functions in the end (the MultiByteToWide, etc.) but it easier to read and debug since it isn't a macro.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

QuestionInvisible Process [modified] Pin
darkcloud.42o30-Jul-06 11:43
darkcloud.42o30-Jul-06 11:43 
AnswerRe: Invisible Process Pin
Stephen Hewitt30-Jul-06 13:46
Stephen Hewitt30-Jul-06 13:46 
GeneralRe: Invisible Process Pin
darkcloud.42o30-Jul-06 14:06
darkcloud.42o30-Jul-06 14:06 
AnswerRe: Invisible Process Pin
benjymous30-Jul-06 22:23
benjymous30-Jul-06 22:23 
QuestionHow to run rc.exe from a command line ? Pin
zmau30-Jul-06 10:59
zmau30-Jul-06 10:59 
Questionwebsite blocking Application Pin
_tasleem30-Jul-06 9:30
_tasleem30-Jul-06 9:30 
AnswerRe: website blocking Application Pin
Anilkumar K V30-Jul-06 20:08
Anilkumar K V30-Jul-06 20:08 
Questionerrors in DDK??? Pin
dSolariuM30-Jul-06 1:17
dSolariuM30-Jul-06 1:17 
AnswerRe: errors in DDK??? Pin
Vipin Aravind30-Jul-06 1:41
Vipin Aravind30-Jul-06 1:41 
Questionvertically scrolling a listbox Pin
CaesarCZ30-Jul-06 0:37
CaesarCZ30-Jul-06 0:37 
AnswerRe: vertically scrolling a listbox Pin
Steve Echols30-Jul-06 8:23
Steve Echols30-Jul-06 8:23 
AnswerRe: vertically scrolling a listbox Pin
PJ Arends30-Jul-06 21:04
professionalPJ Arends30-Jul-06 21:04 
GeneralRe: vertically scrolling a listbox Pin
CaesarCZ30-Jul-06 21:28
CaesarCZ30-Jul-06 21:28 
Questionencountered a problem and needs to close. We are sorry for the inconvenience. Pin
NorGUI29-Jul-06 23:54
NorGUI29-Jul-06 23:54 
AnswerRe: encountered a problem and needs to close. We are sorry for the inconvenience. Pin
Vipin Aravind30-Jul-06 0:15
Vipin Aravind30-Jul-06 0:15 
AnswerRe: encountered a problem and needs to close. We are sorry for the inconvenience. Pin
Hamid_RT30-Jul-06 3:08
Hamid_RT30-Jul-06 3:08 
QuestionWhere can I get the ListView alpha blended selection color? [modified] Pin
Justin Tay29-Jul-06 23:51
Justin Tay29-Jul-06 23:51 

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.