Search found 1769 matches

by malcev
22 Sep 2015, 01:57
Forum: Ask for Help (v1)
Topic: A_LoopFileLongPath does not save into memory
Replies: 2
Views: 931

A_LoopFileLongPath does not save into memory

Why the results are different: 2000 vs 0? Start := A_TickCount Loop, Files, C:\*.exe, R { loop 10000 a := A_LoopFileLongPath break } msgbox % A_TickCount - Start Start := A_TickCount Loop, Files, C:\*.exe, R { loop 10000 a := A_LoopFileFullPath break } msgbox % A_TickCount - Start
by malcev
04 Sep 2015, 12:38
Forum: Scripts and Functions (v1)
Topic: InternetFileGetTime()
Replies: 8
Views: 5087

Re: InternetFileGetTime()

The script of ftp FileSize does not provide true information about size of files that are bigger than 4 GB. This variant works fine: size1:=InternetFileGetSize("ftp://speedtest:speedtest@ftp.otenet.gr/test5Gb-a.db") size2:=InternetFileGetSize("ftp://speedtest:speedtest@ftp.otenet.gr/test10Gb.db") si...
by malcev
24 Aug 2015, 19:56
Forum: Ask for Help (v1)
Topic: Get phone number from WebPage
Replies: 5
Views: 1630

Re: Get phone number from WebPage

What do You mean by StackOverflow?
I do not know javascript. :(
by malcev
24 Aug 2015, 19:01
Forum: Ask for Help (v1)
Topic: Get phone number from WebPage
Replies: 5
Views: 1630

Re: Get phone number from WebPage

I find it but can not understand: function print_phone(d,k,b){var g=el("ph_td_"+k);if(!g){g=el("ph_td")}if(!g||!d){return}var f=p2=_js_decode(d);if(b){var c=el("ptd2_"+k);if(c){c=c.innerHTML;c=c.split("<");c=c[0];c=c.replace("(","");c=c.replace(")","");p2=f.replace("-","");p2=p2.replace("-","");p2=p...
by malcev
24 Aug 2015, 17:26
Forum: Ask for Help (v1)
Topic: Get phone number from WebPage
Replies: 5
Views: 1630

Get phone number from WebPage

Hi! I want to get phone number from this Web Page without using ComObjCreate("InternetExplorer.Application"). There is javascript which changes digits in random order - I can not understand algorithm. Please help me with this puzzle. http://www.doska.ru/msg/work/courses-education/seminari-un-trenini...
by malcev
12 Jun 2015, 10:39
Forum: Ask for Help (v1)
Topic: Enable/Disable javascript in IE on the fly
Replies: 0
Views: 916

Enable/Disable javascript in IE on the fly

I have written this code, but it does not work in loaded IE. Please any help. f11:: regwrite,REG_DWORD,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3,1400, 0 dllcall("wininet\InternetSetOption","int","0","int","39","int","0","int","0") return f12:: regwrite,REG_DWORD,HKCU,S...
by malcev
20 Feb 2015, 11:47
Forum: Wish List
Topic: Return old icons
Replies: 2
Views: 2045

Return old icons

With new update
1.1.19.02 - January 25, 2015
Removed the 16-color icons which were used on Win9x/Win2k.
this code does not work:

Code: Select all

Menu, Tray, Icon , %A_AhkPath%, 6, 1
But I like that design and use it.
May be is it possible to return this old icons?
Thank You!
by malcev
16 Jan 2015, 08:41
Forum: Ask for Help (v1)
Topic: Adobe Premiere Pro and clipboard
Replies: 1
Views: 2073

Re: Adobe Premiere Pro and clipboard

Anybody has some ideas?
by malcev
11 Jan 2015, 00:31
Forum: Ask for Help (v1)
Topic: Adobe Premiere Pro and clipboard
Replies: 1
Views: 2073

Adobe Premiere Pro and clipboard

Hi! I try to make multiclipboards in Adobe Premiere. The problem is that Premiere has his own buffer and I could get it only when Premiere window is disabled. My script is: ^!1::Copy(1) ^1::Paste(1) Copy(clipboardID) { global ClipBoard := "" Send, ^c ClipWait, 1, 1 if ErrorLevel = 1 { MsgBox, error ...

Go to advanced search