Kapetan Kuka Posted March 15, 2005 Posted March 15, 2005 Scripta za neto ovako dali netko ima ideju!! Slikao sam kako bi to trebalo raditi. Ideja je da usporedi dva niza dali su jednaka i ono to nije isto zapie u novi .txt
Andre Posted March 15, 2005 Posted March 15, 2005 looks nice to me What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
CyberSlug Posted March 15, 2005 Posted March 15, 2005 WinDiff ...windiff.zip Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Kapetan Kuka Posted March 15, 2005 Author Posted March 15, 2005 looks nice to me <{POST_SNAPBACK}>Hvala najljee!! ....... Thank !!.....
SlimShady Posted March 16, 2005 Posted March 16, 2005 @Kapetan Kuka We can help you much better if you post in English.
Kapetan Kuka Posted March 16, 2005 Author Posted March 16, 2005 @Kapetan KukaWe can help you much better if you post in English.<{POST_SNAPBACK}>Thank You , Englis is not very best. Question you post in English ,it is OK!! Salute SlimShady !!
Kapetan Kuka Posted March 16, 2005 Author Posted March 16, 2005 (edited) Compare_Kapetan_Kuka.zipLook Zip!! Thank You !! zeroZshadow , DeLiMan..... script it is ok!! Edited March 16, 2005 by Kapetan Kuka
Kapetan Kuka Posted March 17, 2005 Author Posted March 17, 2005 Have to open "My Film.txt" in "GUICtrlCreateEdit" or another *.txt ------------------------------------------------------------------------------ #include <GUIConstants.au3> GUICreate("My GUICtrlRead") ; will create a dialog box that when displayed is centered $n1=GUICtrlCreateList ("", 10,10,-1,100 ) GUICtrlSetData(-1,"My Film.txt|New Film.txt|Compare.txt|Other.txt", "My Film") $myedit=GUICtrlCreateEdit ("First line"& @CRLF, 275,5,125,388,$ES_AUTOVSCROLL+$WS_VSCROLL) $n2=GUICtrlCreateButton ("Choice",10,100) GUICtrlSetState(-1,$GUI_FOCUS) ; the focus is on this button GUISetState () ; will display an empty dialog box ; Run the GUI until the dialog is closed Do $msg = GUIGetMsg() if $msg = $n2 then msgbox(0,"list=", GUICtrlRead($n1)) ; display the value endif Until $msg = $GUI_EVENT_CLOSE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now