mattmac24
02-20-2004, 07:54 PM
i have a script that automates a program..eg runs program, enters password and presses enter.
and then the program is ready for use.
but then the program is visibe on the screen but down the bottom it is not....like internet explorer is active..but not at the front..this is fixed by just clicking anywhere on the program..or on the start bar..as well as pushing alt tab....but when i add:
WshShell.SendKeys "(Alt-tab)
WshShell.SendKeys "(f12)
to the script for some reason the favourites menu is activated..the one from the toolbar with drop down menu...next to view.
any help
matt
and then the program is ready for use.
but then the program is visibe on the screen but down the bottom it is not....like internet explorer is active..but not at the front..this is fixed by just clicking anywhere on the program..or on the start bar..as well as pushing alt tab....but when i add:
WshShell.SendKeys "(Alt-tab)
WshShell.SendKeys "(f12)
to the script for some reason the favourites menu is activated..the one from the toolbar with drop down menu...next to view.
any help
matt