Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
Thanks for the responce. I did look at the sample, What does the XML look like for the code below? How did the INativeHandleContract get there? Thanks, John McCauley proxy.cs public virtual void AddMainWindowButtonContract( global ::System.AddIn.Contract. INativeHandleContract uiElementNativeHandleContract...
-
Hi, I am tring to return a WPF element (User Control) instance which has been created by an Add-In back to the Host so that it can add it as a child element of its parent window. http://blogs.msdn.com/clraddins/archive/2007/08/06/appdomain-isolated-wpf-add-ins-jesse-kaplan.aspx I understand that INativeHandleContract...