I had this problem recently - you have to make the control COM visible to access its methods.
e.g.
Darwen.Code:using System.Runtime.InteropServices; [ComVisible(true)] public partial class UserControl1 : UserControl
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |