Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-09 Thread Seref Arikan
EVELOP.COM > > > Subject: [Spam:* SpamScore] Re: [ADVANCED-DOTNET] Webbrowser > > control > > > and backspace key problem > > > Importance: Low > > > > > > Can you not capture the keystrokes at the form level and 'cancel

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-09 Thread John Warner
Seref Arikan > Sent: Saturday, August 09, 2008 10:44 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Webbrowser control and backspace key > problem > > Hi, > Let me try to describe the situation in a little bit more detail. This code > will run in a k

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-09 Thread Seref Arikan
day, August 08, 2008 8:06 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [Spam:***** SpamScore] Re: [ADVANCED-DOTNET] Webbrowser control > and backspace key problem > Importance: Low > > Can you not capture the keystrokes at the form level and 'cancel' them > before t

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread Eames, Andrew
-DOTNET@DISCUSS.DEVELOP.COM Subject: [Spam:* SpamScore] Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem Importance: Low Can you not capture the keystrokes at the form level and 'cancel' them before they are bubbled to the control? John Warner > -Ori

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread Phil Sayers
AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Webbrowser control and backspace key problem Hi, I am developing a desktop app that'll run on a touch screen device, and it has to provide access to a series of web pages. the users have to use an on-screen keyboard to e

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread John Warner
, August 08, 2008 5:17 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Webbrowser control and > backspace key problem > > > You'd run into this problem with a number of controls--many > controls do something specific with certain keystrokes. &g

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread Peter Ritchie
You'd run into this problem with a number of controls--many controls do something specific with certain keystrokes. I would recommend setting the focus away from the browser control while in on-screen keyboard mode. See the ActiveControl property on the form. On Fri, 8 Aug 2008 11:00:20 +0300,

Re: [ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread Per Bolmstedt
On Fri, 8 Aug 2008 11:00:20 +0300, Seref Arikan <[EMAIL PROTECTED]> wrote: > So I have to host webbrowser control, [...] If you don't get any answers here, this list might be more appropriate: http://discuss.develop.com/dotnet-web.html === This list is hosted by

[ADVANCED-DOTNET] Webbrowser control and backspace key problem

2008-08-08 Thread Seref Arikan
Hi, I am developing a desktop app that'll run on a touch screen device, and it has to provide access to a series of web pages. the users have to use an on-screen keyboard to enter data to the web page. So I have to host webbrowser control, and users will need backspace key to erase any mistyped d