Re: Visual Basic 6.0 function pointers




J wrote:
> Is it possible to pass an addressof (some function ) to a class and have
> that class call the function to which the pointer points to?
>
> Thanks alot!

Well... Yes. It is possible. But, I don't recommend it. I would do
as Phil suggested, and use an interface.

If you really are interested in doing what you suggest, you can pick up
a copy of Matthew Curland's book "Advanced Visual Basic 6".

--
Tom Shelton [MVP]

.



Relevant Pages