From: B.G. on 30 Jan 2009 15:51 How I restore the original function of my hardware keys after UnregisterFunc1 and RegisterHotKey? The green dial button back to original function automatically, but the volume up, volume down and the red end button don't. :( My device is HTC P3301. Someone can help me? []'s
From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on 2 Feb 2009 11:26 By definition, there is no 'previous' registration of the key. RegisterHotKey() will fail if the key is already registered (see the help). Paul T. "B.G." <breno.gomesfernandes(a)gmail.com> wrote in message news:73723181-380f-4a69-b592-c7027754a694(a)p2g2000prf.googlegroups.com... > How I restore the original function of my hardware keys after > UnregisterFunc1 and RegisterHotKey? The green dial button back to > original function automatically, but the volume up, volume down and > the red end button don't. :( > > My device is HTC P3301. Someone can help me? > > []'s >
From: B.G. on 2 Feb 2009 14:58 Ok. So, what explains the IE, Ok, Windows, Cam and Voice Record keys turn back to the default settings when my application exit? On Feb 2, 2:26 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com> wrote: > By definition, there is no 'previous' registration of the key. > RegisterHotKey() will fail if the key is already registered (see the help). > > Paul T. > > "B.G." <breno.gomesfernan...(a)gmail.com> wrote in message > > news:73723181-380f-4a69-b592-c7027754a694(a)p2g2000prf.googlegroups.com... > > > How I restore the original function of my hardware keys after > > UnregisterFunc1 and RegisterHotKey? The green dial button back to > > original function automatically, but the volume up, volume down and > > the red end button don't. :( > > > My device is HTC P3301. Someone can help me? > > > []'s
From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on 2 Feb 2009 15:19 They must be mapped in some other way, one that RegisterHotKey() overrides, but does not replace. I don't have access to any internal code for the Windows Mobile messaging system. Take a look and see if there are registry entries for the hardware keys and check whether you registering one of those causes a change in the registry. If so, it would be pretty easy to restore the old entry and notify whomever needs to know. Paul T. "B.G." <breno.gomesfernandes(a)gmail.com> wrote in message news:0a3b7a87-ba80-4d4d-9b8d-ffb14a838a29(a)r37g2000prr.googlegroups.com... Ok. So, what explains the IE, Ok, Windows, Cam and Voice Record keys turn back to the default settings when my application exit? On Feb 2, 2:26 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com> wrote: > By definition, there is no 'previous' registration of the key. > RegisterHotKey() will fail if the key is already registered (see the > help). > > Paul T. > > "B.G." <breno.gomesfernan...(a)gmail.com> wrote in message > > news:73723181-380f-4a69-b592-c7027754a694(a)p2g2000prf.googlegroups.com... > > > How I restore the original function of my hardware keys after > > UnregisterFunc1 and RegisterHotKey? The green dial button back to > > original function automatically, but the volume up, volume down and > > the red end button don't. :( > > > My device is HTC P3301. Someone can help me? > > > []'s
|
Pages: 1 Prev: SQL Server connection Next: I'm looking for RasDial code sample in C# |