Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProperty missing tab Pin
Puah12-Sep-04 19:42
Puah12-Sep-04 19:42 
QuestionHow to enable the port in menubar? Pin
anuchelvi12-Sep-04 19:15
anuchelvi12-Sep-04 19:15 
AnswerRe: How to enable the port in menubar? Pin
Iain Clarke, Warrior Programmer13-Sep-04 3:28
Iain Clarke, Warrior Programmer13-Sep-04 3:28 
GeneralCListCtrl Pin
Neelesh K J Jain12-Sep-04 18:44
Neelesh K J Jain12-Sep-04 18:44 
GeneralEncrypt/Decrypt Pin
Timothy Grabrian12-Sep-04 17:13
professionalTimothy Grabrian12-Sep-04 17:13 
GeneralRe: Encrypt/Decrypt Pin
Michael Dunn12-Sep-04 19:23
sitebuilderMichael Dunn12-Sep-04 19:23 
GeneralRe: Encrypt/Decrypt Pin
Alexander M.,13-Sep-04 5:12
Alexander M.,13-Sep-04 5:12 
QuestionHow to use combobox with UNICODE? Pin
Member 135496212-Sep-04 11:17
Member 135496212-Sep-04 11:17 
Hi,
I am tryiny to develop a UNICODE version of my application with VC++6.0 under Chinese OS, the CHINESE CHARACTERS that I entered for the COMBOBOX control by its property tab(DATA) could not be displayed correctly under English OS? The other components such as static and button were OK. When I opened the rc file with Notepad, I foud that the other components were written in Chinese, however, the COMBOBOX was written in digital code such as 0x545f.
Does anyone know how to solve this problem?
THANKS!
Robert


REF:
IDD_TESTH_DIALOG DIALOGEX 0, 0, 320, 200
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION "TESTH"
FONT 9, "Tahoma"
BEGIN
DEFPUSHBUTTON "确定",IDOK,260,7,50,14
PUSHBUTTON "取消",IDCANCEL,260,23,50,14
LTEXT "TODO: 在这里设置对话控制。",IDC_STATIC,50,106,200,8
COMBOBOX IDC_COMBO1,98,53,177,89,CBS_DROPDOWN | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
EDITTEXT IDC_EDIT1,26,77,40,14,ES_AUTOHSCROLL
COMBOBOX IDC_COMBO2,187,86,48,56,CBS_DROPDOWN | CBS_SORT |
WS_VSCROLL | WS_TABSTOP
END
....

IDD_TESTH_DIALOG DLGINIT
BEGIN
IDC_COMBO1, 0x403, 7, 0
0x545f, 0xca28, 0x29c7, "\000"
IDC_COMBO1, 0x403, 3, 0
0xf1b7, "\000"
IDC_COMBO2, 0x403, 3, 0
0xc7ca, "\000"
IDC_COMBO2, 0x403, 3, 0
0xf1b7, "\000"
IDC_COMBO2, 0x403, 3, 0
0xd0d6, "\000"
0
END


aa
GeneralPolyline Editor in Open Gl Pin
csp200512-Sep-04 10:24
csp200512-Sep-04 10:24 
GeneralSegmentation fault?! Pin
Whiphub12-Sep-04 9:39
Whiphub12-Sep-04 9:39 
GeneralRe: Segmentation fault?! Pin
Antti Keskinen12-Sep-04 10:44
Antti Keskinen12-Sep-04 10:44 
GeneralSwitching mainframe menu (solution) Pin
Ravi Bhavnani12-Sep-04 8:23
professionalRavi Bhavnani12-Sep-04 8:23 
GeneralRe: Switching mainframe menu (solution) Pin
KaЯl13-Sep-04 3:55
KaЯl13-Sep-04 3:55 
QuestionHOw to convert from EMF to SWF. Pin
Azghar Hussain12-Sep-04 7:49
professionalAzghar Hussain12-Sep-04 7:49 
AnswerRe: HOw to convert from EMF to SWF. Pin
Christian Graus12-Sep-04 11:52
protectorChristian Graus12-Sep-04 11:52 
QuestionLink/C-calling convention ? Pin
0v3rloader12-Sep-04 6:46
0v3rloader12-Sep-04 6:46 
AnswerRe: Link/C-calling convention ? Pin
Antti Keskinen12-Sep-04 9:38
Antti Keskinen12-Sep-04 9:38 
GeneralRe: Link/C-calling convention ? Pin
0v3rloader12-Sep-04 22:59
0v3rloader12-Sep-04 22:59 
GeneralRe: Link/C-calling convention ? Pin
Antti Keskinen13-Sep-04 4:15
Antti Keskinen13-Sep-04 4:15 
GeneralRe: Link/C-calling convention ? Pin
0v3rloader14-Sep-04 1:47
0v3rloader14-Sep-04 1:47 
GeneralEnvironment macro Pin
Rome Singh12-Sep-04 6:31
Rome Singh12-Sep-04 6:31 
GeneralRe: Environment macro Pin
Andrew Walker12-Sep-04 14:46
Andrew Walker12-Sep-04 14:46 
GeneralRe: Environment macro Pin
Rome Singh13-Sep-04 5:12
Rome Singh13-Sep-04 5:12 
GeneralRe: Environment macro Pin
Andrew Walker13-Sep-04 12:52
Andrew Walker13-Sep-04 12:52 
QuestionWarning: no message line prompt for ID *???? Pin
jettocrack12-Sep-04 6:13
jettocrack12-Sep-04 6:13 

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.