I have to pass the argument of SendKeys.Send() method is like this key
combination (LWin+M). Lwin is for windows logo key and M, these combination
will minimize the application, but the problem is how to pass this
combination to sendkeys.Send(), i searched in the net but so far nothing i
got regarding this, Can u please help so that i can implement this feature
Regards
Kevin Spencer - 28 Feb 2007 13:15 GMT
The MSDN lonine documentation discusses how to do this in the documentation
for the SendKeys.Send method. See
http://msdn2.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com
I had the same problem once. Fixed it using the same solution.
> I have to pass the argument of SendKeys.Send() method is like this key
> combination (LWin+M). Lwin is for windows logo key and M, these
[quoted text clipped - 4 lines]
>
> Regards