Mirage Source
http://miragesource.net/forums/

[DEV]Chat Program
http://miragesource.net/forums/viewtopic.php?f=206&t=6094
Page 1 of 2

Author:  KruSuPhy [ Mon Aug 03, 2009 5:34 pm ]
Post subject:  [DEV]Chat Program

So...
Yeah. I'm coding a chat program, Using Giakens Chat BASIC.
It's a chance to learn to code VB6 better, and I took it whether anybody approves of it or not =P
But yeah, anyways:

It came with a Set Name feature, chatting, and I started from there.

Features:
Kick (100%)
Register (100%)
Login (100%)
Set Access(100%)
Use of Access (50%)
You have to have a name to chat (100%)
**NEW FOR v2**
Private Chat(50%)

Screenie:
Image

DOWNLOAD:
v1
http://www.megaupload.com/?d=DZFGEX60

Author:  Nean [ Mon Aug 03, 2009 7:55 pm ]
Post subject:  Re: [DEV]Chat Program

Sweet. I'm assuming this is closed source?

Author:  KruSuPhy [ Mon Aug 03, 2009 11:33 pm ]
Post subject:  Re: [DEV]Chat Program

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.

Author:  James [ Mon Aug 03, 2009 11:45 pm ]
Post subject:  Re: [DEV]Chat Program

Was ChatBasic the MS Chat ripped from everything else?

Author:  KruSuPhy [ Tue Aug 04, 2009 12:07 am ]
Post subject:  Re: [DEV]Chat Program

I don't think so.
Giaken told me he coded it himself I think. He was teaching me how to use sockets and shit.

Author:  jsventor [ Tue Aug 04, 2009 4:04 pm ]
Post subject:  Re: [DEV]Chat Program

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.

Author:  KruSuPhy [ Tue Aug 04, 2009 5:01 pm ]
Post subject:  Re: [DEV]Chat Program

Kewl? o.o
Anyways, This is just a chance for me to learn to code VB6. I'll probably end up making more projects for the same reason =P
Anyways, Uploading v1 here in a bit.

Updates:
REDID Set Access System
Login feature is now 100%!

EDIT:
http://www.megaupload.com/?d=DZFGEX60
Released v1 :D

Author:  GIAKEN [ Wed Aug 05, 2009 2:46 pm ]
Post subject:  Re: [DEV]Chat Program

ChatBASIC is something I made from scratch.

Author:  KruSuPhy [ Thu Aug 06, 2009 3:40 pm ]
Post subject:  Re: [DEV]Chat Program

Thought so =P
Anyways. Working on it. Might try to make Multiple Channels.

Author:  KruSuPhy [ Sat Aug 08, 2009 8:43 pm ]
Post subject:  Re: [DEV]Chat Program

bump.
Updated;
Private Chat(80%)

Author:  grimsk8ter11 [ Sat Aug 08, 2009 8:50 pm ]
Post subject:  Re: [DEV]Chat Program

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.

Author:  KruSuPhy [ Sat Aug 08, 2009 9:10 pm ]
Post subject:  Re: [DEV]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.

Author:  grimsk8ter11 [ Sat Aug 08, 2009 11:11 pm ]
Post subject:  Re: [DEV]Chat Program

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.

Author:  KruSuPhy [ Sun Aug 09, 2009 10:35 pm ]
Post subject:  Re: [DEV]Chat Program

Er I suppose I could try that, lol :P

Author:  ShadowMaster [ Mon Aug 10, 2009 8:58 pm ]
Post subject:  Re: [DEV]Chat Program

After that you can add a voice chat function.

Author:  KruSuPhy [ Mon Aug 10, 2009 9:01 pm ]
Post subject:  Re: [DEV]Chat Program

How about no >.>
I'm not epic enough to even know if that is within the abilities of VB6.

Author:  ShadowMaster [ Mon Aug 10, 2009 9:15 pm ]
Post subject:  Re: [DEV]Chat Program

http://www.planet-source-code.com Try here and search for it.

Author:  ShadowMaster [ Wed Aug 12, 2009 2:56 pm ]
Post subject:  Re: [DEV]Chat Program

Ok After I post a useful site and the topic dies. RIP :lol:

Author:  Matt [ Fri Aug 14, 2009 7:36 pm ]
Post subject:  Re: [DEV]Chat Program

ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..

Author:  jsventor [ Sat Aug 15, 2009 1:38 am ]
Post subject:  Re: [DEV]Chat Program

Matt wrote:
ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..


And now the topic really dies.

lol

Author:  Matt [ Sat Aug 15, 2009 1:50 am ]
Post subject:  Re: [DEV]Chat Program

jsventor wrote:
Matt wrote:
ShadowMaster wrote:
Ok After I post a useful site and the topic dies. RIP :lol:


Everybody here knows about PSCode. You're really annoying..


And now the topic really dies.

lol


Lol. I'm sure Kru will update this thread once he has made headway on the project or if he decides to let it go.

Author:  KruSuPhy [ Sun Aug 16, 2009 5:43 pm ]
Post subject:  Re: [DEV]Chat Program

Meh. I'm still working on it.
Though, It is going a bit slower, I have so many damn projects I'm working on ATM.
Scripting a bunch of crap for some elysium game my friend is making
Coding like half a site on my own in PHP for my other friend(And I'm not even that great with PHP)
Mapping the third region on P:DoA with one helper
Plus coding this, lol.
I need to learn to take it one at a time xD

Author:  Matt [ Sun Aug 16, 2009 6:15 pm ]
Post subject:  Re: [DEV]Chat Program

KruSuPhy wrote:
Meh. I'm still working on it.
Though, It is going a bit slower, I have so many damn projects I'm working on ATM.
Scripting a bunch of crap for some elysium game my friend is making
Coding like half a site on my own in PHP for my other friend(And I'm not even that great with PHP)
Mapping the third region on P:DoA with one helper
Plus coding this, lol.
I need to learn to take it one at a time xD


You're not the only one that takes on several projects at once. Lol.

I technically have 6 projects. Lol.

Sword of the Seeker
Blue
Gods Online
Unnamed Project
2 Music projects

We're all pro at multitasking, that's the problem with all of us here at MS.

Author:  KruSuPhy [ Sun Aug 16, 2009 6:28 pm ]
Post subject:  Re: [DEV]Chat Program

=P
Mapping + PHP + VB6 + SadScript
l;
It's harder for me to multitask because I suck at 3 out of four of those projects =|

Author:  Matt [ Sun Aug 16, 2009 11:43 pm ]
Post subject:  Re: [DEV]Chat Program

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.

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/