Windows Class Library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Seth Bourne

    Windows Class Library

    Is it possible for ASP.NET handling Windows Class Library ?

    Let's Say i've a class library to show windows message (MessageBox.sho w) but
    run on ASP.NET ? so after the user click the button it trigger the
    MessageBox.Show ()

    Thanks


  • Karl Seguin

    #2
    Re: Windows Class Library

    No. System.Web.UI and System.Windows. Forms are largely UI elements. They
    aren't cross compatible.

    Karl

    --
    Programming blog exploring Zig, Elixir, Go, Testing, Design and Performance




    "Seth Bourne" <seth_20@yahoo. comwrote in message
    news:eDxEjFOMHH A.600@TK2MSFTNG P02.phx.gbl...
    Is it possible for ASP.NET handling Windows Class Library ?
    >
    Let's Say i've a class library to show windows message (MessageBox.sho w)
    but run on ASP.NET ? so after the user click the button it trigger the
    MessageBox.Show ()
    >
    Thanks
    >

    Comment

    Working...