Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Display TIFF image in Windows Forms environment Pin
ThatsAlok28-May-09 6:04
ThatsAlok28-May-09 6:04 
QuestionHow to copy dialogs from a project to another Pin
ilgale26-May-09 3:12
ilgale26-May-09 3:12 
QuestionDisplaying unicode value in MFC CEdit text box Pin
bhanu_850926-May-09 2:12
bhanu_850926-May-09 2:12 
AnswerRe: Displaying unicode value in MFC CEdit text box Pin
Rajesh R Subramanian26-May-09 2:18
professionalRajesh R Subramanian26-May-09 2:18 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
bhanu_850926-May-09 21:55
bhanu_850926-May-09 21:55 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
ThatsAlok26-May-09 22:16
ThatsAlok26-May-09 22:16 
AnswerRe: Displaying unicode value in MFC CEdit text box Pin
«_Superman_»26-May-09 2:21
professional«_Superman_»26-May-09 2:21 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
bhanu_850926-May-09 21:47
bhanu_850926-May-09 21:47 
The problem is that I already created the project without setting the Character set and I used declarations such as
CString str = ""; char temp[20];
. In addition to this I also used strcpy, strlen like methods. If I change the Character Set in the Project properties to "Unicode" then I need to change all the above and this is not at all simple. Even though if I change all the strings, some of my classes does not support Unicode char set. Now I am in deep trouble to solve this issue.

The real work for me now is to display the characters such as ►♂↨∟↑•↕ in a text box. Please tell me and help me how can I display these characters without changing the Character set in project properties.

P.S : I already using Character set as "Not Set"

Please help me Frown | :(

Bhanu
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
ThatsAlok26-May-09 22:15
ThatsAlok26-May-09 22:15 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
bhanu_850926-May-09 22:47
bhanu_850926-May-09 22:47 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
«_Superman_»27-May-09 2:34
professional«_Superman_»27-May-09 2:34 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
aravind.sn16-Jun-09 2:46
aravind.sn16-Jun-09 2:46 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
bhanu_850919-Jun-09 0:52
bhanu_850919-Jun-09 0:52 
GeneralRe: Displaying unicode value in MFC CEdit text box Pin
aravind.sn19-Jun-09 1:07
aravind.sn19-Jun-09 1:07 
QuestionCMfcOutlookbar Pin
VCsamir26-May-09 1:52
VCsamir26-May-09 1:52 
AnswerRe: CMfcOutlookbar Pin
Stuart Dootson26-May-09 2:27
professionalStuart Dootson26-May-09 2:27 
GeneralRe: CMfcOutlookbar Pin
VCsamir26-May-09 23:23
VCsamir26-May-09 23:23 
GeneralRe: CMfcOutlookbar Pin
Stuart Dootson27-May-09 1:24
professionalStuart Dootson27-May-09 1:24 
GeneralRe: CMfcOutlookbar Pin
VCsamir27-May-09 20:57
VCsamir27-May-09 20:57 
GeneralRe: CMfcOutlookbar [modified] Pin
JHeikkilajr12-Aug-09 1:49
JHeikkilajr12-Aug-09 1:49 
GeneralRe: CMfcOutlookbar Pin
QuiOui9-Sep-09 21:08
QuiOui9-Sep-09 21:08 
Questioncheck for Substring Pin
p_196026-May-09 0:41
p_196026-May-09 0:41 
AnswerRe: check for Substring Pin
Rajesh R Subramanian26-May-09 0:43
professionalRajesh R Subramanian26-May-09 0:43 
AnswerRe: check for Substring Pin
ThatsAlok26-May-09 22:18
ThatsAlok26-May-09 22:18 
AnswerRe: check for Substring Pin
ankitbtrivedi27-May-09 0:35
ankitbtrivedi27-May-09 0:35 

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.