Results 1 to 3 of 3

Thread: FindWindow and FindWindowEx

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    6

    FindWindow and FindWindowEx

    I was wondering if someone knows how i can use those API's to send text to a chat program, like for instance, say i want to send text to a lobby room in MSN Gaming Zone. I am very good with C++, but i want to try it with VB.

    -r0ot
    "go masturbate with a cheese grater"

  2. #2
    Fanatic Member Kings's Avatar
    Join Date
    Aug 2001
    Posts
    673

    Hehe...

    I've got your answer

    I've made a few programs for the MSN Gaming Zone
    and they can send text to the lobbies, game chats and private chats.

    I'll attach a module (.bas) in a ZIP FILE with the functions to send text to lobbies, game chats and private chats.
    I also included some other functions for the Zone.

    You can send text by adding the module to your project and
    make a cmd button on a form and add this code,

    ZG_Send "the text to send" 'for Game Chat
    ZL_Send "the text to send" 'for a Lobby
    ZC_Send "the text to send" 'for a private chat

    Good Luck
    Attached Files Attached Files
    K i n g s

  3. #3
    Addicted Member
    Join Date
    Sep 2001
    Location
    UK
    Posts
    136

    Post

    Kool thx kings i'll try it P

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width