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
 
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]
 
Back
Top