MiOn Messenger
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
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
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
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
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
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.
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;
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;
Hi Dexter,
looks really great.
yea Axel i think he's a Belgian
looks really great.
yea Axel i think he's a Belgian

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
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
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]()
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!

MrAksel wrote:How many Belgians are there here? :S


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
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
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:)

if there is anything you want to know for beginners level just ask me and maybe i can help you:)
Hi Dexter,
Cool from the Netherlands
Yea ill try to keep that in mind
Cool from the Netherlands

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

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
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
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023