Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/2019 in all areas

  1. he read the helpfile, that's how he knows. i suggest you read through it and do all the examples, and learn what the examples are teaching. spoon feeding you is really annoying.
    2 points
  2. Yes... but you still haven't fixed the issue from the previous thread in that code, so why did you start a new thread? Consider this your final warning as the next time you ask the same question without showing ANY new effort, you will get a vacation from our forums! So: Start learning some basics and do the work YOURSELF ! Jos
    2 points
  3. You are on notice @oemript, the entire community is becoming tired of your general laziness and wanting everyone to spoon feed common sense to you. The next one will result in a good long holiday from the forum.
    2 points
  4. @yeto Without getting in count the bad words you said to an older member of AutoIt, you have to think and know that everyone has started from zero. The road everyone builds up during the spare time, or whenever you can take a look at Help file, at Forums, and so on, depends from what everyone wants, so, if you would really whant to know more about the functions used in the script above, why do they work in that way, and how can you use them at your advantage, then you need to take a look at the Help file, try some scripts, study the behaviour of the functions, and everything else behind the scenes. The limit is the willingness everyone puts to see what's going on over the horizon
    1 point
  5. Ok that does it. You have been ignoring all warnings given by multiple MODs and showing only a total lack of effort, which is again underlined by this new thread. That question is answered many many times, so you again haven't bothered to do a search for yourself. You will be unable to post in out forums for a week so you will have to do stuff yourself for a change. Only come back when you are prepared to put in the normal expected effort yourself. Jos
    1 point
  6. @Thornhunt You are missing the parameter $STR_ENTIRESPLIT in your StringSplit() function; it is needed if you are splitting a string with more characters as delimiter: #include <Array.au3> #include <StringConstants.au3> Global $strString = 'IES 1 return {ap={tiles=",meta={build_version="343524"', _ $arrSplit $arrSplit = StringSplit($strString, 'meta=', $STR_ENTIRESPLIT) If IsArray($arrSplit) Then _ArrayDisplay($arrSplit)
    1 point
  7. Check the existance of the file with FileExists(), name it in another way, delete it before recreating, etc. There are several ways to accomplish this
    1 point
  8. Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Moderation Team
    1 point
  9. Well, I would think doing a FIleOpen() with the $FO_OVERWRITE property is a more appropriate answer, don't you think? ... but as said : "roads.... Rome".... Jos
    1 point
  10. Ok, I did exactly what you wrote, but I have the same failure. Created a simple "Hello World" script with file name Test.au3 #include <MCFinclude.au3> MsgBox(0, "", "Hello World") Let run codescanner.au3 over it; on the end I got a window "Code Scanner Main Menu" which I closed. Started codecrypter.au3, choosed my "Hello World" script with Source button and verified that the 4 checkboxes you mentioned are ticked. Let run codecrypter by pressing the Run button Get a new file "MCF0test.au3" the same directory as my "Hello World" script, which shows my MsgBox call in plain text in the last line: [...] B836F9EDE2C630FE16EF0E51B9C805376FF193B9BEF5E3CA26DB92D3944D3C142E723DFD3095BA3498B92C19C285B313D98B7117BB1CF44AB15719BF5907A54000723B3F3126F636BEA1887169F35B649C88DB0004621D2")) $CCkeytype=$type EndFunc MsgBox( 0 ,"","Hello World") What the hell do I wrong? 😟 How gets codescanners "output" to codycrypters "input"? Do I have to set something after ending codescanner and before starting codecrypter? I could make a short screen capture video about what I exactly do and provide the link to you? Would this help? PS. I have it tested on another PC, only to be sure it's not a permission issue. But without success.
    1 point
  11. Raiho

    New and Old Coordinates

    Select Case _IsPressed(01,$hDLL)==True _WhileTriggLM() Case _IsPressed(01,$hDLL)==False _CoordListener() EndSelect Found it on my Own, Can be closed
    1 point
  12. Network_Guy

    Func Help Please

    i didnt create button i just gave an example how to stop v_scan , u just need to create new button and link it to the Stop_V_scan function ,finally dont forget to create the global variables ($V_PID) and change your run command to $V_PID= Run("V_scan.exe")
    1 point
  13. Done! Version 0.4.0.0 has a new function: _OLT_CSV_Import
    1 point
  14. oemript

    Solved

    Solved
    0 points
×
×
  • Create New...