why the LoadKeyboardLayout API not work in ASP.NET?

  • Thread starter Thread starter JoanneC
  • Start date Start date
J

JoanneC

Hi,

I am just wondering why the LoadKeyboardLayout API not work in
ASP.NET? I was developing a window application in VB.NET using the
LoadKeyboardLayout API to load certain keyboard layout and it worked
fine. However, when I transfer the code to a .aspx page, it did not
work (I was not using code behind as Visual Studio takes up too much
space). Does anyone know why???

Thank in advance
Joanne
 
Is there any way I could load the keyboard layout on the client side? Thanks
 
I don't believe so.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

JoanneC said:
Is there any way I could load the keyboard layout on the client side? Thanks




Because the keyboard is not on the server; it's on the client.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.
[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top