Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Window Forms Control in a Web Form

Reply
Thread Tools

Window Forms Control in a Web Form

 
 
Daniel J Rodriguez
Guest
Posts: n/a
 
      12-05-2003
Greetings Everyone!

Quick question - I am looking for the post or if you dont know but have
information on using Window Form Controls within a Web Form (.aspx) .. Any
information you may have would be great!

Thanks for taking the time!

--
Regards,


Daniel Rodriguez
Animusoft Corporation
http://www.animusoft.com




 
Reply With Quote
 
 
 
 
Alvin Bruney
Guest
Posts: n/a
 
      12-05-2003
This process is called hosting. If you google for it you may find some
attention. Basically, you can drop the windows control onto the webform,
which allows the windows component to use the webform as a host. The host
needs to know how to interpret and fire events from the embedded control, so
you will use good old COM for this. COM will allow you to source your events
and enable them to be transmitted client-side.

COM allows the windows control to behave appropriately clientside. If you
want to effect to occur as a webserver control, you will need to manually
postback after specific events.

good luck
--
Regards,
Alvin Bruney
http://www.networkip.net/dotnet/tidbits/default.htm
"Daniel J Rodriguez" <Danny from the Animusoft Corporation> wrote in message
news:...
> Greetings Everyone!
>
> Quick question - I am looking for the post or if you dont know but have
> information on using Window Form Controls within a Web Form (.aspx) .. Any
> information you may have would be great!
>
> Thanks for taking the time!
>
> --
> Regards,
>
>
> Daniel Rodriguez
> Animusoft Corporation
> http://www.animusoft.com
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows forms user control embedded inside a web form? =?Utf-8?B?ZGF2aWQ=?= ASP .Net 1 08-03-2006 04:53 PM
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
Forms in Modal IE Window create a new window on postback! =?Utf-8?B?TmljayBQb3VsaXM=?= ASP .Net 5 06-03-2005 02:46 PM
embedded windows forms into web forms for control =?Utf-8?B?ZGF2aWQ=?= ASP .Net 2 04-10-2005 01:07 PM
Embed a Windows forms Datagrid control in a ASP.NET web form GoDotNet ASP .Net Datagrid Control 0 09-24-2004 02:47 PM



Advertisments
 



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