You can use Win32 API to simulate a key-press (e.g. ctrl-S for Save)
for IE or any window applications, as long as the application has
short cut for menu items, and active.
You can use external code (VC, VB, dephi, etc..) to build DLL, CIN, or
ActiveX, call them in LabVIEW.
I made "Send Keys.vi" in G Toolbox.
If the menu item doesn't has a shortcut, you can send a message (use
spy tool to find out) to the application.
George Zou
http://gtoolbox.yeah.net