Answer Posted / suresh
Any code you write to call a function pointer from Visual
Basic must be placed in a standard .BAS module ? you can't
put the code in a class module or attach it to a form. When
you call a declared function using the AddressOf keyword,
you should be aware of the following conditions:
? AddressOf can only be used immediately preceding an
argument in an argument list; that argument can be the name
of a user-defined sub, function, or property.
? The sub, function, or property you call with
AddressOf must be in the same project as the related
declarations and procedures.
? You can only use AddressOf with user-defined subs,
functions, or properties ? you cannot use it with external
functions declared with the Declare statement, or with
functions referenced from type libraries.
? You can pass a function pointer to an argument that
is typed As Any or As Long in a declared Sub, Function, or
user-defined type definition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Timer control contains ________ no. of events.
Difference between Class Module and Standard Module?
How do I use GetPrivateProfileString to read from INI files?
What are the uses of List View Control?
When should we use recursive programming?
How do I get the Tab key to be treated like a normal character?
Types of LockEdits in DAO? 51 .Types of Recordsets.
Is it possible to set a shortcut key for label?
What is ado data control in vb?
How do I prevent multiple instances of my program?
Does VB support pointers to functions?
What is the difference between adodc and adodb in vb?
How to down load image properties.
How would you access objects created in ActiveX Exe and ActiveX D1T ?
What is the use of ActiveX Documents?