Click here to Skip to main content
15,916,398 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalon winXP progress bar not getting refreshed Pin
shiben26-Nov-02 0:35
shiben26-Nov-02 0:35 
GeneralRe: on winXP progress bar not getting refreshed Pin
Rage26-Nov-02 1:07
professionalRage26-Nov-02 1:07 
GeneralRe: on winXP progress bar not getting refreshed Pin
shiben26-Nov-02 18:44
shiben26-Nov-02 18:44 
GeneralADO determine if a field is primary key Pin
devvvy26-Nov-02 0:32
devvvy26-Nov-02 0:32 
GeneralThis is basically what i need to do... Pin
devvvy26-Nov-02 15:12
devvvy26-Nov-02 15:12 
Generalweird UNICODE problem Pin
Arjan Schouten26-Nov-02 0:19
Arjan Schouten26-Nov-02 0:19 
GeneralRe: weird UNICODE problem Pin
Joaquín M López Muñoz26-Nov-02 0:40
Joaquín M López Muñoz26-Nov-02 0:40 
GeneralRe: weird UNICODE problem Pin
jan larsen26-Nov-02 0:46
jan larsen26-Nov-02 0:46 
I think the problem is in your output of the value. There are two things to remember:
1. Unicode handling is mostly limited to NT/2000 platforms.
2. If you use an ansi string function on a unicode string you will (very often) see that the function gets only the first byte of the 2 byte character. That is because the second byte is often 0x00.

You say that you have added UNICODE support, does that mean that you have defined UNICODE?, then perhaps you could try defining _UNICODE as well.


"After all it's just text at the end of the day. - Colin Davies

"For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus
GeneralRe: weird UNICODE problem Pin
Alexandru Savescu26-Nov-02 0:56
Alexandru Savescu26-Nov-02 0:56 
GeneralRe: weird UNICODE problem Pin
Daniel Turini26-Nov-02 1:00
Daniel Turini26-Nov-02 1:00 
GeneralRe: weird UNICODE problem Pin
Arjan Schouten26-Nov-02 1:14
Arjan Schouten26-Nov-02 1:14 
GeneralMake Windows Notifies Me!! Pin
mzakarni26-Nov-02 0:12
mzakarni26-Nov-02 0:12 
GeneralRe: Make Windows Notifies Me!! Pin
Rickard Andersson2026-Nov-02 0:56
Rickard Andersson2026-Nov-02 0:56 
GeneralRe: Make Windows Notifies Me!! Pin
Scott H. Settlemier26-Nov-02 6:01
Scott H. Settlemier26-Nov-02 6:01 
GeneralRe: Make Windows Notifies Me!! Pin
Rickard Andersson2026-Nov-02 10:07
Rickard Andersson2026-Nov-02 10:07 
QuestionGet DVD menu button positions with DirectShow? Pin
FatBastardDelivery26-Nov-02 0:03
FatBastardDelivery26-Nov-02 0:03 
GeneralProblem with "vector<CString> StringVector" Pin
Anonymous25-Nov-02 23:32
Anonymous25-Nov-02 23:32 
GeneralRe: Problem with "vector<CString> StringVector" Pin
FatBastardDelivery26-Nov-02 0:20
FatBastardDelivery26-Nov-02 0:20 
GeneralRe: Problem with "vector<CString> StringVector" Pin
Joaquín M López Muñoz26-Nov-02 0:28
Joaquín M López Muñoz26-Nov-02 0:28 
GeneralRe: Problem with "vector<CString> StringVector" Pin
Alexandru Savescu26-Nov-02 0:49
Alexandru Savescu26-Nov-02 0:49 
GeneralGUI goes all funny and system hangs Pin
louis25-Nov-02 23:24
louis25-Nov-02 23:24 
GeneralRe: GUI goes all funny and system hangs Pin
KaЯl25-Nov-02 23:42
KaЯl25-Nov-02 23:42 
GeneralRe: GUI goes all funny and system hangs Pin
louis26-Nov-02 20:03
louis26-Nov-02 20:03 
GeneralRe: GUI goes all funny and system hangs Pin
Roger Allen26-Nov-02 1:38
Roger Allen26-Nov-02 1:38 
GeneralRe: GUI goes all funny and system hangs Pin
louis26-Nov-02 20:18
louis26-Nov-02 20:18 

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.