Re: Visual Basic 6.0 function pointers
- From: "Tom Shelton" <tom@xxxxxxxxxxx>
- Date: 30 Jan 2006 21:54:34 -0800
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]
.
- References:
- Prev by Date: Re: reading/writing to ini files
- Next by Date: Re: Baffled or Buffered?
- Previous by thread: Re: Visual Basic 6.0 function pointers
- Next by thread: Random Text
- Index(es):
Relevant Pages
|