How to use the windows application in web application as like as DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vrrajesh80
    New Member
    • Apr 2007
    • 1

    How to use the windows application in web application as like as DLL

    I have one windows application, the EXE of this application will expect command line arguements. I want to use this windows application in web application as like as DLL.

    If can anyone answer for this, it would be a great help for me
  • darkmannofear
    New Member
    • Apr 2007
    • 18

    #2
    hi, i think if you make both projects within the same solution and add reference of the Windows Application to the Web Application,
    At your web application choose add refernece and @ projects tab you will find the wwindows application.
    Add the ref. and instanciate object from your class and call what ever you want
    is this helpful?

    Comment

    Working...