|
|
 | | From: | Yiannis H. Ecoomides | | Subject: | Re: Keyboard(Alt+Shift) | | Date: | Thu, 20 Jan 2005 01:37:45 -0500 |
|
|
 | Roland Wingerter Wrote:
> Yiannis H. Economides wrote: > > Thank you Ro;land nad *Lysander* for your comments. > > I would appreciate some further details regarding script host. > ------ > Here is a sample. It works for me if I call it as a method of a form, but - > alas - not if the form has a combobox on it. > Does anybody know if this is a dBase only bug ? I think I have tried this with visual basic 6 and still got the same behaviour
Yiannis
> function shiftlanguage > ? "Trying to shift languages now..." > oShell = new OleAutoClient("WScript.Shell") > oShell.SendKeys("%+") // Alt+Shift > return > > Roland > >
|
|
|