Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionGZIP wrapper? Pin
Peter Weyzen10-Aug-06 19:18
Peter Weyzen10-Aug-06 19:18 
AnswerRe: GZIP wrapper? Pin
Programm3r10-Aug-06 21:12
Programm3r10-Aug-06 21:12 
GeneralRe: GZIP wrapper? Pin
Peter Weyzen10-Aug-06 23:21
Peter Weyzen10-Aug-06 23:21 
AnswerRe: GZIP wrapper? Pin
Hamid_RT10-Aug-06 21:37
Hamid_RT10-Aug-06 21:37 
AnswerRe: GZIP wrapper? Pin
Justin Tay10-Aug-06 23:11
Justin Tay10-Aug-06 23:11 
GeneralRe: GZIP wrapper? Pin
Peter Weyzen10-Aug-06 23:19
Peter Weyzen10-Aug-06 23:19 
QuestionWriting to serial port problem. [modified] Pin
VCSharp00710-Aug-06 18:31
VCSharp00710-Aug-06 18:31 
AnswerRe: Writing to serial port problem. Pin
Cedric Moonen10-Aug-06 20:23
Cedric Moonen10-Aug-06 20:23 
AnswerRe: Writing to serial port problem. [modified] Pin
kakan10-Aug-06 20:54
professionalkakan10-Aug-06 20:54 
GeneralRe: Writing to serial port problem. Pin
VCSharp00710-Aug-06 21:26
VCSharp00710-Aug-06 21:26 
GeneralRe: Writing to serial port problem. Pin
kakan10-Aug-06 22:02
professionalkakan10-Aug-06 22:02 
GeneralRe: Writing to serial port problem. [modified] Pin
VCSharp00711-Aug-06 1:03
VCSharp00711-Aug-06 1:03 

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.