" Failed to open shared memory: Verify that [Enable third-party
browser extensions] is checked in Internet Explorer options and
SWExplorerAutomation.dll was registered. For IE8 switch off protected
mode."
Checked the third-party, using Explorer 7 on windows xp.
Here is the code:
private void button1_Click(object sender, EventArgs e)
{
int processId = 0;
foreach (Process proc in Process.GetProcesses())
{
if (proc.MainWindowTitle.StartsWith("Purolator") )
{
processId = proc.Id;
break;
}
}
SWExplorerAutomation.Client.ExplorerManager
explorerManager = new SWExplorerAutomation.Client.ExplorerManager();
SWExplorerAutomation.Client.Scene scene;
SWExplorerAutomation.Client.DialogScene dialogScene;
explorerManager.LoadProject("C:\\Documents and Settings\
\Administrator\\My Documents\\ship.htp");
explorerManager.Connect(processId);
SWEA Internet Explorer Runtime (IE Add-on) is only loaded when IE is
run using SWEA API Connect function. You can disconnect from the SWEA
run IE instance and reconnect to it, but there is no way to connect to
IE instance which is not run by SWEA. We are planning to add a
registry key which will disable the check to allow loading runtime in
all instance of IE which will enable the connection to them.
--
You received this message because you are subscribed to the Google Groups "SWExplorerAutomation" group.
To post to this group, send email to swexplorer...@googlegroups.com.
To unsubscribe from this group, send email to swexplorerautoma...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/swexplorerautomation?hl=en.