Jump to content

friendfox

Active Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by friendfox

  1. 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!
  2. Our goal is to find way to solve the problem, not to harm or damage to other people.
  3. I can easily remove the virus, but my users do not have the ability to promptly remove the virus
  4. 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
  5. Programming are not familiar with, so do not understand; But thank you.
  6. I was a beginner and want to help children in the classroom to PPT saved as JPG files, trouble you help, thank you.
  7. Thank you, now you can extract the text in Notepad, but still can not extract the text in IE
  8. 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
  9. This post does not solve the problem, the end result of this post the same problem with my Thank you
  10. Not this reason, thank you.
  11. $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
  12. 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
  13. 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
  14. 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.
  15. What I mean is: in memory dynamically modify a browser's homepage property
  16. How to hook or modify IE HOMEPAGE in memory?
  17. 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
  18. 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
  19. not support Chinese
  20. I see some friends use A3LGDIPlus.au3 But where is the A3LGDIPlus.au3 file? thanks
  21. My system is Windows XP SP2 简体中文版 thank U s.au3 s_Obfuscated.au3
  22. it can not support chinese language! msgbox(0,'info','中文信息') will display a space message
×
×
  • Create New...