Click here to Skip to main content
15,898,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Hooking Pin
David Crow25-Mar-08 3:47
David Crow25-Mar-08 3:47 
GeneralAPI for getting resource Handle Pin
neha.agarwal2724-Mar-08 20:59
neha.agarwal2724-Mar-08 20:59 
GeneralRe: API for getting resource Handle Pin
Rajkumar R24-Mar-08 21:19
Rajkumar R24-Mar-08 21:19 
GeneralRe: API for getting resource Handle Pin
Randor 25-Mar-08 4:50
professional Randor 25-Mar-08 4:50 
QuestionHow to serialize a Gdiplus::Bitmap object? Pin
followait24-Mar-08 20:54
followait24-Mar-08 20:54 
AnswerRe: How to serialize a Gdiplus::Bitmap object? Pin
Rajkumar R25-Mar-08 2:36
Rajkumar R25-Mar-08 2:36 
GeneralRe: How to serialize a Gdiplus::Bitmap object? Pin
followait25-Mar-08 4:48
followait25-Mar-08 4:48 
QuestionABOUT CONCATINATION Pin
savitri24-Mar-08 20:37
savitri24-Mar-08 20:37 
Hi everyone,
i am doing concatination in my activeX control project.means i am having two varibles one is MemId is of type LPCTSTR and another one is strmsg is of type char *strmsg.this is in read block function.
i am doing like this:
MemId=dStr;
strmsg=strcat(strmsg,MemId);
MessageBox(strmsg);
it is not giving error but when i execute my actual program in that i used this activeX control. that time is giving send error or dont send error message box.
afterwords i changed this to for first time i used string copy function but it is also giving same error.
Please Help Me what's wrong with my code.


**********THANKS IN ADVANCE*********
Savitri
QuestionRe: ABOUT CONCATINATION [modified] Pin
Rajkumar R24-Mar-08 20:52
Rajkumar R24-Mar-08 20:52 
GeneralRe: ABOUT CONCATINATION Pin
Peter Weyzen25-Mar-08 19:48
Peter Weyzen25-Mar-08 19:48 
Question'ImageList_AddIcon': identifier not found Pin
hitonly200824-Mar-08 19:30
hitonly200824-Mar-08 19:30 
GeneralRe: 'ImageList_AddIcon': identifier not found Pin
Rajkumar R24-Mar-08 20:37
Rajkumar R24-Mar-08 20:37 
GeneralRe: 'ImageList_AddIcon': identifier not found Pin
hitonly200824-Mar-08 22:40
hitonly200824-Mar-08 22:40 
GeneralRe: 'ImageList_AddIcon': identifier not found Pin
Rajkumar R25-Mar-08 0:09
Rajkumar R25-Mar-08 0:09 
Questionhelp about this stack overflow? Pin
wendyyue24-Mar-08 19:29
wendyyue24-Mar-08 19:29 
AnswerRe: help about this stack overflow? Pin
Rajkumar R24-Mar-08 20:29
Rajkumar R24-Mar-08 20:29 
GeneralDocking Windows Pin
suhi24-Mar-08 19:12
suhi24-Mar-08 19:12 
GeneralRe: Docking Windows Pin
Rajasekharan Vengalil24-Mar-08 19:37
Rajasekharan Vengalil24-Mar-08 19:37 
Generalunicode characterset Vs mutibyte Character set Pin
rowdy_vc++24-Mar-08 18:35
rowdy_vc++24-Mar-08 18:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Rajasekharan Vengalil24-Mar-08 19:35
Rajasekharan Vengalil24-Mar-08 19:35 
GeneralRe: unicode characterset Vs mutibyte Character set Pin
Mark Salsbery25-Mar-08 5:58
Mark Salsbery25-Mar-08 5:58 
GeneralCompilation Error: MFC Activex Control Creation....... Pin
spalanivel24-Mar-08 18:16
spalanivel24-Mar-08 18:16 
GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
Rajasekharan Vengalil24-Mar-08 19:31
Rajasekharan Vengalil24-Mar-08 19:31 
GeneralRe: Compilation Error: MFC Activex Control Creation....... Pin
David Crow25-Mar-08 3:57
David Crow25-Mar-08 3:57 
Generalnmake problem - dependency tree Pin
charlieg24-Mar-08 9:11
charlieg24-Mar-08 9:11 

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.