Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XML Parsing in Win98 Pin
anwar102611-Aug-06 0:46
anwar102611-Aug-06 0:46 
GeneralRe: XML Parsing in Win98 Pin
kakan11-Aug-06 1:22
professionalkakan11-Aug-06 1:22 
AnswerRe: XML Parsing in Win98 Pin
Nemanja Trifunovic11-Aug-06 1:50
Nemanja Trifunovic11-Aug-06 1:50 
AnswerRe: XML Parsing in Win98 Pin
Zac Howland11-Aug-06 4:03
Zac Howland11-Aug-06 4:03 
QuestionCan we add customized toolbar to childframe? [modified] Pin
narayanagvs10-Aug-06 23:09
narayanagvs10-Aug-06 23:09 
QuestionHow to read header and image pixel data from DICOM file Pin
Arul Joseph10-Aug-06 23:03
Arul Joseph10-Aug-06 23:03 
AnswerRe: How to read header and image pixel data from DICOM file Pin
Hamid_RT11-Aug-06 0:25
Hamid_RT11-Aug-06 0:25 
QuestionConvert RGB buffer to mpg or h263 buffer format Pin
huutribk200110-Aug-06 22:25
huutribk200110-Aug-06 22:25 
QuestionInstall Shield Pin
Sarath C10-Aug-06 22:12
Sarath C10-Aug-06 22:12 
AnswerRe: Install Shield Pin
Wes Aday11-Aug-06 4:50
professionalWes Aday11-Aug-06 4:50 
QuestionTCP/IP using VC++ Pin
Programm3r10-Aug-06 21:10
Programm3r10-Aug-06 21:10 
AnswerRe: TCP/IP using VC++ Pin
sunit510-Aug-06 21:13
sunit510-Aug-06 21:13 
QuestionRe: TCP/IP using VC++ Pin
Programm3r10-Aug-06 21:15
Programm3r10-Aug-06 21:15 
AnswerRe: TCP/IP using VC++ Pin
sunit510-Aug-06 21:17
sunit510-Aug-06 21:17 
GeneralRe: TCP/IP using VC++ Pin
Programm3r10-Aug-06 21:20
Programm3r10-Aug-06 21:20 
QuestionDisplaying Korean/Chinese Characters??? Pin
pavan g10-Aug-06 20:23
pavan g10-Aug-06 20:23 
AnswerRe: Displaying Korean/Chinese Characters??? Pin
nguyenvhn10-Aug-06 20:36
nguyenvhn10-Aug-06 20:36 
GeneralRe: Displaying Korean/Chinese Characters??? Pin
pavan g10-Aug-06 20:46
pavan g10-Aug-06 20:46 
AnswerRe: Displaying Korean/Chinese Characters??? Pin
Hamid_RT10-Aug-06 21:42
Hamid_RT10-Aug-06 21:42 
QuestionDll loaded in IE process, causes crash after FreeLibrary Pin
Avya10-Aug-06 19:45
Avya10-Aug-06 19:45 
Hi all...

I am installing hook on Internet Explorer window, by using
SetWindowsHookEx(WH_GETMESSAGE, GetMsgProc, (HINSTANCE)g_hInstance, dwThreadID);
Where 'dwThreadID' is of IE. Then in the hook proc(GetMsgProc), I load another "MFC dll", by using LoadLibrary(). This "MFC dll" sinks events of IE using AfxConnectionUnadvise.
When I am done, I try to free this "MFC dll" module by using FreeLibrary()... It frees the library successfully, but after freeing the library IE crashes.
Does anyone have idea why it could crash IE?
Any help would be kindly appreciated...

Thanks

AnswerRe: Dll loaded in IE process, causes crash after FreeLibrary Pin
kakan10-Aug-06 20:47
professionalkakan10-Aug-06 20:47 
GeneralRe: Dll loaded in IE process, causes crash after FreeLibrary Pin
Avya11-Aug-06 5:42
Avya11-Aug-06 5:42 
GeneralRe: Dll loaded in IE process, causes crash after FreeLibrary Pin
Hamid_RT11-Aug-06 8:06
Hamid_RT11-Aug-06 8:06 
Questionhow to get Tooltip with close[x] icon in it Pin
Manjunath S10-Aug-06 19:18
Manjunath S10-Aug-06 19:18 
AnswerRe: how to get Tooltip with close[x] icon in it Pin
Hamid_RT10-Aug-06 21:26
Hamid_RT10-Aug-06 21:26 

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.