Jump to content

Muyfa666

Members
  • Posts

    18
  • Joined

  • Last visited

Muyfa666's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I think I've reached my limit long ago with this. I don't understand half of what you typed here...
  2. ShellExecute("D:ProgramAlcohol 120ACID.exe") WinWait("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ") ControlClick("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ","","[CLASS:TMyPanel; INSTANCE:4]","left",1,34,10) ShellExecute("D:ProgramAlcohol 120ACID.exe") WinWait("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ") ControlSend("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ","","[CLASS:TMyPanel; INSTANCE:4","!c") Neither works.
  3. Small c not working either.
  4. I really appriciate the help fellas, but it's still a no-go. Call it quitsis?
  5. Alt+C activates the button...
  6. Bout to give up now... ShellExecute("D:ProgramAlcohol 120ACID.exe") WinWait("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ",3000) ControlClick("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ","","[CLASS:Button; INSTANCE:1]","left",1,34,10)
  7. Still no go. Script runs, but the buttons is unpressed. These are the exact lines I use: ShellExecute("D:ProgramAlcohol 120ACID.exe") WinActive("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ") ControlClick("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ","","[CLASS:Button; INSTANCE:1]","left",1,34,10)
  8. Thanks, now the script runs, but the button still does not get clicked. Can it not be done with every programs? Mat: >>>> Window <<<< Title: A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - Class: 20F004A5 Position: 660, 340 Size: 600, 400 Style: 0x14CF0000 ExStyle: 0x00040108 Handle: 0x00000000002C0928 >>>> Control <<<< Class: Button Instance: 1 ClassnameNN: Button1 Name: Advanced (Class): [CLASS:Button; INSTANCE:1] ID: Text: &Cloak Position: 416, 96 Size: 75, 25 ControlClick Coords: 37, 11 Style: 0x50010001 ExStyle: 0x00000000 Handle: 0x0000000000320548 >>>> Mouse <<<< Position: 1122, 485 Cursor ID: 2 Color: 0x000000 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< &Cloak &Uncloak Safe&Disc 4.x Cloaking SafeDisc 4.x &Intelligent Cloaking &SecuROM 7.x Cloaking Cloaking Options: &Log >>>> Hidden Text <<<<
  9. ShellExecute("D:ProgramAlcohol 120ACID.exe") WinActive("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ") ControlClick("A.C.I.D v1.2.12110 - Alcohol Soft Customer Release - ","",[CLASS:Button],left,1,34,10) Not working. So many symbols, I'm having ahrd time keeping them toghether...
  10. I've decided to give up on this. Not for the the script programming, but for the program itself is lousy. I'm gonna stick with ACDSee Classic to avoid issue. Thanks everyone for the help.
  11. Still no go. ControlClick Coords is 34, 10. This seem to go way more advanced that I thought very fast... :-)
  12. ShellExecute("D:ProgramACD SystemsACDSee15.0ACDSee15.exe") ProcessWait("ACDSee15.exe") WinActivate("ACDSee15.exe") ProcessClose("ACDSee15.exe") Nothing really seems to happen with this...
  13. If I press C at this window, the Cloak is activated. Is it perhaps a hotkey?
  14. ShellExecute("D:ProgramACD SystemsACDSee15.0ACDSee15.exe") ProcessWait("ACDSee15.exe") ProcessClose("ACDSee15.exe") This doesn't work. I presume it has with the delay to do. But I was hoping the use this command to wait for the process. But maybe thats not at all how it works?
  15. I kind of got it going, but not by detecting the process, but rather with a timeout. Is there no "cleaner" way to do it?
×
×
  • Create New...