Ok maybe i better explain better.
The person who made it apparently called themselves Viperdoc, they had a chatroom and community back a while called Chat bot help desk, it was called doc's lil f****r:
Yes it was a vb app, at one point he had asked me to look at a decompiled version, and improve upon it.
Features included three address bars, one for hex, one for url, and one for room name, for joining, obviously. There were something like around 16 text boxes each with their own send button, situated vertically in two rows on the left half of the app's form. On the right, taking up the other half of the horizontal space was a web browser, what i now know as the microsoft internet controls, it would navigate to rooms upon the address bars above it.
The function that i'm concerned with is the fact that when the user clicked on a send button, the text from the button's corresponding textbox would be sent to the chatroom, without the cursor even being in the chat message bar.
I think one could credit APIs, and it kinda bites because i know next to nothing on them yet. I wanted to make a chat bot, and so for inspirational and educational purposes i downloaded fate's source code. When looking at all the stuff i would have to transpose and deal with, gave up on the matter. Hat's off to the creator. Anyways this proggy had an extra feature, although i don't care about it cos it was basically for flooding sorta, when the character "~" was inserted into a textbox, everything surrounding it would be separated into different messages. Like i sed, i don't care about that one, flooding will be impossible on mine unless someone screws with it.
Oh and please no jargen, i'm only an intermediate self-taught VB6 feller.