Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically press shift key
Message
From
11/01/2009 14:37:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Programmatically press shift key
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01372663
Message ID:
01372663
Views:
81
I have a project where I need to automate Internet Explorer to read data from a website. The data must be read from a page which is a popup page activated by clicking some text on the main URL. But since many users have disabled popups, I need to programmatically press the shift key before I programmatically press the text. Something like
lox=Createobject('internetexplorer.application')
lox.Navigate('http://www.someurl.com/somepage')
if navcomplete(lox,lntime)
   ** Press shift key
   lox.document.all.Main.contentWindow.document.all.minf0.click()
Endif
Can someone help me with code to simulate that the shift key is pressed?
Next
Reply
Map
View

Click here to load this message in the networking platform