Stuart McLachlan
stuart at lexacorp.com.pg
Fri Oct 14 19:54:57 CDT 2005
On 14 Oct 2005 at 13:00, Steve Conklin wrote: > > I have been unable to find how to Show/Hide the On Screen Keyboard via Win > API anywhere (although a Smart Access article looked promising, its not > worth 144 /year to read the article) > It is an executable OSK.Exe. No need for an API call to open it, just Shell the application. To close it, you will need do something like FIndWIndow(), GwtWIndow() followed by TerminateProcess. If I get time later, I may try to knock something together. -- Stuart