Jump to content

Gerald

Active Members
  • Posts

    56
  • Joined

  • Last visited

About Gerald

  • Birthday 10/13/1989

Gerald's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. good day sir how can i add a new col in array for this function #include <Array.au3> Local $avArray[10] $avArray[0] = "JPM" $avArray[1] = "Holger" $avArray[2] = "Jon" $avArray[3] = "Larry" $avArray[4] = "Jeremy" $avArray[5] = "Valik" $avArray[6] = "Cyberslug" $avArray[7] = "Nutster" $avArray[8] = "JdeB" $avArray[9] = "Tylo" _ArrayDisplay($avArray, "$avArray set manually 1D") i want to add a col 1 col 2 col 3 etc but the rows number a continues counting thank you for the advance
  2. sir this is my command code For $oWord in $miDoc.Images(0).Layout.Words $str = $str & $oWord.text & @CrLf ConsoleWrite($oWord.text & @CRLF) $sArray [$i] = $oWord.text $i += 1 Next _ArrayDisplay($sArray,"OCR Result") how can i put in to exel ..?
  3. sir i cant find the function of _exelcellwritefromarray what is SO ..?
  4. good day my frnd i would like to ask a question about a _ArrayDisplay function my question is it's possible to _ArrayDisplay data will go into excel... ....tnx for the advnce
  5. my next question is how can a get the value in edit hmmm if a click the edit box it's possible to get the value of click edit box...?
  6. Tnx Problem solve
  7. use the statement of StringReplace try dis $string = StringReplace ($string, 02-11", "2-11"); send($string) hope it's work
  8. hi i have some question regards to my working program this is my code #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 361, 365, 317, 191) $Input1 = GUICtrlCreateInput("Input1", 24, 40, 169, 21) $Edit1 = GUICtrlCreateList("", 8, 120, 337, 217) GUICtrlSetData(-1, "") $Button1 = GUICtrlCreateButton("Button1", 200, 32, 75, 25, 0) $Button3 = GUICtrlCreateButton("Button3", 280, 32, 75, 25, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit case $Button1 Readreg() Case $Button3 orc() EndSwitch WEnd Func Readreg() For $i= 1 to 100000 $var = RegEnumVal("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run",$i) If @error <> 0 then ExitLoop GUICtrlSetData($Edit1,$var) Next EndFunc and my GUICtrlSetData result is only the value name of a regkey can possible to show the type and the date value in regkey .... ?
  9. or you can your the If else statement if ControlCommand ("title", "text", controlID, "IsChecked") Then condition here Else condition here endif
  10. i see the example of udf of Tesseract but the example of code are not exist i did know how its work hehehe just la little code pls a big smile hehe
  11. sir can you give me a example how it's work sir just a little code
  12. what is the different of to OPtical Character recognition .... can you give my some example of ORC
  13. sir im new in optical character recognition can some one give me a example how to work optical character recognition or (orc) plss i want to learn that function plss rpz Thank you in advance
  14. you have installed with autoit, autoit window info. after you install run window info looks like dis $TITLE = WinGetTitle("[CLASS:ZElementClient Window]") $WINNAME1 = WinSetTitle($TITLE, "", "ZX Online Bot") $WINNAME = WinGetTitle("ZX Online Bot")
  15. can posible insert gif file on GUICtrlSetImage($videoThumbnail, "l2.gif") plsss help
×
×
  • Create New...