| Author: Aravind 19 Aug 2008 | Member Level: Gold | Rating: Points: 3 |
have you included this namespace in your cs file? using System.Windows.Forms;
then you may need to use this interface like
public partial class myClassName : UserControl { .... .... }
|
| Author: Anbarasan 18 Sep 2008 | Member Level: Bronze | Rating: Points: 2 |
Hi I have got it. i have loaded controls using Windows.Forms.Integration.ElementHost. Any way thanks for your reply.
Thank You
|