Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Generate header file from DLL Pin
toxcct16-Apr-07 2:50
toxcct16-Apr-07 2:50 
QuestionHow to customise IE toolbar Addon. [modified] Pin
shivditya16-Apr-07 0:52
shivditya16-Apr-07 0:52 
QuestionRe: How to customise IE toolbar Addon. Pin
Rajesh R Subramanian16-Apr-07 4:09
professionalRajesh R Subramanian16-Apr-07 4:09 
AnswerRe: How to customise IE toolbar Addon. Pin
Mark Salsbery16-Apr-07 6:13
Mark Salsbery16-Apr-07 6:13 
GeneralRe: How to customise IE toolbar Addon. Pin
shivditya16-Apr-07 19:55
shivditya16-Apr-07 19:55 
GeneralRe: How to customise IE toolbar Addon. Pin
Mark Salsbery17-Apr-07 5:32
Mark Salsbery17-Apr-07 5:32 
QuestionConversion of CString to WChar Pin
narayanagvs16-Apr-07 0:50
narayanagvs16-Apr-07 0:50 
AnswerRe: Conversion of CString to WChar Pin
Arman S.16-Apr-07 1:38
Arman S.16-Apr-07 1:38 
CString str("my text");
BSTR bstr = str.AllocSysString();
WCHAR w[100];
wcscpy(w, bstr);

// further you will need to do SysFreeString(bstr)

--
======
Arman

AnswerRe: Conversion of CString to WChar Pin
CPallini16-Apr-07 1:38
mveCPallini16-Apr-07 1:38 
AnswerRe: Conversion of CString to WChar Pin
GameProfessor16-Apr-07 1:40
GameProfessor16-Apr-07 1:40 
GeneralRe: Conversion of CString to WChar Pin
CPallini16-Apr-07 1:48
mveCPallini16-Apr-07 1:48 
AnswerRe: Conversion of CString to WChar Pin
toxcct16-Apr-07 2:28
toxcct16-Apr-07 2:28 
QuestionHow to check if a Library file is available to the project or not ? Pin
Nikhil Trivedi16-Apr-07 0:42
Nikhil Trivedi16-Apr-07 0:42 
AnswerRe: How to check if a Library file is available to the project or not ? Pin
Cedric Moonen16-Apr-07 0:47
Cedric Moonen16-Apr-07 0:47 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Nikhil Trivedi16-Apr-07 1:06
Nikhil Trivedi16-Apr-07 1:06 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Cedric Moonen16-Apr-07 1:13
Cedric Moonen16-Apr-07 1:13 
AnswerRe: How to check if a Library file is available to the project or not ? Pin
CPallini16-Apr-07 0:49
mveCPallini16-Apr-07 0:49 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Nikhil Trivedi16-Apr-07 1:08
Nikhil Trivedi16-Apr-07 1:08 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
CPallini16-Apr-07 1:30
mveCPallini16-Apr-07 1:30 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Mark Salsbery16-Apr-07 6:26
Mark Salsbery16-Apr-07 6:26 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
CPallini16-Apr-07 7:52
mveCPallini16-Apr-07 7:52 
AnswerRe: How to check if a Library file is available to the project or not ? Pin
Hamid_RT16-Apr-07 0:59
Hamid_RT16-Apr-07 0:59 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Nikhil Trivedi16-Apr-07 1:11
Nikhil Trivedi16-Apr-07 1:11 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Hamid_RT16-Apr-07 1:50
Hamid_RT16-Apr-07 1:50 
GeneralRe: How to check if a Library file is available to the project or not ? Pin
Dominik Reichl16-Apr-07 2:21
Dominik Reichl16-Apr-07 2:21 

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.