Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Winform sample with winform event
mmlachak
#1 Posted : Thursday, May 20, 2010 9:27:45 AM(UTC)
Groups: Member
Joined: 5/20/2010(UTC)
Posts: 1

Stupid question. I know your web server can handle processing ASPX requests,and I have it working with that. Question now becomes how do I take a Winform sevent (say a button click) and map it down to something I want to do in a browser control throught the Cassini server. I need to move various winform events down to the ASPX level and process them. This would used for a mapping application.

Any feedback or help would greatly be apprecited.
Ultidev Team
#2 Posted : Thursday, May 20, 2010 5:15:24 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi there.

If you just need to execute some functionality in the ASP.NET application but don't need actual ASPX page to be rendered when you click a button in a WinForms app, then your ASP.NET application needs to have a web service that can be easily called from a WinForms app. Also you could embed IE control into a WinForms app and then use URL query string to send commands to an ASPX page.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.