Jump to content

Jikoo

Active Members
  • Posts

    68
  • Joined

  • Last visited

Profile Information

  • Location
    France

Jikoo's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. Thank you very much Dolemite50 and novi for your great comments ! It's a great pleasure !
  2. Thank you for the compliment Dizzy.
  3. Updated program and webpage.
  4. New update : GCS Search 1.07 Added = Last closed tab on start possible Added = Auto language on first start Added = Restart button Added = Support for Windows XP 64 bits Fixed = Flag icon if error about language
  5. Thank you very much Adamski for your help. I will test it and improve the ZIP source. @Firefox, Merci
  6. Hello adamski, Strange ! If it's only a path problem, you can change in the source. I downloaded the ZIP archive. I re-tested it and I have no problem on XP 32 bits, Vista 32 bits and Vista 64 bits. I have no tested on XP 64 bits. Re-download and say to me if you have ever the problem. Thank you.
  7. Do you know the AutoIt Forum search engine !!??? Write "toolbar scite" You will see this link : Scite Toolbar
  8. . >> Now, it's on Chat Topic Sorry, for that !
  9. See your code I changed : #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <EditConstants.au3> Opt("TrayIconHide", 1) Opt("GUIResizeMode", $GUI_DOCKALL) Move() Func Move() $Form = GUICreate("", 131, 220, -1, -1) GUISetState() $go = GUICtrlCreateButton(">", 50, 194, 75, 17, 0, $GUI_DOCKALL) $go1 = GUICtrlCreateButton("<", 137, 194, 75, 17, 0, $GUI_DOCKALL) GUICtrlCreateLabel("", 131, 0, 1, 220, $GUI_DOCKALL) $expanded = False $expanded1 = True WinMove($Form, "", Default, Default, 137, 246) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $go If Not $expanded Then WinMove($Form, "", Default, Default, 262, 246) EndIf Case $go1 If $expanded1 Then WinMove($Form, "", Default, Default, 137, 246) EndIf EndSwitch WEnd EndFunc ;==>MoveoÝ÷ Ø­µêܡ׺Ú"µÍÚ[ÛYH ÑÕRPÛÛÝ[Ñ^]LÉÝÂÚ[ÛYH ÕÚ[ÝÜÐÛÛÝ[Ë]LÉÝÂÚ[ÛYH ÑY]ÛÛÝ[Ë]LÉÝÂÜ ][ÝÕ^RXÛÛYI][ÝËJBÜ ][ÝÑÕRTÚ^S[ÙI][ÝË ÌÍÑÕRWÑÐÒÐS BÜ ][ÝÓ]ÝXÛUÉ][ÝËJHÌ[ËO]ZHKYXÛBÛØ[ ÌÍÛÙÂÛØ[ ÌÍÑÜHHÕRPÜX]J ][ÝÉ][ÝËLÌKLKLJBÛØ[ ÌÍÙÛÈHÕRPÝÜX]P]Û ][ÝÉÝÉ][ÝË LNM ÍKMË ÌÍÑÕRWÑÐÒÐS BÛØ[ ÌÍÙÛÌHHÕRPÝÜX]P]Û ][ÝÉÉ][ÝËLÍËNM ÍKMË ÌÍÑÕRWÑÐÒÐS BÕRPÝÜX]SX[ ][ÝÉ][ÝËLÌKK ÌÍÑÕRWÑÐÒÐS BÕRTÙ]Ý]J B^[Y [ÙJBÚ[HBIÌÍÛÙÈHÕRQÙ]ÙÊ BTÝÚ]Ú ÌÍÛÙÂBPØÙH ÌÍÑÕRWÑUSÐÓÔÑBBBQ^]BPØÙH ÌÍÙÛÂBBY^[Y YJBBPØÙH ÌÍÙÛÌBBBY^[Y [ÙJBBBBQ[ÝÚ]ÚÑ[[È^[Y ÌÍÙ^[Y BRY ÌÍÙ^[YHYH[Ú[[ÝJ ÌÍÑÜK ][ÝÉ][ÝËY][Y][ BRY ÌÍÙ^[YH[ÙH[Ú[[ÝJ ÌÍÑÜK ][ÝÉ][ÝËY][Y][LÍË B[[ÈÏOIÝÙ^[Y
  10. If you like to see long scripts. See mine : more than 2000 lines !!!
  11. Welcome oro2, I don't know, not my skills ! It is just to welcome you on this forum !
  12. What problem ? My tool or your downloaded script ? I think it's the last one. Use the help file to start. It's better than explain the complete script you have got !
  13. Thank you very much gigilihooie !
  14. Hi gigilihooie, Drag an drop your script in the fourth tab of this tool : GCS Search I have tried. It's allright except the third script (Array variable has incorrect number...).
  15. Welcome douwetjerk, The best way to start
×
×
  • Create New...