Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Substring Error. Please help Pin
msogun21-Feb-08 14:45
msogun21-Feb-08 14:45 
GeneralRe: Substring Error. Please help Pin
David Crow22-Feb-08 2:50
David Crow22-Feb-08 2:50 
GeneralRe: Substring Error. Please help Pin
Mark Salsbery22-Feb-08 5:58
Mark Salsbery22-Feb-08 5:58 
GeneralRe: Substring Error. Please help Pin
Mark Salsbery21-Feb-08 11:48
Mark Salsbery21-Feb-08 11:48 
GeneralRe: Substring Error. Please help Pin
jhwurmbach21-Feb-08 23:19
jhwurmbach21-Feb-08 23:19 
GeneralRe: Substring Error. Please help Pin
msogun23-Feb-08 20:41
msogun23-Feb-08 20:41 
GeneralUNICODE, MultiByte, and UI's Pin
masnu21-Feb-08 9:15
masnu21-Feb-08 9:15 
GeneralRe: UNICODE, MultiByte, and UI's Pin
Mark Salsbery21-Feb-08 10:49
Mark Salsbery21-Feb-08 10:49 
masnu wrote:
is there a way to get the XP (VS 2005) look and feel while still supporting MultiByte character set?


Try adding the following line to the bottom of your stdafx.h file...

#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")

...and rebuild.


masnu wrote:
When I change my application from UNICODE to MultiByte support the look of my UI changes. Understandable


How is that understandable?  Why would the character set used by the code have an effect on the UI?
Internally, Windows APIs use all Unicode - has been that way for a long time.

Mark










Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: UNICODE, MultiByte, and UI's Pin
krmed22-Feb-08 0:40
krmed22-Feb-08 0:40 
QuestionAdvise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 8:30
alanteigne21-Feb-08 8:30 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
TheGreatAndPowerfulOz21-Feb-08 8:33
TheGreatAndPowerfulOz21-Feb-08 8:33 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 8:42
alanteigne21-Feb-08 8:42 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
TheGreatAndPowerfulOz21-Feb-08 8:47
TheGreatAndPowerfulOz21-Feb-08 8:47 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 9:05
alanteigne21-Feb-08 9:05 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 9:22
alanteigne21-Feb-08 9:22 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
Ali Rafiee21-Feb-08 9:45
Ali Rafiee21-Feb-08 9:45 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
alanteigne21-Feb-08 10:55
alanteigne21-Feb-08 10:55 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
jhwurmbach21-Feb-08 23:23
jhwurmbach21-Feb-08 23:23 
GeneralRe: Advise - How to make C++ Windows Form App without .NET framework Pin
Moak22-Feb-08 7:03
Moak22-Feb-08 7:03 
GeneralAbout DoModal failing [modified] Pin
Fernando A. Gomez F.21-Feb-08 6:22
Fernando A. Gomez F.21-Feb-08 6:22 
QuestionRe: About DoModal failing Pin
David Crow21-Feb-08 6:30
David Crow21-Feb-08 6:30 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 6:59
Fernando A. Gomez F.21-Feb-08 6:59 
QuestionRe: About DoModal failing Pin
David Crow21-Feb-08 7:05
David Crow21-Feb-08 7:05 
GeneralRe: About DoModal failing Pin
Mark Salsbery21-Feb-08 7:04
Mark Salsbery21-Feb-08 7:04 
GeneralRe: About DoModal failing Pin
Fernando A. Gomez F.21-Feb-08 7:10
Fernando A. Gomez F.21-Feb-08 7:10 

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.