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.
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”)
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 🙂