Jump to content

konan

Active Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by konan

  1. Thank you very much!
  2. thank you for your example. But i want know how to use socks5 proxy! Can you have me a example?
  3. This is a mistake in your second example. _IEFormElementSetValue($o_password, "your password here") Right is _IEFormElementSetValue($o_passwd, "your password here")Log
  4. "IE Automation UDF Library" is so good. Thank you!
  5. I have a same question but no one help me correct. http://www.autoitscript.com/forum/index.php?showtopic=11579 I think if we can do it by JSP or VBS, or any other tools, but i have not find it.
  6. I have ever write a script by send "keyboard" command. Now, I just want to know if there are any other way to do it. Thank you all the same.
  7. Who can help me, Thank you!
  8. I have know your way to solve this problem, But I don't want to do it by simulating click mouse and keyboard. I have write all the code but i just don't konw how to set the focus on the table to fill in reply.
  9. Thx I need to gave reply in a bbs, which soft is "Powered by Discuz! 3.1.2". Like this.... I'm sorry that the pic is a bbs in chinese, but I think you can know what I mean
  10. Thank you for your help! I'm sorry to that my English is poor. I want to write have a script to fill reply in a forum, when i press special keys. But I'm not the admin in that forum. I know that different forum have different code, but i want have a example. Thank you!
  11. Who can help me ! thanks
  12. How to set strings to a table in web Another question, how to click a button in web I want to write a script to auto fill replay in a forum. Can we do it by com/object/vbs/jsp???? Please help me! Thank you You can gave a example for this forum.
  13. Thank you very much for your help!
  14. I open a excel file, but not set it Visible. I del some date, then want to save it. But i find it is not to save without visible. How can it do it ? This is my code $FileName="C:\Test.xls" $oExcelDoc = ObjGet($FileName) $oExcelDoc.Worksheets(1).range("A1").Delete $a1=$oExcelDoc.Worksheets(1).range("A1").value Msgbox(0,"",$a1);>>>Show the value now ;>>>>>>>>>How to save this Excel file???<<<<<<<< ;>>>>>>>>>Don't activate it<<<<<<<<
  15. I'm very sorry to have a mistake, and post a question in this area. Please del this post. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I open a excel file, but not set it Visible. I del some date, then want to save it. But i find it is not to save without visible. How can it do it ? This is my code $FileName="C:\Test.xls" $oExcelDoc = ObjGet($FileName) $oExcelDoc.Worksheets(1).range("A1").Delete $a1=$oExcelDoc.Worksheets(1).range("A1").value Msgbox(0,"",$a1);>>>Show the value now ;>>>>>>>>>How to save this Excel file???<<<<<<<< ;>>>>>>>>>Don't activate it<<<<<<<<
  16. It is very good.In fact, I have read some topic like this. You are very clever
  17. Is there any one can help me?
  18. which api in shell32.dll can call Taskbar Option I want to open Taskbar and StartMenu Option. I find it should be open by call shell32.dll. But I don't know which api function should I use? And how can i call it. Please give me a example. Thank you!
  19. I'm very very sorry to add question post in this area. please del it! --------------------------- which api in shell32.dll can call Taskbar Option I want to open Taskbar and StartMenu Option. I find it should be open by call shell32.dll. But I don't know which api function should I use? And how can i call it. Please give me a example. Thank you! -----------------------------
  20. Thank you! It is good!
  21. I use FoxMail to Receive and Send email. When i used your func to send mail, It open FoxMail, but not send it out!
  22. Where are you from?
  23. You can get infomation from the help file. You 'd better read it one more time.
  24. May be one of your files just can be read only
×
×
  • Create New...