Hi iam planning to handle this in some different way.
using sendkeys.send() method to minimize the application, for that i have to
pass the argument of (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
[quoted text, click to view] "Manish Bafna" wrote:
> Hi,
> This link should help you:
>
>
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20947279.html >
> Search for NotifyIcon on that page.
>
> --
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>
>
>
> "Saravanan" wrote:
>
> > Hi
> >
> > I am using C#, i dont know to know how to minimize the application in
> > Taskbar when i click the button(its not minimizebox button), that means how
> > to handle it?? normally if u click the minimize button on the form it will
> > minimize the form, how can i do it in a simple button click event
> >
> > Regards