Search found 140 matches

by Visioneer
11 Apr 2016, 06:58
Forum: Ask for Help (v1)
Topic: Detect Flash player is full screen in Chrome or Firefox
Replies: 2
Views: 1231

Detect Flash player is full screen in Chrome or Firefox

Hi,

I need to detect if Flash player is running full screen in Google Chrome or Firefox.

Thanks
by Visioneer
03 Dec 2014, 04:59
Forum: Ask for Help (v1)
Topic: Run, ...iexplore.exe "%URL%",, Hide - in W8.1 does not hide
Replies: 2
Views: 1702

Run, ...iexplore.exe "%URL%",, Hide - in W8.1 does not hide

Hi, Run, %ProgramFiles%\Internet Explorer\iexplore.exe "%myL%",, Hide UseErrorLevel Does not hide the IE browser in W8.1 IE11. It does in W7 IE9. I am using ahk Unicode latest ahk Version v1.1.16.05 on a 64bit W8.1 IE11 laptop. I'm hoping the ahk developers will fix this soon in a future version. Th...
by Visioneer
15 Nov 2014, 22:54
Forum: Ask for Help (v1)
Topic: for wb in ComObjCreate("Shell.Application").Windows IE11 8.1
Replies: 0
Views: 1141

for wb in ComObjCreate("Shell.Application").Windows IE11 8.1

Hi, I am trying this in IE11 W8.1. It works in W7 IE9 but in IE11 W8.1 it does not see all the IE windows. It does not see my email IE page which has it's own separate icon in the main lower tray. It does not see a Google IE page opened from the Google icon on the desktop, which has it's own separat...
by Visioneer
05 Sep 2014, 15:29
Forum: Ask for Help (v1)
Topic: Ahk1.1+ User list & controls using COM, WMI, and Array
Replies: 4
Views: 2282

Ahk1.1+ User list & controls using COM, WMI, and Array

Hi, I am using a file loop to get Windows user list, but that can be unreliable on customized systems, so I looked for COM solutions. I found this: http://www.autohotkey.com/board/topic/60968-wmi-tasks-com-with-ahk-l The code there for "List of User Accounts": PropertyList := "Caption,AccountType,De...
by Visioneer
27 Aug 2014, 19:03
Forum: Ask for Help (v1)
Topic: Help with User's Desktops
Replies: 5
Views: 3049

Re: Help with User's Desktops

Thanks MegaloDon. I am using Windows 7 that I installed on a Vista using MS upgrade cd. I don't remember how I got my present main admin UserName but the C:\Users folder has no "Administrator" folder. It has myName and myWifeName folders. Along with All Users (locked), Default, Default User (locked)...
by Visioneer
27 Aug 2014, 13:23
Forum: Ask for Help (v1)
Topic: Help with User's Desktops
Replies: 5
Views: 3049

Re: Help with User's Desktops

Thanks a lot MegaloDon, That answers a lot. So I will test for XP and Loop the file patterns accordingly. I assume that Vista uses the C:\Users and C:\Users\Public as well? I would also like to get the top Admin UserName and Desktop full path from a (sub) User session . Also I notice a strange thing...
by Visioneer
26 Aug 2014, 08:51
Forum: Ask for Help (v1)
Topic: Help with User's Desktops
Replies: 5
Views: 3049

Help with User's Desktops

Hi, I need to copy folders, and shortcuts to the desktops of other users in Windows XP to 8.1 for a compiled program. So first I need to get a bar list of all the users who actually have a Desktop to make a listbox menu to select a user. This would need to be run from top Admin user I guess. On my W...
by Visioneer
05 Apr 2014, 21:08
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get values from Properties (image) box in IE
Replies: 0
Views: 1039

ahk v1.1+ Get values from Properties (image) box in IE

Hi I need to read the values in the Properties box that pops up when you right click on an image in Internet Explorer and select Properties from the context menu. The Properties boxes have 3 buttons on the bottom in IE9 W9. I am using ahk v1.1+ unicode. I need a solution for: IE 6 to IE11+ & Windows...
by Visioneer
26 Mar 2014, 01:28
Forum: Ask for Help (v1)
Topic: v1.1+ unicode: Get text and path from chm file current page
Replies: 9
Views: 3535

Re: v1.1+ unicode: Get text and path from chm file current p

Hey jethrow,

Here is the left side of the coin. The chm file anyways.

http://ahkscript.org/boards/viewtopic.php?f=5&t=3049

Thanks
by Visioneer
26 Mar 2014, 01:06
Forum: Ask for Help (v1)
Topic: v1.1+ unicode: Get text and path from chm file current page
Replies: 9
Views: 3535

