4 messages in com.googlegroups.google-desktop-developerRe: C# code to display ActiveX contro...
FromSent OnAttachments
jgaffney27 Jan 2006 07:55 
poz27 Jan 2006 09:40 
jgaffney27 Jan 2006 19:35 
poz27 Jan 2006 19:43 
Subject:Re: C# code to display ActiveX control within Sidebar?
From:poz (poz@gmail.com)
Date:01/27/2006 09:40:08 AM
List:com.googlegroups.google-desktop-developer

Check for the threads in this group mentioning UserControl.. basically your plugin can be implemented using an c# UserControl and inside that you can host your ActiveX control.

jgaffney wrote:

Can anyone provide an example of C# .Net code that displays an ActiveX control within the Sidebar itself (not the Details page)?

I've read through the sample that shows how to create an ActiveX object but am unclear how to actually display the ActiveX control in the bar...