... I would like to open a drop down list which seems to require a mouse click ...
oWSH = CREATEOBJECT("wscript.shell")
oWSH.AppActivate("Google Chrome") && assumes Google Chrome is running
oWSH.SendKeys('{TAB}') && tab to a dropdown list ... but to drop it down seems to require a mouse click...
This fails to open explorer to see iphone photos:
Declare Integer ShellExecute In shell32.Dll Integer hndWin,String cAction, String cFileName,String cParams, String cDir, Integer nShowWin
cFileName = "explorer"
cAction = "open"
cPath = "iPhone\Internal Storage\DCIM\108APPLE"...
Typing "Net View" in Command Prompt...
... (leads to):
But, might there be a way to 'capture' this in 'myVFP9.app'?
... To obtain the list of computers connected to your WIFI Network ("\\INSPIRON","\\XPS15", etc.)
... unto a table-cursor or something?
The ultimate goals are:
(1)...
... i.e., without right-clicking the task-bar clock (of windows desktop).
All too oft: We'd like to arrange VFP-App side by side with Internet-Explorer or Windows-Explorer.
(Note: The VFP WebBrowser Class seemed ideal, but that is 'script'-limited for some URL-sites (like BCBS sites) and...
'Looking for a way to export VFP data (single record at least) to my Google Calendar. (I searched for about an hour and am stumped)
Any thoughts?
Utmost thanks and blessings,
Philip
Greetings! I've been trying to resize (jpg) "Medium Icons" in Windows Explorer (programmatically) ... and found the VB code below. Do any of you know if VFP-9 can accomplish this, else vb-script or java-script or other idea. I've searched for hours. Utmost thanks/blessings for any thoughts...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.