المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Pop ContextMenu on NotifyIcon without mouse activity



C# Programming
05-25-2009, 08:13 PM
Hi there,

c#/.net n00b

I have an application that consists only of a NotifyIcon and a ContextMenu (not a menu strip) and I want to be able to "pop" the context menu to a particular option without mouse interaction. Is this possible?

The reason I want to do this is in my context menu I have a list of items that the user can choose to *******, I'd like the context menu to pop back to the list of items after the *******.

When I try to use the Show method it wants a Control and a Point.

Many thanks in advance!