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
Printable View
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
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
Kool thx kings i'll try it :oP