
konan
Active Members-
Posts
104 -
Joined
-
Last visited
Everything posted by konan
-
Thank you very much!
-
thank you for your example. But i want know how to use socks5 proxy! Can you have me a example?
-
Internet Explorer Automation UDF library
konan replied to DaleHohm's topic in AutoIt Example Scripts
This is a mistake in your second example. _IEFormElementSetValue($o_password, "your password here") Right is _IEFormElementSetValue($o_passwd, "your password here")Log -
Internet Explorer Automation UDF library
konan replied to DaleHohm's topic in AutoIt Example Scripts
"IE Automation UDF Library" is so good. Thank you! -
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.
-
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
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. -
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
Who can help me, Thank you! -
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
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. -
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
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 -
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
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! -
How to set strings to a table in web
konan replied to konan's topic in AutoIt General Help and Support
Who can help me ! thanks -
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.
-
How to save a excel file when hide the workbook?
konan replied to konan's topic in AutoIt General Help and Support
Thank you very much for your help! -
How to save a excel file when hide the workbook?
konan replied to konan's topic in AutoIt General Help and Support
Who can help me? -
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<<<<<<<<
-
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<<<<<<<<
-
which api in shell32.dll can call Taskbar Option
konan replied to konan's topic in AutoIt General Help and Support
It is very good.In fact, I have read some topic like this. You are very clever -
which api in shell32.dll can call Taskbar Option
konan replied to konan's topic in AutoIt General Help and Support
Is there any one can help me? -
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! -----------------------------
-
A Filefindnextfile That Parse Subfolders?
konan replied to ezzetabi's topic in AutoIt Example Scripts
Thank you! It is good! -
I use FoxMail to Receive and Send email. When i used your func to send mail, It open FoxMail, but not send it out!
-
Where are you from?
-
How do you delete a file in a folder
konan replied to willwatters's topic in AutoIt General Help and Support
You can get infomation from the help file. You 'd better read it one more time. -
May be one of your files just can be read only