Y
Yaron
Hi,
I have a procedure in which I need to receive a parameter
which is actually the address of another procedure to
call. For example:
createEditBox(onSuccess, onFailure)
The onSuccess and onFailure paramaters are procedures to
call if the createEditBox function was successful or not.
However, I am unsure of what type to specify for
onSuccess and onFailure. Is this even possible in VB?
Thanks!
Yaron
I have a procedure in which I need to receive a parameter
which is actually the address of another procedure to
call. For example:
createEditBox(onSuccess, onFailure)
The onSuccess and onFailure paramaters are procedures to
call if the createEditBox function was successful or not.
However, I am unsure of what type to specify for
onSuccess and onFailure. Is this even possible in VB?
Thanks!
Yaron