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. Web Development
  3. ASP.NET
  4. Start a Windows application from an ASP page

Start a Windows application from an ASP page

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasewinforms
3 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.
  • T Offline
    T Offline
    TeamWild
    wrote on last edited by
    #1

    I'm a WinForms programmer mainly but I've been dragged over to the "Dark Side" ;) onto a web project which was going quite well.... I'm trying to launch a windows application from a web page but I have no idea where to start. :confused: The application I'm trying to launch is a database snapshot tool. I pass a date and time as a command line argument and some tables are populated. The populated tables will be accessed by some other part of the system. Any pointers would be greatly appreciated. Cheers

    S 1 Reply Last reply
    0
    • T TeamWild

      I'm a WinForms programmer mainly but I've been dragged over to the "Dark Side" ;) onto a web project which was going quite well.... I'm trying to launch a windows application from a web page but I have no idea where to start. :confused: The application I'm trying to launch is a database snapshot tool. I pass a date and time as a command line argument and some tables are populated. The populated tables will be accessed by some other part of the system. Any pointers would be greatly appreciated. Cheers

      S Offline
      S Offline
      Saqib Mehmood
      wrote on last edited by
      #2

      You need to look in to System.Diagnostics Namespace class Process. using this you can start a process by supplying command line arguments. The issue that you face is that you would not be able to lunch Process from web application, for this read this from Microsoft Help hope you find it an easy doing. good luck ;) Saqib -- modified at 0:33 Wednesday 24th May, 2006

      T 1 Reply Last reply
      0
      • S Saqib Mehmood

        You need to look in to System.Diagnostics Namespace class Process. using this you can start a process by supplying command line arguments. The issue that you face is that you would not be able to lunch Process from web application, for this read this from Microsoft Help hope you find it an easy doing. good luck ;) Saqib -- modified at 0:33 Wednesday 24th May, 2006

        T Offline
        T Offline
        TeamWild
        wrote on last edited by
        #3

        Thanks for your help. You guys save the day again. :-D

        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