Hello,
I have a function which is a callback. Code sippet below.
However, as the OnIncomingCall() will be on a different thread, I don't think it can call the IncomingCallAlert(). With controls you can use a delegate and invoke the control.
Which is the best way to do the same with a function?
Many thanks for any advice,
Steve
Code:private sub OnIncomingCall() . . IncomingCallAlert() . Sub End private sub IncomingCallAlert() 'Play sound Sub End




Reply With Quote