Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 21st, 2004, 5:59 PM   #1
scorpiosage
Programmer
 
scorpiosage's Avatar
 
Join Date: Aug 2004
Location: Austin, Tx
Posts: 55
Rep Power: 5 scorpiosage is on a distinguished road
Send a message via AIM to scorpiosage Send a message via Yahoo to scorpiosage
here's a question.
Anyone use any type of chat program? aol, yahoo. Well, I want to create a similar thing, with Visual Basic. A stand alone chat program.

As I am alright with VB itself haven't done much with anything database driven with it, but, want to figure out the best way too begin.

My thought on this is that I would have a MYSQL database located on my a server, and have all the information passed through it. with all the various information set up. the user name and login information.

I would like also, for windows users, the ability to minimize this chat and it "call" you when you recieve a message.

Any thoughts on where to start with this?
Thanks
Mike
__________________
Here's my latest project still in the works, and I need to get rid of this "frame" situation for real. www.prideofaustin.com
scorpiosage is offline   Reply With Quote
Old Dec 22nd, 2004, 9:17 AM   #2
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
http://www.vbmysql.com/articles/vb_mysql_t...rial-part1.html
http://vbmysql.com/articles/vb_mysql_tutor...rial-part2.html


i havn't read any of those articals, but i am sure they'll help you out.

also they have a sample code section that might give you some ideas:

http://www.vbmysql.com/samplecode
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Dec 23rd, 2004, 12:27 PM   #3
scorpiosage
Programmer
 
scorpiosage's Avatar
 
Join Date: Aug 2004
Location: Austin, Tx
Posts: 55
Rep Power: 5 scorpiosage is on a distinguished road
Send a message via AIM to scorpiosage Send a message via Yahoo to scorpiosage
Pizentios thanks for the sticks, I will have to check em' out...:-)
I will let you know how it went when I get a chance to look at them.
Mike
__________________
Here's my latest project still in the works, and I need to get rid of this &quot;frame&quot; situation for real. www.prideofaustin.com
scorpiosage is offline   Reply With Quote
Old Dec 23rd, 2004, 12:38 PM   #4
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Cool, don't forget to come back for help if you need it!
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Dec 23rd, 2004, 6:37 PM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Oh, and if you wanna help, we're doing the same thing as a community project in C# right here. Check out the Community Project forum.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jan 7th, 2005, 3:58 AM   #6
scorpiosage
Programmer
 
scorpiosage's Avatar
 
Join Date: Aug 2004
Location: Austin, Tx
Posts: 55
Rep Power: 5 scorpiosage is on a distinguished road
Send a message via AIM to scorpiosage Send a message via Yahoo to scorpiosage
Did I actually write
Quote:
thanks for the stick
?
My goodness what does that even mean...LOL
Anyway, those links helped a million, now, I am going to see if I can't find the project forum and see what I can help with.
Laters
Mike
__________________
Here's my latest project still in the works, and I need to get rid of this &quot;frame&quot; situation for real. www.prideofaustin.com
scorpiosage is offline   Reply With Quote
Old Jan 7th, 2005, 9:09 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Glad to hear you got it working.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jan 7th, 2005, 9:33 AM   #8
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I must have overlooked this thread in the past, but I wrote a VB6 chat program a while back (using Access for db)... if you are having any problems with your code, let me know...

Definitely check out Element, the community IM project... written in C#. Its in its infantile phases but plenty of places to help and learn.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jan 7th, 2005, 7:33 PM   #9
scorpiosage
Programmer
 
scorpiosage's Avatar
 
Join Date: Aug 2004
Location: Austin, Tx
Posts: 55
Rep Power: 5 scorpiosage is on a distinguished road
Send a message via AIM to scorpiosage Send a message via Yahoo to scorpiosage
hmm, Well, I have never used access as a database for anything, other then to use access itself, so, I have never been quite sure exactly how to upload one to a web server and connect to it.

I prolly should learn how...lol.. but the information so far on using vb with MySQL is quite interesting. I have had time to read up on it, but not yet to impliment it, as, I haven't added vb to my new computer yet (grrr)

The projects in c#, not a language I have studied up on, but, for nothing else, I can learn a thing or two, and intergect if there is something that I know how to do.
Laters
Mike
__________________
Here's my latest project still in the works, and I need to get rid of this &quot;frame&quot; situation for real. www.prideofaustin.com
scorpiosage is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC