Results 1 to 4 of 4

Thread: Calling a VB.Net windows apps from within an asp application

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    145

    Calling a VB.Net windows apps from within an asp application

    Hi all,

    Is it possible to call a VB.Net windows application from within an asp application? If this is possible, what procedures do I have to follow?

    I tried calling a window apps by using href. But I'm getting an error. By the way, I'm connecting to an SQL Server database.

    Thanks all in advance.

    Marivic

  2. #2
    Addicted Member
    Join Date
    Aug 2003
    Posts
    153
    I don't know the answer to this. But I would be interested in the reverse. Calling an ASP.Net page from within a Windows (.Net) GUI.

  3. #3
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi Carnifex.

    Try
    VB Code:
    1. Process.Start("www.whatever.com")

    You can use that to open any file or url in it's asociated program.
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

  4. #4
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width