Click here to Skip to main content
15,922,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to program to set the mouse properties? Pin
flyingxu10-May-06 15:03
flyingxu10-May-06 15:03 
AnswerRe: How to program to set the mouse properties? Pin
Stephen Hewitt10-May-06 15:34
Stephen Hewitt10-May-06 15:34 
Questionhow to create a CBitmap object from a bitmap file? Pin
includeh1010-May-06 11:28
includeh1010-May-06 11:28 
AnswerRe: how to create a CBitmap object from a bitmap file? Pin
Michael Dunn10-May-06 14:07
sitebuilderMichael Dunn10-May-06 14:07 
AnswerRe: how to create a CBitmap object from a bitmap file? Pin
Hamid_RT10-May-06 18:32
Hamid_RT10-May-06 18:32 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Andy Rama10-May-06 21:07
Andy Rama10-May-06 21:07 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Hamid_RT10-May-06 21:55
Hamid_RT10-May-06 21:55 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Andy Rama10-May-06 22:58
Andy Rama10-May-06 22:58 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Hamid_RT11-May-06 0:19
Hamid_RT11-May-06 0:19 
GeneralRe: how to create a CBitmap object from a bitmap file? Pin
Andy Rama11-May-06 0:55
Andy Rama11-May-06 0:55 
QuestionHow to hide a process Pin
Umair Ahmad khan10-May-06 11:04
Umair Ahmad khan10-May-06 11:04 
AnswerRe: How to hide a process Pin
Jörgen Sigvardsson10-May-06 11:53
Jörgen Sigvardsson10-May-06 11:53 
GeneralRe: How to hide a process Pin
Umair Ahmad khan10-May-06 11:58
Umair Ahmad khan10-May-06 11:58 
GeneralRe: How to hide a process Pin
Jörgen Sigvardsson10-May-06 12:01
Jörgen Sigvardsson10-May-06 12:01 
AnswerRe: How to hide a process Pin
Stephen Hewitt10-May-06 14:45
Stephen Hewitt10-May-06 14:45 
AnswerRe: How to hide a process Pin
Hamid_RT10-May-06 18:44
Hamid_RT10-May-06 18:44 
QuestionAcces from CView to CChildFrame and/or CMyApp Pin
tbrake10-May-06 10:32
tbrake10-May-06 10:32 
AnswerRe: Acces from CView to CChildFrame and/or CMyApp Pin
Chris Losinger10-May-06 11:41
professionalChris Losinger10-May-06 11:41 
Questionlimit app to one instance Pin
big_denny_20010-May-06 9:39
big_denny_20010-May-06 9:39 
AnswerRe: limit app to one instance Pin
tbrake10-May-06 10:24
tbrake10-May-06 10:24 
AnswerRe: limit app to one instance Pin
PJ Arends10-May-06 10:27
professionalPJ Arends10-May-06 10:27 
AnswerRe: limit app to one instance Pin
David Crow10-May-06 10:54
David Crow10-May-06 10:54 
AnswerRe: limit app to one instance Pin
ThatsAlok10-May-06 19:57
ThatsAlok10-May-06 19:57 
QuestionIs UNICODE required for my project Pin
benm9999999910-May-06 9:23
benm9999999910-May-06 9:23 
Hi,

We have a C++ service that needs to scan the filesystem and report back an inventory. Some filenames are in Hebrew.

Our project is currently Multibyte, we use CString and CFileFind, and the Hebrew characters are shown as '???'.

Can someone explain if we MUST switch to UNICODE or is there some way to make it work in MBCS ? I was under the impression MBCS also supported other languages. I see I can use CStringW to hold Hebrew chars, but CFileFind still returns '?' characters... Is there a way to define UNICODE locally only for a certain class ? I tried, but CString still isn't UNICODE since afxwin.h is included in the precompiled header.

The problem is switching to UNICODE causes a ton of errors all over the place, and in some classes we downloaded from the web, which used CHAR in some places instead of TCHAR.

I'll appreciate any advice,
Ben
AnswerRe: Is UNICODE required for my project Pin
Joe Woodbury10-May-06 10:20
professionalJoe Woodbury10-May-06 10:20 

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.