Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
End Users
Pocket PCActiveSyncMultimediaEBooksWirelessSmartPhones
Developers
Windows MobileSmartPhonesWinCE ProgrammingVB for WinCEVC++ for WinCEPlatform BuilderTest Tools
PocketPC DirectoryFree SoftwareWeb Resources
Related Topics
PalmMobile PhonesMore Topics ...

Pocket PC Forum / Developers / Platform Builder / July 2008

Tip: Looking for answers? Try searching our database.

VK_BACK will launch IE in WinCE 5.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dummy - 21 Jul 2008 08:57 GMT
Hello, I am working on WinCE 5 with latest QFE patched, I found when
CE desktop is shown, send a VK_BACK key board event will cause the IE
launched. Is this a built in behavior of WinCE 5?
if yes, who defined this shortcut key? How can I remove it?

Thanks
Paul G. Tobey [eMVP] - 21 Jul 2008 17:23 GMT
I don't see how this could be true.  Show us the code that you're using to
send the key.  Maybe you're sending a character, not a key or something.  If
what you are saying were true, it seems that pressing the Backspace key on
the keyboard would do the same; does it?

Paul T.

> Hello, I am working on WinCE 5 with latest QFE patched, I found when
> CE desktop is shown, send a VK_BACK key board event will cause the IE
> launched. Is this a built in behavior of WinCE 5?
> if yes, who defined this shortcut key? How can I remove it?
>
> Thanks
dummy - 22 Jul 2008 02:25 GMT
Dear Paul,
thanks for the reply, Just like you said, pressing Backspace key on
keyboard will also launch the IE.
(I am using a USB keyboard connected to my CE device)

Any idea what is happening?

Thanks

On Jul 22, 12:23 am, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> I don't see how this could be true.  Show us the code that you're using to
> send the key.  Maybe you're sending a character, not a key or something.  If
[quoted text clipped - 9 lines]
>
> > Thanks
Paul G. Tobey [eMVP] - 22 Jul 2008 16:21 GMT
No, not really.  I suppose that some application might have called
RegisterHotKey() and set up for that to happen, but I'd be surprised if it
didn't turn out to be unique to your device.  You might register a low-level
keyboard hook using SetWindowsHookEx() and see what characters might be
coming in -- it's not documented for CE, but there are tons of references in
the newsgroup archives; search using GoogleGroups and look in just
microsoft.public.windowsce.*.

It's possible, I suppose, that your keyboard driver is mismapping the
backspace key to one of the hotkeys that do other things and it just happens
that your registry has that hot key set for IE.

If none of those things are revealing, you'll have to build a debug OS and
try to spot what's going on based on the debug messages and then trace back
to who is responsible.  I don't suppose you're set up for a browser-based
shell or something...

Paul T.

Dear Paul,
thanks for the reply, Just like you said, pressing Backspace key on
keyboard will also launch the IE.
(I am using a USB keyboard connected to my CE device)

Any idea what is happening?

Thanks

On Jul 22, 12:23 am, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> I don't see how this could be true. Show us the code that you're using to
> send the key. Maybe you're sending a character, not a key or something. If
[quoted text clipped - 13 lines]
>
> > Thanks
Karthikeyan.Nagarajan1@gmail.com - 25 Jul 2008 12:39 GMT
Hi Paul,
I am also finding the same problem. In one of the Microsoft earlier
QFE mentioned that Backspace key closes IE.
Does this problem is a sideeffect to the same?

Regards,
Karthik

On Jul 22, 8:21 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> No, not really.  I suppose that some application might have called
> RegisterHotKey() and set up for that to happen, but I'd be surprised if it
[quoted text clipped - 46 lines]
>
> - Show quoted text -
Paul G. Tobey [eMVP] - 28 Jul 2008 17:13 GMT
I can't say.  As I mentioned, I've been doing this for a while and I've
never (including right now with a CE5 box on my workbench), seen this.
Backspace, generally, in IE would go Back.  Perhaps there was a bug in IE
that caused that to generate an exception and exit IE.  Without knowing what
the bug was, there's no way to tell if it's the same situation.  There's a
Windows CE chat tomorrow; you could attend and ask the actual Microsoft guys
if they know anything about it (I'd tell them, "When I hit the backspace key
on my <insert keyboard type here> on my Windows CE 5.0 device, while <insert
program name here> is running and the frontmost application, instead of
doing a backspace, IE is started.  What gives?"

Paul T.

Hi Paul,
I am also finding the same problem. In one of the Microsoft earlier
QFE mentioned that Backspace key closes IE.
Does this problem is a sideeffect to the same?

Regards,
Karthik

On Jul 22, 8:21 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> No, not really. I suppose that some application might have called
> RegisterHotKey() and set up for that to happen, but I'd be surprised if it
[quoted text clipped - 56 lines]
>
> - Show quoted text -
Karthikeyan.Nagarajan1@gmail.com - 30 Jul 2008 07:46 GMT
Hi Paul,
Thanks for your reply. As I have seen that Backspace and IE both
involved in the previous issue, So I felt that fix might have caused
regression. VK_BACK does launch IE on WinCE 4.2 , WM5 devices... only
on WinCE 5.0 devices it causes the same. I have a question is there
any shortcut key to launch IE in WinCE Device.

And I am soory to miss the chat session, If you have attended did you
have discussion on the issue?

Regards,
Karthik

On Jul 28, 9:13 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> I can't say.  As I mentioned, I've been doing this for a while and I've
> never (including right now with a CE5 box on my workbench), seen this.
[quoted text clipped - 85 lines]
>
> - Show quoted text -
Paul G. Tobey [eMVP] - 30 Jul 2008 16:12 GMT
There's no shortcut key unless you define one,  as far as I know.

No, I'm not qualified to have any discussion on the topic, since I don't see
the problem.  You could use one of your Platform Builder support incidents
to try to get direct support from MS.

Paul T.

Hi Paul,
Thanks for your reply. As I have seen that Backspace and IE both
involved in the previous issue, So I felt that fix might have caused
regression. VK_BACK does launch IE on WinCE 4.2 , WM5 devices... only
on WinCE 5.0 devices it causes the same. I have a question is there
any shortcut key to launch IE in WinCE Device.

And I am soory to miss the chat session, If you have attended did you
have discussion on the issue?

Regards,
Karthik

On Jul 28, 9:13 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> I can't say. As I mentioned, I've been doing this for a while and I've
> never (including right now with a CE5 box on my workbench), seen this.
[quoted text clipped - 94 lines]
>
> - Show quoted text -
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.