
friendfox
Active Members-
Posts
70 -
Joined
-
Last visited
Everything posted by friendfox
-
How to hook the browser home button?
friendfox replied to friendfox's topic in AutoIt General Help and Support
I am a Chinese, do not speak English, I struggled to translate to send this help message and reply to your post through Google, I do not want to get your reply has nothing to do with the issue, saying it has nothing to do with the problems you please shut up! -
How to hook the browser home button?
friendfox replied to friendfox's topic in AutoIt General Help and Support
Our goal is to find way to solve the problem, not to harm or damage to other people. -
How to hook the browser home button?
friendfox replied to friendfox's topic in AutoIt General Help and Support
I can easily remove the virus, but my users do not have the ability to promptly remove the virus -
Browser home page hijacked by some rogue software, such as my home page in the registry is "www.g.cn", but the actual use of home has become a "www.xxx.com". Therefore, I want to solve the problem through a hook browser home page button, as shown in the diagram, clicking the home button to home no matter the registry settings are direct navigation to www.g.com To help Thank you
-
How to export PPTslides to JPG files?
friendfox replied to friendfox's topic in AutoIt General Help and Support
Programming are not familiar with, so do not understand; But thank you. -
I was a beginner and want to help children in the classroom to PPT saved as JPG files, trouble you help, thank you.
-
Thank you, now you can extract the text in Notepad, but still can not extract the text in IE
-
HotKeySet("a", "testfunc") $wTitle = "Notepad" While 1 Sleep(10) wend func testfunc() $ocr = _rectOCR($wTitle,0,0,200,200) MsgBox(0,"OCR", $ocr) EndFunc Func _rectOCR($wTitle, $rX, $rY, $rWidth, $rHeight) $xy = WinGetPos($wTitle) $Title = WinGetTitle($wTitle) $hwnd = Dec(StringTrimLeft(WinGetHandle($Title), 2)) $obj = ObjCreate("TCaptureX.TextCaptureX") $results = $obj.GetTextFromRect($hwnd, $xy[0]+$rX, $xy[1]+$rY, $rWidth, $rHeight) return $results EndFunc This code still can not get the right result, I really need help
-
This post does not solve the problem, the end result of this post the same problem with my Thank you
-
Not this reason, thank you.
-
$dll_file = "TCaptureX.dll" $Dll = DllOpen("TCaptureX.dll") $winhand= WinGetHandle('') $string = DllCall($dll,"str","GetTextFromRect","hwnd", $winhand,"long",0,"long",0,"long",400,"long",400) MsgBox(0,'info',$string) DllClose($dll) "GetTextFromRect" method captures the text from the rectangle specified (left, top, width, height) in screen coordinates, in the window specified by hwnd. But the above code, $string returns null
-
Aqua is a good tool for interception of screen text, help me to call its functions(TCaptureX.dll) use AutoIt3. Thank you. I tried for a very long time, but failed. My English is not good, sorry. Download Aqua here
-
How to hook or modify IE HOMEPAGE in memory?
friendfox replied to friendfox's topic in AutoIt General Help and Support
2. Change what is presented on the page when it loads? For example: The registry home page address: www.xxx.com Open IE, then dynamically converted to: www.google.com The registry home page address: www.sex567.com Open IE, then dynamically converted to: www.google.com In short, only one aim: to lock into a fixed home address -
How to hook or modify IE HOMEPAGE in memory?
friendfox replied to friendfox's topic in AutoIt General Help and Support
Thank you for your reply. I know that you can set the home page with registry . But I mean, how to modify homepage address with the IE window's memory. -
How to hook or modify IE HOMEPAGE in memory?
friendfox replied to friendfox's topic in AutoIt General Help and Support
What I mean is: in memory dynamically modify a browser's homepage property -
Symantec pcAnywhere OLE Automation
friendfox replied to friendfox's topic in AutoIt General Help and Support
Symantec pcAnywhere OLE Automation I can not use the OLE of Symantec pcAnywhere with autoit3 I hope use the "SpeedSend" of Symantec pcAnywhere with autoit3 -
I hope has one "Symantec pcAnywhere OLE Automation with autoit" project Use its "SpeeedSend" copy or updata files from one compute to another so fast Can U help me?THX
-
not support Chinese
-
how to creat this type listview?
friendfox replied to friendfox's topic in AutoIt General Help and Support
thx -
-
I see some friends use A3LGDIPlus.au3 But where is the A3LGDIPlus.au3 file? thanks
-
My system is Windows XP SP2 简体中文版 thank U s.au3 s_Obfuscated.au3
-
it can not support chinese language! msgbox(0,'info','中文信息') will display a space message
-
How to define ths LOGOFF SCRIP with autoit3?
friendfox replied to friendfox's topic in AutoIt General Help and Support
NO help?