Jump to content

Recommended Posts

Posted (edited)

Func _sendYahoo($user, $text)
    Local $send
    $send = _IECreate ("ymsgr:sendim?"&$user&"&m="&$text,0)
          
    EndFunc

I have a function open Yahoo chat window with $user and $text , but it very slow.

Can any people help me create function is fast ?

Edited by let
Posted

Func _sendYahoo($user, $text)
    Local $send
    $send = _IECreate ("ymsgr:sendim?"&$user&"&m="&$text,0)
          
    EndFunc

I have a function open Yahoo chat window with $user and $text , but it very slow.

Can any people help me create function is fast ?

If IE is already running one instance, the next instance will come up much faster because many shared components are already loaded. Keep one instance of IE running in the background, maybe hidden.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

If IE is already running one instance, the next instance will come up much faster because many shared components are already loaded. Keep one instance of IE running in the background, maybe hidden.

>_<

idea not good

:)

can it open by yahoo file dll ? or ...... I dont know

:idiot::P

Posted

idea not good

:)

Explanation of what you think you are doing not good... >_<

can it open by yahoo file dll ? or ...... I dont know

:Po:)

What yahoo file? What DLL? What are you talking about?

:idiot:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Explanation of what you think you are doing not good... :)

every time run function , you execute code run IE and hidden it ==> very very slow :P

I try running IE before when i run function , it was open slow

What yahoo file? What DLL? What are you talking about?

:idiot:

I dont know >_<

Sorry , I not good english o:)

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
×
×
  • Create New...