From: juvi on
Hello,

Is it possible to open the start menu programmatically in .net cf - c#?

thx in advance
juvi
From: Chris Tacke, MVP on
You can hack it together with simulated mouse movements, but why would you
want to? What's the goal here?

-Chris


"juvi" <juvi(a)discussions.microsoft.com> wrote in message
news:F8BF372C-635C-4A8C-8966-690959A674A5(a)microsoft.com...
> Hello,
>
> Is it possible to open the start menu programmatically in .net cf - c#?
>
> thx in advance
> juvi

From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on
Sending characters Ctrl+Esc will do it, too.

Paul T.

"Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com> wrote in message
news:C5011F47-C046-4AFF-94D2-60A6C93610FF(a)microsoft.com...
> You can hack it together with simulated mouse movements, but why would you
> want to? What's the goal here?
>
> -Chris
>
>
> "juvi" <juvi(a)discussions.microsoft.com> wrote in message
> news:F8BF372C-635C-4A8C-8966-690959A674A5(a)microsoft.com...
>> Hello,
>>
>> Is it possible to open the start menu programmatically in .net cf - c#?
>>
>> thx in advance
>> juvi
>


From: Simon Hart [MVP] on
I would imagine this would annoy users somewhat.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"juvi" wrote:

> Hello,
>
> Is it possible to open the start menu programmatically in .net cf - c#?
>
> thx in advance
> juvi
From: Daniel Moth on
You could use this:
http://www.danielmoth.com/Blog/2004/11/mouseevent.html

Cheers
Daniel
--
http://www.danielmoth.com/Blog

"juvi" <juvi(a)discussions.microsoft.com> wrote in message
news:F8BF372C-635C-4A8C-8966-690959A674A5(a)microsoft.com...
> Hello,
>
> Is it possible to open the start menu programmatically in .net cf - c#?
>
> thx in advance
> juvi