Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDrawing with MFC on NT4 SP4 Pin
igardoo27-Sep-05 21:37
igardoo27-Sep-05 21:37 
AnswerRe: Drawing with MFC on NT4 SP4 Pin
igardoo28-Sep-05 1:08
igardoo28-Sep-05 1:08 
GeneralRe: Drawing with MFC on NT4 SP4 Pin
igardoo28-Sep-05 1:49
igardoo28-Sep-05 1:49 
QuestionAcquireCredentialsHandle Pin
sunit527-Sep-05 20:48
sunit527-Sep-05 20:48 
QuestionNeed help with network connection names !!! Pin
Radu Sorin27-Sep-05 20:39
Radu Sorin27-Sep-05 20:39 
AnswerRe: Need help with network connection names !!! Pin
fat_boy28-Sep-05 2:03
fat_boy28-Sep-05 2:03 
AnswerRe: Need help with network connection names !!! Pin
David Crow28-Sep-05 5:12
David Crow28-Sep-05 5:12 
QuestionUnloading third party hooked DLL from a Remote process Pin
Abhishek Karnik27-Sep-05 19:31
Abhishek Karnik27-Sep-05 19:31 
Hey,
A third party spyware has hooked onto some of the processes in my system. Is there a way I can unhook the dll without crashing the process.
Windows allows creation and deletion of hooks using SetWindowsHook and UnhookWindowsHookEx method. Hence a programmer can create a thread in any process by hooking onto it using one of these functions and then have that thread run....do whatever he wants and then later Unhook. In my case there is a DLL which has been loaded into a remote processes address space by a third party. I donot want that DLL there so I am trying to go into that processes address space and use FreeLibrary (Kernel32 call) to free that library and have the DLL unload. I can see the DLL unloading but for some reason the process crashes after a while. The process currently hooked is Winlogon and thus crashing it crashes my entire system.......
In short, having no handle what so ever to the hooked process (being a third party hook) is there a way I can unload that DLL without crashing the remote program ? Is there a way using FreeLibrary or any other way ???
Smile | :)

Questionhow a parent window be notified of a child window's mouse move event Pin
followait27-Sep-05 16:05
followait27-Sep-05 16:05 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
ThatsAlok27-Sep-05 19:03
ThatsAlok27-Sep-05 19:03 
AnswerRe: how a parent window be notified of a child window's mouse move event Pin
douglasjordan28-Sep-05 11:23
douglasjordan28-Sep-05 11:23 
AnswerI post a msg, it's ok, thanks. Pin
followait28-Sep-05 15:12
followait28-Sep-05 15:12 
QuestionAdding header infront of the data Pin
Member 216100427-Sep-05 15:18
Member 216100427-Sep-05 15:18 
AnswerRe: Adding header infront of the data Pin
Marvin M.27-Sep-05 15:35
Marvin M.27-Sep-05 15:35 
GeneralRe: Adding header infront of the data Pin
Member 216100427-Sep-05 15:48
Member 216100427-Sep-05 15:48 
Questionvector: Container problem Pin
Marvin M.27-Sep-05 12:54
Marvin M.27-Sep-05 12:54 
AnswerRe: vector: Container problem Pin
dirtfly27-Sep-05 14:50
dirtfly27-Sep-05 14:50 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 15:20
Marvin M.27-Sep-05 15:20 
GeneralRe: vector: Container problem Pin
dirtfly27-Sep-05 15:30
dirtfly27-Sep-05 15:30 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 16:04
Marvin M.27-Sep-05 16:04 
GeneralRe: vector: Container problem Pin
shade44427-Sep-05 15:16
shade44427-Sep-05 15:16 
GeneralRe: vector: Container problem Pin
Marvin M.27-Sep-05 15:26
Marvin M.27-Sep-05 15:26 
AnswerRe: vector: Container problem Pin
shade44427-Sep-05 15:36
shade44427-Sep-05 15:36 
Questioncode for view video in c++ Pin
Lioz Cohn27-Sep-05 9:03
Lioz Cohn27-Sep-05 9:03 
AnswerRe: code for view video in c++ Pin
Christian Graus27-Sep-05 9:22
protectorChristian Graus27-Sep-05 9:22 

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.