Re: [DOTNET] Question: How to show a menu on a NotifyIcon when th
e user clicks (left, once)?
by Saurabh Nandu other posts by this author
Nov 23 2001 5:48PM messages near this date
Re: [DOTNET] Question: How to show a menu on a NotifyIcon when th
e user clicks (left, once)?
|
Re: [DOTNET] Programmatically accessing Webform HTML
No problems ...
Anyways I was going through NotifyIcon class in ILDASM .. on viewing the
IL of the private method ShowContextMenu, it revels a great deal on how
MS has implemented this class...
But the thing that baffles me is that the IL shows instantiation of
*undocumented* class System.Windows.Forms.NativeMethods ... This class
has a private constructor... But I can't use that class or its static
fields .... It throws an exception that the class is inaccessible due to
its protection level... But if that's the case then how could the MS
guys access it ....??
Any ideas on this one??
PS: I was not joking, I indeed use my mouse with my left-hand !!
Regards,
Saurabh Nandu
Web Master: http://www.MasterCSharp.com
Master C#, the easy way...
-----Original Message-----
From: dotnet discussion [mailto:DOTNET@[...].COM] On Behalf Of
Thomas Tomiczek
Sent: Friday, November 23, 2001 10:30 PM
To: DOTNET@[...].COM
Subject: Re: [DOTNET] Question: How to show a menu on a NotifyIcon when
th e user clicks (left, once)?
Sorry for the false advertising claim - I realized too late.
And - well - if ou are left handed, then read twice :-) I mean, you ARE
right (if this is not a joke), but I was not even remotely aware of the
"turned mouse button" option, and most ppl will not be aware.
BTW - the problem turns out to be one of significant size, from the
emails I got from other ppl. Sad - that's something I thought MS would
have thought of.
Thomas Tomiczek
THONA Consulting Ltd.
Microsoft MVP (.NET / C#)
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
Thread:
Thomas Tomiczek
Saurabh Nandu
|