Click here to Skip to main content
15,884,099 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Files and Folder Pin
vijay_aroli19-Apr-09 19:35
vijay_aroli19-Apr-09 19:35 
AnswerRe: Files and Folder Pin
_AnsHUMAN_ 19-Apr-09 19:35
_AnsHUMAN_ 19-Apr-09 19:35 
AnswerRe: Files and Folder Pin
Hamid_RT19-Apr-09 19:49
Hamid_RT19-Apr-09 19:49 
Questionauto closing messagebox Pin
gamefreak229119-Apr-09 17:15
gamefreak229119-Apr-09 17:15 
AnswerRe: auto closing messagebox Pin
N a v a n e e t h19-Apr-09 17:32
N a v a n e e t h19-Apr-09 17:32 
AnswerRe: auto closing messagebox Pin
Rajesh R Subramanian19-Apr-09 20:46
professionalRajesh R Subramanian19-Apr-09 20:46 
AnswerRe: auto closing messagebox Pin
MANISH RASTOGI19-Apr-09 22:54
MANISH RASTOGI19-Apr-09 22:54 
QuestionUsing 宝 in _RecordsetPtr, without setting Chinese IME in my windows Pin
leesense19-Apr-09 16:54
leesense19-Apr-09 16:54 
Hellow!
Now, I have a problem when input chinese(宝) into _RecordsetPtr for filtering.
Building environment is following
- VC++ 6.0
- unicode debug
- Inputed Chinese charactor by user in IE 6.0 installed the ActiveX.
- So user will input the character 宝 in ActiveX, and filtering button click.

(example)
_RecordsetPtr pRS;
pRS.CreateInstance(__uuidof(Recordset)); //create
CreateEmptyResultRecordset(pRS); //recordset header
pRS->Open(vtMissing, vtMissing, adOpenStatic,adLockBatchOptimistic,-1);
~~
~~
pRs->Fields->GetItem((_bstr_t)tpfd->m_StringID)->PutValue((_bstr_t)tpData->GetAt(j));

"tpData" is CStringArry type, and tpData->GetAt(j) will return CString type.
When using "PutValue((_bstr_t)tpData->GetAt(j))", occured COM errors.

When My IME setting was changed Korean to Chinese, the problem is not happend.
How can I do? ~~~~
Questionchar+char issues Pin
gamefreak229119-Apr-09 14:39
gamefreak229119-Apr-09 14:39 
AnswerRe: char+char issues Pin
aks.19-Apr-09 18:59
aks.19-Apr-09 18:59 
GeneralRe: char+char issues Pin
gamefreak229119-Apr-09 19:32
gamefreak229119-Apr-09 19:32 
Questionactivex dll problem [solved] Pin
maxMESA19-Apr-09 0:48
maxMESA19-Apr-09 0:48 
AnswerRe: activex dll problem Pin
Stuart Dootson19-Apr-09 1:47
professionalStuart Dootson19-Apr-09 1:47 
AnswerRe: activex dll problem Pin
maxMESA19-Apr-09 7:14
maxMESA19-Apr-09 7:14 
Questionpoint reference VS value Pin
sharion18-Apr-09 21:18
sharion18-Apr-09 21:18 
AnswerRe: point reference VS value Pin
Stuart Dootson18-Apr-09 22:53
professionalStuart Dootson18-Apr-09 22:53 
GeneralRe: point reference VS value Pin
sharion19-Apr-09 1:35
sharion19-Apr-09 1:35 
GeneralRe: point reference VS value Pin
Luc Pattyn19-Apr-09 1:49
sitebuilderLuc Pattyn19-Apr-09 1:49 
GeneralRe: point reference VS value Pin
Stuart Dootson19-Apr-09 1:52
professionalStuart Dootson19-Apr-09 1:52 
GeneralRe: point reference VS value Pin
sharion19-Apr-09 3:21
sharion19-Apr-09 3:21 
GeneralRe: point reference VS value Pin
Stuart Dootson19-Apr-09 3:52
professionalStuart Dootson19-Apr-09 3:52 
GeneralRe: point reference VS value Pin
Luc Pattyn19-Apr-09 4:05
sitebuilderLuc Pattyn19-Apr-09 4:05 
GeneralRe: point reference VS value Pin
Stuart Dootson19-Apr-09 4:24
professionalStuart Dootson19-Apr-09 4:24 
GeneralRe: point reference VS value Pin
Luc Pattyn19-Apr-09 4:37
sitebuilderLuc Pattyn19-Apr-09 4:37 
GeneralRe: point reference VS value Pin
Stuart Dootson19-Apr-09 4:56
professionalStuart Dootson19-Apr-09 4:56 

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.