Hi there,I'm not being able to use your VistaMenu control in my application...
Basically I have a ContextMenu associated to a NotifyIcon. However, this NotifyIcon is not associated to a Form but to an ApplicationContext instead.
I tried to do:InstantUpdate.Controls.VistaMenu v = new InstantUpdate.Controls.VistaMenu(this);
But I get this error:Error 1 The best overloaded method match for 'InstantUpdate.Controls.VistaMenu.VistaMenu(System.Windows.Forms.ContainerControl)' has some invalid arguments C:\Users\Nazgulled\Documents\Visual Studio 2008\Projects\FireNotes\AppContext.cs 34 50 FireNotesError 2 Argument '1': cannot convert from 'FireNotes.AppContext' to 'System.Windows.Forms.ContainerControl' C:\Users\Nazgulled\Documents\Visual Studio 2008\Projects\FireNotes\AppContext.cs 34 87 FireNotes
AppContext is a class that inherits from ApplicationContext.
Any suggestions?