I am working on an app that requires input in English and French. I have installed the English US and Canadian French keyboards and can switch between them manually with Left Alt+Shift. Does anyone know how to do this with VB. I have loaded the Microsoft Visual Keyboard and attempted to change the language using SendKeys but it does not recognize Left Alt+Shift.
I have used SendKeys "%+" and SendKeys "%(+)". Neither work. As a test I used SendKeys "{CAPSLOCK}" and the Visual Keyboard accepted this.
I have also tried changing the language using Ctrl+Shift. Again this works manually but not programmatically.
Any ideas?
RHill
I have used SendKeys "%+" and SendKeys "%(+)". Neither work. As a test I used SendKeys "{CAPSLOCK}" and the Visual Keyboard accepted this.
I have also tried changing the language using Ctrl+Shift. Again this works manually but not programmatically.
Any ideas?
RHill