Results 1 to 6 of 6

Thread: is it possible???

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    2

    is it possible???

    hello....

    i want to know,
    is it possible to execute an VB.exe from HTML??
    if its possible can u give me some example..

    thanks

  2. #2
    Fanatic Member Mr.No's Avatar
    Join Date
    Sep 2002
    Location
    Mauritius
    Posts
    651

    Re: is it possible???

    is it possible to execute an VB.exe from HTML??
    I don't think so. May be you could elaborate on what you want to achieve so that we understand the context and then advise you accordingly.
    Using VB.NET 2003/.NET 1.1/C# 2.0
    http://del.icio.us/rajoo
    Blow your mind, smoke gunpowder
    Ashes to ashes, dust to dust
    If God won't have you, the devil will. - Author unknown
    Don't follow me, I'm lost too ...

  3. #3
    Fanatic Member
    Join Date
    Oct 2003
    Posts
    1,005

    Re: is it possible???

    The only way I know you can run any EXE file is to link a .bat file within the html "href".

    The bat file will run your desired EXE file.

    1) On Local PC (or LAN network) = should work fine.
    2) On web server. You may have security issues trying to run bat files.

    In html, when you click in any EXE file, the browser handles it as a download. You can open files that way too.

    But HTML is handled as HTML.

  4. #4
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: is it possible???

    I think i saw some vbscript once that ran an exe file on the pc...not sure though..
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: is it possible???

    you could just make an asp.net app instead
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  6. #6

    Thread Starter
    New Member
    Join Date
    Oct 2006
    Posts
    2

    Re: is it possible???

    Thanks Guys...
    for your help and info

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