PDA

Click to See Complete Forum and Search --> : CallWindowProc function with winsock...


thinh
Jun 10th, 2000, 09:52 AM
Is there a way that i can use the CallwindowProc function to intersept messages that are retrived by winsock with in the same application?
for example i know the the handler of the winsock is: 1084 and i want to use CallwindowProc function to get all the messages that the winsock retrieves.

Can i do that?