Results 1 to 3 of 3

Thread: executing an .exe file on ASP

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    3

    Question

    I have an ASP page which incorporates
    many components from a software called
    webPLAN. All these components reside on
    RAM. Since this program is a memory hug,
    I want to calculate the percentage of used and free RAM on the server and display it on the client machine. I have
    the VB code for calculating those stuff but I don't know how to display it as an HTML page on client's machine.
    Any help is greatly appreciated.

    Thanks in advance.

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    compile the VB code as an ActiveX dll and register it on the server then call it from your ASP page.

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3
    Junior Member
    Join Date
    May 2000
    Location
    Karachi,Pakistan
    Posts
    16

    U can do this

    Dear!
    if u have the trick as to how to calculate all these stuffs,
    then simply create an ActiveX DLL,use private functions
    to calculate all the necessary information.
    use public functions as class methods.
    and expose the results as the properties of the class.

    use the asp Server.CreateObject("") to create an instance of the component. and call the appropriate method and get the result from the properties(calculated internally).
    It will solve ur problem.

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