MiOn Messenger

Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
23 posts Page 1 of 3
User avatar
Dexter
VIP - Donator
VIP - Donator
Posts: 7
Joined: Tue Jun 14, 2011 11:37 am

MiOn Messenger
Dexter
Hi there everyone,

Well this is my first post in here since I'm a new member to codenStuff and I wanted to show u guys/girls my project that im working on by myself.

It is a start so let me know what u guys think of for now.

Form1 works
u really can make an account and login by it, im using a web SQL database, the only problem i still got is that i cant make people fill in more information like name, surname age and that kinda things so i gotta figure that out also :)

well thanks for ur attention guys

Code for the login form.
also gonna be changed to a real database after im done and this is also gonna be changed
Code: Select all
Imports MySql.Data.MySqlClient

Public Class Form1

    Public conn As MySqlConnection



    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        conn = New MySqlConnection("server=db4free.net;Port=3306; user id= you ID ; password= your id password; database=database you are using")
        Try




            conn.Open()
            Dim sqlquery As String = "SELECT * FROM imonline WHERE Gebruikersnaam = '" & ComboBox1.Text & "';"
            Dim data As MySqlDataReader
            Dim adapter As New MySqlDataAdapter
            Dim command As New MySqlCommand
            command.CommandText = sqlquery
            command.Connection = conn
            adapter.SelectCommand = command
            data = command.ExecuteReader
            While data.Read()
                If data.HasRows() = True Then
                    If data(2).ToString = TextBox1.Text Then
                        Form2.Show()
                        Me.Hide()
                        NotifyIcon1.Visible = True
                    Else

                        Label1.Text = "Onjuist wachtwoord of gebruikersnaam!"


                    End If

                End If
            End While
        Catch ex As Exception
        End Try




    End Sub

project3.JPG
project2.JPG

Sunday June the 19th


Edited my chat program that I am working on.

Changed the look.
Chat works
Only able to chat by a username
Webcam views but no webcamview with your contacts yet!
Implenting a mail service inside the messenger program.

Changed the name to MiOn and let me know what you think about the name of it
or got a better name dont hesitate to tell me :)

Will be updating more pictures on Monday June the 20th
MiOn.JPG
You do not have the required permissions to view the files attached to this post.
Last edited by Dexter on Sun Jun 19, 2011 11:15 pm, edited 1 time in total.
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Re: Buddy Messenger
Napster1488
Looks cool
YouTube Downloader v3.0
Image
Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Buddy Messenger
Agust1337
Hello Dexter,
This is a good way to teach others with MySQL including me :lol:
Good tutorial :)
But make some comments for some new coders that don't know anything about it cooll;
Top-notch casual Dating
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Buddy Messenger
Axel
Looks like you are dutch/belgian :P
http://vagex.com/?ref=25000
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Buddy Messenger
Dummy1912
Hi Dexter,

looks really great.

yea Axel i think he's a Belgian :D
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Buddy Messenger
MrAksel
How many Belgians are there here? :S
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Buddy Messenger
Dummy1912
MrAksel wrote:
How many Belgians are there here? :S
:D hope allot :D

Hope you don't mind if there is... :p
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Dexter
VIP - Donator
VIP - Donator
Posts: 7
Joined: Tue Jun 14, 2011 11:37 am

Re: Buddy Messenger
Dexter
hey thx guys :) wel im actually from the Netherlands :P
if there is anything you want to know for beginners level just ask me and maybe i can help you:)
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Buddy Messenger
Dummy1912
Hi Dexter,

Cool from the Netherlands :D
Dexter wrote:
if there is anything you want to know for beginners level just ask me and maybe i can help you:)

Yea ill try to keep that in mind :D
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: Buddy Messenger
Jg99
Looks cool, but can you please put it in several languages because there's people from all over the world on CodenStuff
http://www.sctechusa.com SilverCloud Website
23 posts Page 1 of 3
Return to “Work in Progress”