Re: interface based callback
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Mon, 21 Nov 2005 09:28:31 -0500
"PC" <Onzin@xxxxxxxxxx> wrote in message
news:%23GTwiDq7FHA.1148@xxxxxxxxxxxxxxxxxxxxxxx
> there is this person thats saying:
> you'l understand object orientation in vb6 if you can code an interface
> based callback
> my question is:
> what is an interface based callback, and how is it coded ?
I would have to guess this person is talking about an ActiveX server raising
events. Look up VB's Event and RaiseEvent statements. Event is used to
define the event (its name and any parameters it might have). RaiseEvent is
used to raise it. Also look up the WithEvents statement.
--
Mike
Microsoft MVP Visual Basic
.
- Follow-Ups:
- Re: interface based callback
- From: PC
- Re: interface based callback
- References:
- interface based callback
- From: PC
- interface based callback
- Prev by Date: Re: text substitution function
- Next by Date: Re: For Next statments
- Previous by thread: interface based callback
- Next by thread: Re: interface based callback
- Index(es):
Relevant Pages
|