Jump to content

mortelrdv

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by mortelrdv

  1. Thank you for the advice, i would try 'WinGetProcess'
  2. Hello on a example : 1/ I have 2 windows notepad with same title : TOTO (handle:A) TOTO (handle:B ) handle find by 'Winlist("TOTO")' 2/ in : TOTO (handle:A), i select "Open" TOTO (handle:B ), i select "Open" with 'Winlist("Open")' i can found the handles : Open (handle:Y) Open (handle:Z) Question : How can i found 'Open (handle:Z)' belong at 'TOTO (handle:A)' and 'Open (handle:Y)' belong at 'TOTO (handle:B )' ? because if i would like work with 'TOTO (handle:A)' i use "WinActivate(handle:Z)" or if i would like work with 'TOTO (handle:B )' i use "WinActivate(handle:Y)" Thank PS : sorry i'm newbie at autoit, there maybe a better solution(s)
  3. Thank, I would try your suggests
  4. Hello For example, i have 3 scripts TOTO.AU3, TATA.EXE (script builded), TITI.EXE (script builded) : TOTO.AU3 $var = 1 run("tata.exe") run("titi.exe") sleep(10000) $var = 2 sleep(10000) $var = 3 sleep(10000) TATA.EXE while $var <> 2 Sleep(1000) Wend msgbox( 0, "essai1", "") TITI.EXE while $var <> 3 Sleep(1000) Wend msgbox( 0, "essai1", "") I would like TOTO/TATA/TITI could read/write the same variable $var ? Have you any idea ? Thank PS : I think writing the variable/value in a file if i haven't a better idea.
  5. thank you
  6. Ok, thank
  7. Hello, I'm newbie, and i just try : #Include <GDIPlus.au3> Dim $toto $toto = _GDIPlus_BitmapCreateFromFile ("c:\test\autoit3.bmp") I'm get msg error: http://cjoint.com/?mstQUtscsO Do you know the problem ? Thank PS : autoit3.bmp is http://cjoint.com/?mstWvHy2zw I'm use winXP SP3
  8. Hello, Sorry, i'm new user of Autoit. How can i use this function ? by "#include" or just copy the script in my script ? if i must use "#include", you should not include to declare a variable, a constant ? ????? sorry for my poor english, i'm french
  9. Hello Can you put ImageSearch.zip somewhere other than http://trashbin.nfshost.com ? because i can't get it. Thank
×
×
  • Create New...