Jump to content

Open Fast Yahoo Chat Window


let
 Share

Recommended Posts

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

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

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

Link to comment
Share on other sites

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

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:)

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