Thursday, March 22, 2012

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.show) but
run on ASP.NET ? so after the user click the button it trigger the
MessageBox.Show()
ThanksNo. System.Web.UI and System.Windows.Forms are largely UI elements. They
aren't cross compatible.
Karl
http://www.openmymind.net/
http://www.fuelindustries.com/
"Seth Bourne" <seth_20@.yahoo.com> wrote in message
news:eDxEjFOMHHA.600@.TK2MSFTNGP02.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.show)
> but run on ASP.NET ? so after the user click the button it trigger the
> MessageBox.Show()
> Thanks
>

0 comments:

Post a Comment