Enhance Your Editing Experience: Update Internet Explorer & Firefox with the Powerful Features of EmEditor

Enhance Your Editing Experience: Update Internet Explorer & Firefox with the Powerful Features of EmEditor

Kevin Lv8

Enhance Your Editing Experience: Update Internet Explorer & Firefox with the Powerful Features of EmEditor

Viewing 1 post (of 1 total)

  • Author
    Posts
  • November 24, 2009 at 3:39 am #7849
    robben
    Member
    ie:
    document.Save(document.FullName);
    try{
    wnd = shell.FindWindow(“IEFrame”,””);
    wnd.SetForeground();
    shell.SendKeys(“{F5}”);
    Sleep(1000);
    wnd2 = shell.FindWindow(“EmEditorMainFrame3″,””);
    wnd2.SetForeground();
    }catch(e){
    WshShell = new ActiveXObject(“WScript.Shell”);
    WshShell.Run(‘iexplore.exe ‘+document.FullName);

firefox:
document.Save(document.FullName);
try{
wnd = shell.FindWindow(“MozillaUIWindowClass”, “”);
wnd.SetForeground();
shell.SendKeys(“{F5}”);
Sleep(1000)
wnd2 = shell.FindWindow(“EmEditorMainFrame3″,””);
wnd2.SetForeground();
}catch(e){
WshShell = new ActiveXObject(“WScript.Shell”);
WshShell.Run(‘firefox.exe ‘+document.FullName);

I use sinppets, set up trigger “ie” or “ff”. :-D

  • Author
    Posts

Viewing 1 post (of 1 total)

  • You must be logged in to reply to this topic.

Also read:

https://techidaily.com
  • Title: Enhance Your Editing Experience: Update Internet Explorer & Firefox with the Powerful Features of EmEditor
  • Author: Kevin
  • Created at : 2024-10-11 18:02:47
  • Updated at : 2024-10-13 23:56:40
  • Link: https://win-outstanding.techidaily.com/enhance-your-editing-experience-update-internet-explorer-and-firefox-with-the-powerful-features-of-emeditor/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Enhance Your Editing Experience: Update Internet Explorer & Firefox with the Powerful Features of EmEditor