Hot to execute an visual basic script from a webform

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Hot to execute an visual basic script from a webform

    hi, is it posible to call a .vbs from a webform?



    bridor Guest

  2. Similar Questions and Discussions

    1. Flex VS Visual Basic
      Why the fuck bother with this product. Visual Basic 6.0 has been around for years and is a far better IDE. Whatsmore you can make real programs...
    2. Rowfilter in Visual Basic.Net
      hi, i face some problem in using rowfilter for visual basic.net. As i know if the string contains either , then these two characters must b...
    3. Creating PDF from Visual Basic
      I am trying to create a PDF from visual basic that currently spools a Text string to the default printer like this: Private Sub PrintText(Out As...
    4. dir function like visual basic
      Is there a way I can do the equivalent of the 'dir' function on the server where my asp pages are, or a dir on any directory on my server? I know...
    5. Visual Basic 6
      I have to migrate an existing complex Windows application written in Visual Basic 6 to the web. I am thinking of using Flash MX 2004 for the...
  3. #2

    Default Re: Hot to execute an visual basic script from a webform

    Hi

    One way i can think of is to include the .vbs file in your webform, put all
    the .vbs file code in a method. Then call the method as desired from your
    webform like any other method call.

    HTH
    Vaibhav

    "bridor" <crodriguez@devonyx.com> wrote in message
    news:eE7NDa1ODHA.704@tk2msftngp13.phx.gbl...
    > hi, is it posible to call a .vbs from a webform?
    >
    >
    >

    Vaibhav Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139