|
Posted by Yuguo Liu [MSFT] on August 2, 2005, 3:16 pm
Please log in for more thread options
You may need to have some code (e.g. a = 1 or some real code) for each case
and try to set break point there. Also try to set break point on every case
so that you don't miss any possible callbacks.
In your original code, you don't have further code to use the internet
handle. Make sure you following code is using the same handle that used to
set callback function.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
>
> Yuguo Liu [MSFT] wrote:
>> [B]You could set breakpoint in the debugger to make sure the function
>> is
>> called.
>> The messagebox should not be in the callback function.
>>
>> This link has some samples:
>>
[url]http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/Late%20Night%20ActiveX,%20by%20Eric%20Tall%20and%20Mark%20Ginsburg/ch4.htm[/url]
>>
>> Hi
>> I remove messagebox from function and set breakpoint,
>> but function dosn't called again.
>
>
>
> --
> Svaldim
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
|