Loading windows form from asp.net

  • Thread starter Thread starter Bob Allen
  • Start date Start date
B

Bob Allen

I understand i can show a windows form from a asp.net page with the .net
framework installed on the client pc. How would i accomplish this. I have
searched and cannot get a starting point. Please help!!!

Bob;
 
I understand i can show a windows form from a asp.net page with the .net
framework installed on the client pc. How would i accomplish this. I have
searched and cannot get a starting point. Please help!!!

Bob;

The rich client functionality is what you're looking for. Here's the
first article I used to start looking at it:

http://msdn.microsoft.com/msdnmag/issues/02/06/rich/

Google for rich client (may need to add 'asp.net' as a keyword as
well)...should be plenty of articles on it...
 
Back
Top