Jump to content

ilovecui

Active Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by ilovecui

  1. it's show service XX is not respond ,plz tell me why,thanks service=192.168.1.4 name=ilovecui port=6667
  2. How to use com&obj to auto uninstall the usb device? usb device only include removeable disk,or could only uninstall removeable disk in many usb devices. thanks.
  3. I want to use the com&obj function to show the ms agent,but .... here is the code: Hold the expert could help me ,thanks. #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 223, 182, 193, 125) $Obj1 = ObjCreate("Agent.Control.2") $Obj1_ctrl = GUICtrlCreateObj($Obj1, 56, 80, 32, 32) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE dim $name="merlin" $Obj1.Connected = true; $Obj1.Characters.Load("merlin","merlin.acs");< --- the function could not run at this point $name = agent.Characters("merlin"); $name.MoveTo(200,200); $name.Show(); Exit EndSwitch WEnd
  4. thanks ,it 's ok now. but a new problem is coming now. i want to build a server that could receive each message from many client programmes. before i modify the helpfile :TCPSend.au3 and TCPRecv.au3.,i have read your scripts:autoitchat. compared with your scripts,i have rewritten some lines ,but it doesn't work. hope smith and experts cound teach me some ways or could tell me how to modity it . thanks. here are the scripts: TCPSend.au3 TCPRecv.au3
  5. i use these scripts: the website:http://www.autoitscript.com/forum/index.php?showtopic=18738&hl= ss==server cc=client but when i open the server and the client ,it's no message to respond. when i modify "$Socket = TCPConnect("192.168.0.3", 7000)" in cc.au3 and run again,it's ok. i had tried to close the firewall ,but it's the same situation. how to modify it to work on the internet? thanks everyone that helps me
  6. i could not connect the server,i don't know what 's matter?
  7. i had tried it.but it doesn't work in internet. So i want to ask an effective way to solve it . i don't know whether my computer is problem.here is my computer details: my computer is Windows XP Sp2 . the firewall is running when on line . i use adsl device. hope the experts colud help me ,thanks
  8. How Can i build a net programme which can receive messege? i had read the beta help file about netfunctions again and again and used the beta scipts to build programmes,but i found problems: if the programme use local ip address,it can be connected. but useing the internet ip address ,it cannot be connected.So i could not build a net programme to send messege through internet Tcp protocol. i hope the experts could tell me how to solve these problems,thanks. if you colud upload the scripts ,i really thank you very much.
  9. thanks ! i try to rewrite the script,but..erro like this: : ==> The requested action with this object has failed.: $addfld.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & $dbname & "; UID=; PWD=1") $addfld.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & $dbname & "; UID=; PWD=1")^ ERROR >AutoIT3.exe ended. >Exit code: 0 Time: 2.840 mdb password : 1 but UID ??? is it my computer name??login name??? here is my test documents,maybe i question my ability . i try to fill the computer name or not to fill it,but the erro comes out with the same reason happy new year to you! thanks for your help again! when i'm in trouble,i always see the light--your help thanks and happy new year to everyone here db_test.rar
  10. oh!!thanks for your help again.It's very useful for me with your script! if the mdb with password,how could i rewrite the sataments in the script? is this right ? $addfld.Open("Provider=Microsoft.Jet.OLEDB.4.0; Password=123;Data Source=" & $dbname) but it could't pass in autoit?? would you please tell me where the problem comes from? thanks again!
  11. thanks,your answer is very useful and helpful for me ! but i want to ask a more question? the question has written in the picture i want to read datas if the third row,like daterecord time second 20051225 11 12 20051226 12 25 20051229 13 58 could you help me again? thanks!! i will continue to work hard,thanks for your help
  12. How to read datas like this in the MDB? Func _SelectData($dbname, $tblname, $fldname, $T) $addfld = ObjCreate("ADODB.Connection") $addfld.Open("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & $dbname) $RS =ObjCreate("ADODB.Recordset") $RS.ActiveConnection = $addfld $RS.Open ("Select "&$T & " From " & $tblname ) msgbox(0,"",$RS.Fields(0).Name) msgbox(0,"",$RS.Fields(0).Value) $addfld.Close EndFunc i ever used this script to read it,but i couldn't read datas like this: the pictute in the Attached thumbnail(s) i want to use it to read "daterecord" ---"20051226" ----"time"---"12" , "daterecord" ---"20051226" ----"second"---"25" and "daterecord" ---"20051229" ----"second"---"58",but.......failed cuold you help me to solve this problem???thanks
  13. you're right! i know something about this,but just a little!So I don;t know how to use this script to hack the autoit,can you tell me how to do it? even if i know a little,but i don't konw how to use it the hack programme,like reading the data when checking the password in the mem. if you're free,could you tell me how to clean the Password in mem after i press the ok button!because i don't want sb know this useing by mem editer ,could you do this by ur script???
  14. but i couldn't see it !! the support said:the software can't be do this ! but,if using the dll,could you come ture this ??? but i don't know how to use the dll to come true this!
  15. thanks ,this is a very good script! well done! but,how could i know the mem address in the programme when runing _MemRead($v_Open, 0x0012FBC0, 4) like :0x0012FBC0 could you tell me how do you know the 0x0012FBC0? do you know by using another mem editer??
  16. could you give me a example ?? i don't know how to use it. could you? if you're free,i hope you could explain the purpose of script. thanks
  17. How to judge the Chinese charactors or English charactors in the programme when reading strings in the file? i thought a lot of time ,but have no idea yet,i hope some people could help me or could give me a success au3 file ,thanks! for example the strings like:哈哈,abcd,你好??呵呵!!good,english when it finish to work,it shows:Chinese charactors 哈哈 你好 呵呵 English charactors abcd good english denotation , , ?? !!,
  18. but have no access to delete it ,could you help me to delete me ?
  19. How to judge the Chinese charactors or English charactors in the programme when reading strings in the file? i thought a lot of time ,but have no idea yet,i hope some people could help me or could give me a success au3 file ,thanks! for example the strings like:哈哈,abcd,你好??呵呵!!good,english when it finish to work,it shows:Chinese charactors 哈哈 你好 呵呵 English charactors abcd good english denotation , , ?? !!,
  20. look at the pic. could you make this programme style ? 1.gui 2.a tab or more tabs 3.the tab incule some buttons or some checkboxs 4.when buttons or checkboxs are a larger numbers,it can use the scroll to chose the orther buttons or checkboxs . how can i build this in autoit? could you help me ?
  21. could you bring some pictures to me? i 'm terrible sorry ,i don't really know how to use it !
  22. how do i use it????/could you tell me more?
  23. how do you write a download program?? i can't translate the asp adress to the real adress which the file was at here! coulad you help me ?
×
×
  • Create New...