Re: v1.1+ unicode: Get text and path from chm file current p

You are right lexikos. I always use a google search lately. site:autohotkey.com "Search text" I find the searchers on both websites a pain. So site:auto-hotkey.com "Search text" does let me switch the search if I am on the (google) first page or window of my unique links program. I.E. I do not have ...
by Visioneer
24 Mar 2014, 12:31
Forum: Ask for Help (v1)
Topic: v1.1+ unicode: Get text and path from chm file current page
Replies: 9
Views: 3535

Re: v1.1+ unicode: Get text and path from chm file current p

Thanks jethrow. It sure is. I need a Jimmy Olsen watch that only you can hear. BTW: I had posted this help request in "that other" forum. I will put a link to this post in it. ps: I like the "auto-hotkey" domain because I can just put/remove the dash to toggle forums. pps: In my IRC quest to get thi...
by Visioneer
22 Mar 2014, 19:42
Forum: Ask for Help (v1)
Topic: v1.1+ unicode: Get text and path from chm file current page
Replies: 9
Views: 3535

Re: v1.1+ unicode: Get text and path from chm file current p

Hi jethrow. (On the off chance that you find posts with your name in them).
by Visioneer
22 Mar 2014, 13:29
Forum: Ask for Help (v1)
Topic: v1.1+ unicode: Get text and path from chm file current page
Replies: 9
Views: 3535

v1.1+ unicode: Get text and path from chm file current page

Hi, I would like to get the full text AND ALSO the path of a current chm help file page. I am using ahk v1.1+ unicode. It needs to work on Windows XP to 8.1 I want it to work even if the focus is on the TOC instead of the help page so I would prefer to not use the ^a etc. approach. I have not had su...
by Visioneer
14 Dec 2013, 01:33
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

Re: ahk v1.1+ Get src of nameless iframes by number

Thanks Blackholyman,
I see there is more than meets the eye with iWB2 Learner. When you say the
"main windows title bar", do you mean the title bar of iWB2 itself. The IE window
shows nothing.
I see that one can drag the + to items in the Parent Structure list also. Very interesting.

Thanks.
by Visioneer
11 Dec 2013, 02:42
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

Re: ahk v1.1+ Get src of nameless iframes by number

Dang it - I really wanted to ignore this thread ... There's already code in the source that calculated an elements position in it's tag-collection ... Hey jethrow, can this be seen in the iWB2 Learner GUI anywhere? Not the frame "depth", but this. Also, any docs for iWB2 Learner anywhere? Thanks
by Visioneer
08 Dec 2013, 23:53
Forum: Ask for Help (v1)
Topic: ahk v1.1+ UrlDownloadToVar & UrlDownloadToFile & credentials
Replies: 3
Views: 2185

ahk v1.1+ UrlDownloadToVar & UrlDownloadToFile & credentials

Hi, I want to use the latest "official" UrlDownloadToVar if there is such a thing. It is hard to tell from the AHK Help file page for it, shown in the UrlDownloadToFile in the chm help file. Tank said something about using something else entirely anyway. What I want to do is get the contents of an o...
by Visioneer
04 Dec 2013, 00:02
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

Re: ahk v1.1+ Get src of nameless iframes by number

Thanks all, I can make use of Blackholyman's approach to get the frame#, as well as the src, so thanks again. I want to include iWB2 in my app, so I was wondering if there are any help docs for in it general? That "frame depth" thing had me fooled, but then I am easily fooled. Of course you could al...
by Visioneer
02 Dec 2013, 21:18
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

Re: ahk v1.1+ Get src of nameless iframes by number

Thanks jethrow,

So can iWB2 Learner provide "any sort of position in a frames collection" ?

Is there a help doc on iWB2 Learner?

Thanks
by Visioneer
30 Nov 2013, 22:39
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

Re: ahk v1.1+ Get src of nameless iframes by number

Thanks Blackholyman, That helps a whole lot. So sticking with my original Pwb, I can shorten it with: (This is after the original parent URL is fully opened of course.) ;myF is the frame# I feed in from user's ini file. myF = 2 fURL := Pwb.document.parentwindow.document.getElementsByTagName("iframe"...
by Visioneer
29 Nov 2013, 04:13
Forum: Ask for Help (v1)
Topic: ahk v1.1+ Get src of nameless iframes by number
Replies: 12
Views: 5444

ahk v1.1+ Get src of nameless iframes by number

Hi, I want to get the src attribute of an iframe by frame index# number. I will use that value to redirect the window to that URL. Also: Is iWB2 learner returning incorrect info for frames? iWB2 Learner shows this link's "pagetext" textarea as Frame 1. http://www.jspell.com/public-spell-checker.html...

Go to advanced search