Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get the window handle in windows task manager? Pin
baskarchinnu6-Sep-04 2:11
baskarchinnu6-Sep-04 2:11 
AnswerRe: how to get the window handle in windows task manager? Pin
Arsalan Malik6-Sep-04 2:24
Arsalan Malik6-Sep-04 2:24 
AnswerRe: how to get the window handle in windows task manager? Pin
gamitech6-Sep-04 10:08
gamitech6-Sep-04 10:08 
QuestionHow to display tooltip for disabled buttons in VC++ Pin
Chinnaa Ganesh Kumar6-Sep-04 1:51
Chinnaa Ganesh Kumar6-Sep-04 1:51 
GeneralMessage Maps in classes Pin
Member 7563826-Sep-04 1:50
Member 7563826-Sep-04 1:50 
GeneralRe: Message Maps in classes Pin
mastishka6-Sep-04 2:02
mastishka6-Sep-04 2:02 
GeneralRe: Message Maps in classes Pin
Member 7563826-Sep-04 2:26
Member 7563826-Sep-04 2:26 
QuestionShellEX: How Can I overwrite existing General Property page fields? Pin
Behzad Ebrahimi6-Sep-04 1:42
Behzad Ebrahimi6-Sep-04 1:42 
GeneralOVERLAPPED Serial Communication Pin
louis6-Sep-04 0:04
louis6-Sep-04 0:04 
GeneralRe: OVERLAPPED Serial Communication Pin
soundman326-Sep-04 1:28
soundman326-Sep-04 1:28 
GeneralRe: OVERLAPPED Serial Communication Pin
louis7-Sep-04 22:54
louis7-Sep-04 22:54 
QuestionHow to sort letter , number and Japan Text in Grid? Pin
joynet5-Sep-04 23:56
joynet5-Sep-04 23:56 
QuestionHow to write a plugin for IE Pin
CodeToad.Com5-Sep-04 23:39
CodeToad.Com5-Sep-04 23:39 
AnswerRe: How to write a plugin for IE Pin
User 66586-Sep-04 1:05
User 66586-Sep-04 1:05 
AnswerRe: How to write a plugin for IE Pin
Anonymous6-Sep-04 20:50
Anonymous6-Sep-04 20:50 
GeneralRe: How to write a plugin for IE Pin
CodeToad.Com6-Sep-04 21:07
CodeToad.Com6-Sep-04 21:07 
GeneralPlss!!!Help!!!! in parallel interfacing in visual c++ Pin
sysrye5-Sep-04 23:17
sysrye5-Sep-04 23:17 
GeneralRe: Plss!!!Help!!!! in parallel interfacing in visual c++ Pin
soundman326-Sep-04 1:36
soundman326-Sep-04 1:36 
GeneralRe: Plss!!!Help!!!! in parallel interfacing in visual c++ Pin
CoreyCooper6-Sep-04 14:02
CoreyCooper6-Sep-04 14:02 
GeneralRe: Plss!!!Help!!!! in parallel interfacing in visual c++ Pin
jmkhael6-Sep-04 2:43
jmkhael6-Sep-04 2:43 
GeneralRe: Plss!!!Help!!!! in parallel interfacing in visual c++ Pin
Arsalan Malik6-Sep-04 2:57
Arsalan Malik6-Sep-04 2:57 
GeneralSmall problem with MDI, Please help!!!! Pin
Azghar Hussain5-Sep-04 22:57
professionalAzghar Hussain5-Sep-04 22:57 
GeneralRe: Small problem with MDI, Please help!!!! Pin
YunYan6-Sep-04 1:05
YunYan6-Sep-04 1:05 
GeneralConversion of CString to LPCWSTR Pin
Sudhakar Pasupunuri5-Sep-04 22:54
Sudhakar Pasupunuri5-Sep-04 22:54 
GeneralRe: Conversion of CString to LPCWSTR Pin
Arsalan Malik5-Sep-04 23:03
Arsalan Malik5-Sep-04 23:03 
Use the function mbstowcs. It takes a char pointer, so use GetBuffer function of CString to get char pointer. Alternatively you can use AllocSysString method to BSTR, which can be easily passed as LPCWSTR.



Arsalan Malik


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.