Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Calling an executable from Internet Explorer as a script?

Calling an executable from Internet Explorer as a script?

Scheduled Pinned Locked Moved C#
questionhelpcsharpcomwindows-admin
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    ghost1207
    wrote on last edited by
    #1

    Hi all, I am not too sure where to post my question, so I'll just put it here and hope that somebody will help me. Honestly, I've reached a deadend after searching ALOT. I'll greatly appreciate any help or indication. The problem: In Internet Explorer you can right-click on a page and hit "Export to Microsoft Excel". This command is set in the registry (HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Export to Microsoft Excel) to call Excel with "EXCEL.EXE/3000". The purpose: I would like to develop a executable with simular functionality: the ability to be called from the internet explorer. The question: What is the technology that excel is using? Is it a COM object implementing an interface? How do I do that in .NET? And what on earth is that "/3000" parameter?!? I've been looking for an answer for quite some time now. Please help. Rgds, G.

    S 1 Reply Last reply
    0
    • G ghost1207

      Hi all, I am not too sure where to post my question, so I'll just put it here and hope that somebody will help me. Honestly, I've reached a deadend after searching ALOT. I'll greatly appreciate any help or indication. The problem: In Internet Explorer you can right-click on a page and hit "Export to Microsoft Excel". This command is set in the registry (HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Export to Microsoft Excel) to call Excel with "EXCEL.EXE/3000". The purpose: I would like to develop a executable with simular functionality: the ability to be called from the internet explorer. The question: What is the technology that excel is using? Is it a COM object implementing an interface? How do I do that in .NET? And what on earth is that "/3000" parameter?!? I've been looking for an answer for quite some time now. Please help. Rgds, G.

      S Offline
      S Offline
      SpartanSoft
      wrote on last edited by
      #2

      Due to the limitation placed on scripting languages due to security I do not believe that would be possible unless you wrapped the IE Browser in your own code, created an ActiveX control, or processed on the server. Just my thoughts

      Christopher Pond Innovative Technology Solutions SpartanSoft.net.

      G 1 Reply Last reply
      0
      • S SpartanSoft

        Due to the limitation placed on scripting languages due to security I do not believe that would be possible unless you wrapped the IE Browser in your own code, created an ActiveX control, or processed on the server. Just my thoughts

        Christopher Pond Innovative Technology Solutions SpartanSoft.net.

        G Offline
        G Offline
        ghost1207
        wrote on last edited by
        #3

        Hi Christopher, Thank you for sharing your thoughts. The main thing that really puzzles me is how it's possible to have a standard executable like Excel.exe being called from IE and work just like a script. I'll follow your lead and take a closer look into ActiveX control, since I am not very familiar with those and perhaps there is something there. Rgds, D.

        G 1 Reply Last reply
        0
        • G ghost1207

          Hi Christopher, Thank you for sharing your thoughts. The main thing that really puzzles me is how it's possible to have a standard executable like Excel.exe being called from IE and work just like a script. I'll follow your lead and take a closer look into ActiveX control, since I am not very familiar with those and perhaps there is something there. Rgds, D.

          G Offline
          G Offline
          ghost1207
          wrote on last edited by
          #4

          Hi again, I managed to solve this on my own:sigh:. If anyone is interested in the solution drop me a note on my mailbox.. G.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups