Jump to content

Help


let
 Share

Recommended Posts

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 by let
Link to comment
Share on other sites

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 >_<

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...