Webform-Sending key sequences to browser

  • Thread starter Thread starter bc
  • Start date Start date
B

bc

Using WinXP OS and Visual Studio standard VB.NET. I want to send a
control key sequence to the browser when I click on a button on a web
page I have created on a webform. I think I want something like the
old SENDKEYS command (which obviously doesn't work in .NET). I have a
Button1_Click sub routine already to fire but can't find what to put
between the Sub and the End Sub. I have been searching for over two
weeks.

Can anyone enlighten me?

Haven't got a clue if this is even posted in the right place.

Someone said to try these groups.
 
bc said:
Haven't got a clue if this is even posted in the right place.

You may want to turn to the ng for ASP.NET Web Controls questions for future
ASP.NET Web Control related questions:

<news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet.webcon
trols>

Web interface:

<http://msdn.microsoft.com/newsgroups/default.asp?url=/newsgroups/loadframes
..asp?icp=msdn&slcid=us&newsgroup=microsoft.public.dotnet.framework.aspnet.we
bcontrols>
 
Back
Top