Could you tell me what type of timer you are thinking of
having me set, Dan? I have never set one before, and it
seems there are many different ones.

Re: CWebBrowser2 issue by a

a
Fri Feb 06 15:54:21 CST 2004


<anonymous@coolgroups.com> wrote in message
news:6f546d693d487b28831ac3c187bf185e@news.scbiz.com...
> Could you tell me what type of timer you are thinking of
> having me set, Dan? I have never set one before, and it
> seems there are many different ones.
>

Did u look at the API : SetTimer(,,,); ?

You need a window somewhere in the application so you can get
a WM_TIMER before you can call SetTimer.

On the otherhand, if you use a CWnd derived object, look into :
CWnd::SetTimer

cheers.