Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a function as parameter

Status
Not open for further replies.

fmorel

Programmer
Apr 24, 2002
123
CH
I'm trying use an external C API in VB. I tried some functions that work properly but I have a problem:
How do you pass a function (for a callback mechanism)as parameter in VB 6?
Is it really possible?

Thanks a lot
 
See the [tt]AddressOf[/tt] operator in VB documentation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top