Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: SPY-3 on August 22, 2004, 08:54 AM

Title: User Mail/ Colors
Post by: SPY-3 on August 22, 2004, 08:54 AM
ive looked around and finally decided to ask here
i need a code that will make a mail command like \mail user message and to check if they have mail every 30 minutes and that they can type \inbox to check the mail.
also i need  a code to make things like ÁQ to be grey and the diablo ones.

if you arnt going to help dont even post here
Title: Re:User Mail/ Colors
Post by: Grok on August 22, 2004, 09:14 AM
Quote from: SPY-3 on August 22, 2004, 08:54 AM
ive looked around and finally decided to ask here
i need a code that will make a mail command like \mail user message and to check if they have mail every 30 minutes and that they can type \inbox to check the mail.
also i need  a code to make things like ÁQ to be grey and the diablo ones.

if you arnt going to help dont even post here

Which transport protocol do you want to use?  Have you decided on a server platform to host the messages?  Will you be using encryption?  Secure channels?  We need more info to help, if we help.  If you are not going to offer more info, do not even post here.   :P

Edit: forgot the  :P on last sentence.
Title: Re:User Mail/ Colors
Post by: ChR0NiC on August 22, 2004, 01:50 PM
Quote from: SPY-3 on August 22, 2004, 08:54 AM
also i need  a code to make things like ÁQ to be grey and the diablo ones.
if you arnt going to help dont even post here

Why should we just give you code when you are not willing to work for it?

Just do a split by the "Á" character, and convert the following letter into a color constant and run that through your AddChat sub.
Title: Re:User Mail/ Colors
Post by: Warrior on August 23, 2004, 01:10 AM
We love you too.
Title: Re:User Mail/ Colors
Post by: MyndFyre on August 23, 2004, 03:09 AM
Quote from: SPY-3 on August 23, 2004, 12:20 AM
i knew these vl forums dont help no thanks to all u losers
Just to clarify, aren't you the loser who can't figure it out?
Title: Re:User Mail/ Colors
Post by: Grok on August 23, 2004, 03:33 AM
Quote from: SPY-3 on August 23, 2004, 12:20 AM
i knew these vl forums dont help no thanks to all u losers

Hey blame yourself.  I was willing and trying to help, asked you for more information, and you provided none.
Title: Re:User Mail/ Colors
Post by: SPY-3 on August 23, 2004, 05:08 AM
i dont need any mail control now i figured it out on my own but the colors i cant get to work. >:(
Title: Re:User Mail/ Colors
Post by: R.a.B.B.i.T on August 24, 2004, 05:20 PM
What are you doing that doesn't work?
Title: Re:User Mail/ Colors
Post by: SPY-3 on August 27, 2004, 12:29 AM
ok nevermind i figured all this out after alot of work so delete this thread or close it i dont care :D
Title: Re:User Mail/ Colors
Post by: Grok on August 27, 2004, 06:14 AM
Quote from: SPY-3 on August 27, 2004, 12:29 AM
ok nevermind i figured all this out after alot of work so delete this thread or close it i dont care :D

One advantage of forums is that other people read them.  Not only is that an advantage to you who needs help, but to everyone else who has the same questions.

You should post what you found out, to share with other people who have the same questions.  Sometimes you will gain from other users, sometimes you will give.  There's little sense in deleting topics after they are "figured out".
Title: Re:User Mail/ Colors
Post by: SPY-3 on August 27, 2004, 07:30 AM
Quote from: Grok on August 27, 2004, 06:14 AM
Quote from: SPY-3 on August 27, 2004, 12:29 AM
ok nevermind i figured all this out after alot of work so delete this thread or close it i dont care :D

One advantage of forums is that other people read them.  Not only is that an advantage to you who needs help, but to everyone else who has the same questions.

You should post what you found out, to share with other people who have the same questions.  Sometimes you will gain from other users, sometimes you will give.  There's little sense in deleting topics after they are "figured out".

noone would want to do it the way i did anyway its very basic using a loop, mid control, integers, strings and some others but if someone really wanted to do this theyd be better to try there own