C
chill
Hi all,
I got strange behavior with this property of Redemption.dll.
Sometimes, it does not capture selected text in ActiveExplorer or
ActiveInspector if text was selected:
e.g. in following code sometimes text will be null:
....
Outlook.Application _appObj = blablabla; // initializing in OnConnection()
....
// e.g. in OnStartupComplete():
....
SafeInspector inspector = new SafeInspectorClass();
inspector.Item = _appObj.ActiveExplorer();
string text = inspector.SelText;
....
Have anybody had such a problem?
Thanks.
I got strange behavior with this property of Redemption.dll.
Sometimes, it does not capture selected text in ActiveExplorer or
ActiveInspector if text was selected:
e.g. in following code sometimes text will be null:
....
Outlook.Application _appObj = blablabla; // initializing in OnConnection()
....
// e.g. in OnStartupComplete():
....
SafeInspector inspector = new SafeInspectorClass();
inspector.Item = _appObj.ActiveExplorer();
string text = inspector.SelText;
....
Have anybody had such a problem?
Thanks.