Apex Networks Ltd. wrote:Updated to latest EO webbrowser DLLs and go the following warning:
'WebView.StopAllFindSessions()' is obsolete: 'This method is obsolete. Use FindSession.Stop instead.'
Have you got any documentation on this as I can't see any methods suitable?
Andy.
I actually figured it out, needed a reference to the findSession created when StartFindSession is called then simply call stop on it when ready :)