|
From: juvi on 25 Jun 2008 14:14 Hello, Is it possible to open the start menu programmatically in .net cf - c#? thx in advance juvi
From: Chris Tacke, MVP on 25 Jun 2008 14:27 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 25 Jun 2008 14:32 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 25 Jun 2008 16:38 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 25 Jun 2008 20:12 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
|
Next
|
Last
Pages: 1 2 Prev: MouseMove is fired every time I click on pictureBox Next: Mobile IE TextBox font size... |