Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically press shift key
Message
 
 
To
11/01/2009 14:37:39
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01372663
Message ID:
01372666
Views:
15
>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?

See http://berezniker.com/content/pages/visual-foxpro/keyboard-input-virtual-key-codes

I would guess we need to use SendKeys() function.

Re: Send a Key Thread #1319460 Message #1319465
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform