Sweet. I'm assuming this is closed source?
Yeah, It's closed source at the moment.
I might release the source in a few versions. maybe.
I plan on releasing v1 as soon as I find out what's wrong with my login code.
I don't think so.
Giaken told me he coded it himself I think. He was teaching me how to use sockets and shit.
I remember once I downloaded mirage, deleted ALL of the stuff in it, and made a chat program out of it. It was very easy to do and VERY effective because to add more features was very easy.
ChatBASIC is something I made from scratch.
Thought so =P
Anyways. Working on it. Might try to make Multiple Channels.
bump.
Updated;
Private Chat(80%)
grimsk8ter11
Unregistered
Challenge:
Make a component that consists of the chatbox. The component will store the type of chat (public or private) and then the channel name or person in the chat. The send button recognizes this component (use a tab system to switch them or generate new tabs each time, ect.) and sends the chat to the server and makes sure it goes to the right place. And the client can manage all tabs. It would make it a sort of IRC style chat program.
I don't understand, But you did give me a new idea;
I think I'll put the Private chat in a new tab instead of a whole new form.
grimsk8ter11
Unregistered
You can make ActiveX components in VB6. Make an activeX component that fnctions as the tab block for chat, that way when a new chat is opened, it makes a new tab with its own textbox, but they all use the same input box. Read up on ActiveX controls, they can be really helpful and people neglect them.
ShadowMaster
Unregistered
After that you can add a voice chat function.
How about no >.>
I'm not epic enough to even know if that is within the abilities of VB6.
ShadowMaster
Unregistered
ShadowMaster
Unregistered
Ok After I post a useful site and the topic dies. RIP :lol:
=P
Mapping + PHP + VB6 + SadScript
l;
It's harder for me to multitask because I suck at 3 out of four of those projects =|
The unnamed project is currently just a simple source to play around with. I took the MS4 Jacob gave me with his dynamic map system and I'm working on adding byte array packets, then just for the hell of it, I'm gonna convert it to DX8 to see if I like it enough to keep it, since everyone keeps telling me I should. We'll see though.