Code

Fermé
Optimus99 Messages postés 1 Date d'inscription mercredi 30 novembre 2016 Statut Membre Dernière intervention 30 novembre 2016 - Modifié par *_Francis_* le 30/11/2016 à 13:37
Whismeril Messages postés 19040 Date d'inscription mardi 11 mars 2003 Statut Contributeur Dernière intervention 9 mai 2024 - 30 nov. 2016 à 13:22
Bonjour, debutant en programmation j ai un soucis avec mon code vb 2015 du boutton Login
j ai besoin d aide svp.... merci
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Missisauga_Minning_Inventory_Systems_I
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

private void label1_Click(object sender, EventArgs e)
        {

}

private void button1_Click(object sender, EventArgs e)
        {
            this.Close();
        }

private void button2_Click(object sender, EventArgs e)
        {


if Username.Text  = "Frederic  " as Password.Text  = "Wolkswagen" then
            Show.MessageBox ("Herlich Willkomen",Message)       
            this.Hide();
            Main1 ss = new Main1();
            ss.Show(); 
        }

private void label3_Click(object sender, EventArgs e)
        {

}
    }
}




A voir également:

1 réponse

Whismeril Messages postés 19040 Date d'inscription mardi 11 mars 2003 Statut Contributeur Dernière intervention 9 mai 2024 932
30 nov. 2016 à 13:22
Bonjour

ou c'est sûr tu as un problème avec ton code VB 2015 , parce que ça, c'est un code C#.....
0