Jump to content

isolation

Active Members
  • Posts

    53
  • Joined

  • Last visited

Profile Information

  • Location
    Italy

isolation's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Opt("OnExitFunc","OnAutoItExit");"OnAutoItExit" called where OnAutoItExit is the name of your func
  2. _GUICtrlTreeView_GetChecked I think
  3. Hi Matteo see http://msdn.microsoft.com/en-us/library/ms834669.aspx è in inglese... traduci(is in english...traduct)
  4. _GUICtrlTreeView_AddChild why do you want to collapse/expand it manually or _GUICtrlTreeView_GetSelection
  5. Can you explain a little bit? You want to terminate a process or you want to automatize the taskmanager?
  6. Will be developed a version of autoit with threads? I know that is really difficult to use threads (expecially for base-level developers) but a special version with threads will help developers a lot!!!!!
  7. tanks, it seems to work but what ProgAndy wrote is true... I can't have more than a main thread and an adlib tanks all
  8. ludics, you should read the help file read about -consolewrite -consoleread -and std* funcs -...and variable $cmdline
  9. Hi, I'm trying to add some new threads on a normal autoit executable I found that the only way to do that is to use guiregistermsg and an internal message code So I made this piece of script: #Include <WinAPI.au3> #include <WindowsConstants.au3> Global $mymsg=_WinAPI_RegisterWindowMessage("MyNewMsg") Global $uiui=GUICreate("uuu") GUIRegisterMsg($mymsg,"lol") Func lol($a,$b,$c,$d) MsgBox(0,$c,$d) EndFunc Sleep(1000) _WinAPI_PostMessage ($uiui,$mymsg,"Hello","uuu") While 1 ;..................................... WEnd But msgbox displays only 0x000000000000
  10. http://www.autoitscript.com/autoit3/scite/downloads.php ....page not found... edit:ok I've found it tanks
  11. you should set the tray items "onevent"
  12. >"C:\Programmi\AutoIt3\SciTE\..\aut2exe\aut2exe.exe" /in "D:\desktop2\autoitprova\***\*** by Isolation.au3" Ultimate Packer for eXecutables Copyright © 1996 - 2008 UPX 3.03w Markus Oberhumer, Laszlo Molnar & John Reiser Apr 27th 2008 File size Ratio Format Name -------------------- ------ ----------- ----------- 612864 -> 290304 47.37% win32/pe ***.exe Packed 1 file. >Exit code: 0 Time: 1.527
  13. I've added reshacker.exe in the subdir and i've modify #AutoIt3Wrapper_Version=P but it doesn't work...
  14. I've installed the last version of autoit 3.0.0.0(not the sfx)
  15. Hi I've finished a program but now I want to set its attributes,versions etc... #Region AutoIt3Wrapper directives section #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_Field=Version|1.0.0.0 #AutoIt3Wrapper_Version=B #AutoIt3Wrapper_Res_Comment=*** #AutoIt3Wrapper_Res_Description=*** #AutoIt3Wrapper_Res_Language=2057 #EndRegion It doesn't work There is still "CompiledScript" "AutoIt v3 Script : 3, 3, 0, 0","Version" "3 ,3 ,0 , 0"
×
×
  • Create New...