Jump to content

EvilGost

Members
  • Posts

    9
  • Joined

  • Last visited

EvilGost's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Excellent, this example helped me thanks
  2. I saw it but it doesn't work, so i suppose that I don't understand how to use it....
  3. Hello World I use autoit since a few month and i have a problem. I want to use the function "_DateDaysInMonth( $iMonthNum, $iYear ) " who are in the Date.au3 file, but i don't know how to use it in my AutoIt script. Can you help me please, i'm lost.... Big Thanx
  4. yes, but how to use it?
  5. Hello AutoIt's User I'm a newbie with AutoIt. I just want to ask you one question. Is it possible to obtain path of the file (exe) create with autoIt after compilation? As the App.Path with Visual Basic. Because in my script, i'm obliged to now the path of the script: $requete = IniRead ( "C:\Automation\Stats_Auto_Hebdo\Stats_Auto_Hebdo.ini", "RequeteAll", "Requete", "Erreur" ) and i want something like this (app.path is vb style): $requete = IniRead ( app.path & \Stats_Auto_Hebdo.ini", "RequeteARS", "Requete", "Erreur" ) Big thanks
  6. Hello World I have a question very important for me.... I have a MDIChild (and i don't know how to take its control...) In This MDIChild, i have a SysListView, but when i push TAB Button, the cursor don't select it. I don't know how i can't select this list without the mouse.... Look at it, this is a screenshot, le list is blue (as selected) but when i press Down, nothing..., not selected really...: Help me please.... :'-(, thank a lot
  7. Yes, How we can activate MDIClient?
  8. Lol, yes, it's run, thank you Andre
  9. I'm a super beginner with autoIt and i begun with it. So i want to start my script but it don't run... look: Run ("test.exe", "C:\Program Files\test\") it try too with: Run ("test.exe", "C:\Progra~1\test") I obtain : Unable to execute the external program, but the program is here: c:\program files\test\test.exe , i don't understant. Thanks you for your help
×
×
  • Create New...