PDA

Click to See Complete Forum and Search --> : FindWindow and FindWindowEx


^r0oted^
Sep 14th, 2001, 04:56 PM
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

Kings
Sep 15th, 2001, 03:48 AM
I've got your answer:D

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

GavinUk
Sep 15th, 2001, 07:57 AM
Kool thx kings i'll try it :oP