Problem with Get Users List when chatting in PM

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188357
    UAEWebMaster
    Member

    Hi again,

    I took nanomachine007 code and implemented in my prg *thanks nanomachine* , it works great, but the only problem i am facing is when i start chatting in Private, the Get Users List does not work .. perhaps it needs to have focus set on the room.

    need your help guys.

    here is my code.

    thanks.

    #188359

    I didn’t check your code but I guess what is your problem.

    just change this line
    mywindowclass = FindWindow(“my window class”, vbNullString)

    to

    mywindowclass = FindWindow(“my window class”, “your room name”)

    #188358
    Admin
    Administrator

    yeps jsut about to say that, thas why i use the connect thingy n my programs 🙂 u can check the code, it never looses focus like that 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.