let Posted September 30, 2008 Posted September 30, 2008 (edited) Func _sendYahoo($user, $text) Local $send $send = _IECreate ("ymsgr:sendim?"&$user&"&m="&$text,0) ... EndFunc I have function _sendYahoo , but it very slow. ( <=5 s) , I want function fast , Can any people help me ? Will It use function on Yahoo .DLL ? ( ymsdk.dll,... ) Sorry , i not good enlisgh. Edited September 30, 2008 by let
dbzfanatic Posted September 30, 2008 Posted September 30, 2008 You need to show full code before we can really help you. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
let Posted September 30, 2008 Author Posted September 30, 2008 You need to show full code before we can really help you. Function will first open IE before it open Yahoo window ==> very slow, i want it will open Yahoo Window very fast ==> Function ? Func _GetTextReply($YahooWin) Local $GetTextReply WinWaitNotActive($YahooWin,"") $GetTextReply = ControlGetText($YahooWin,"","YHTMLContainer1") If $GetTextReply = "" Or $GetTextReply = 0 Then Return 0 Else Return $GetTextReply EndIf EndFunc Function is no result . Why ? Sorry , i not good enlish >_<
Community On Patrol Posted September 30, 2008 Posted September 30, 2008 Hi let, Please create descriptive topics. Using one word topics makes it really difficult to use the search feature, and those that could probably answer your question will probably not even read your thread. Doing it enough could cause your posting privileges to be taken away all together, and we don't want that . Thanks.
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