Exam.txt

  • Uploaded by: Yassine Ouardini
  • 0
  • 0
  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Exam.txt as PDF for free.

More details

  • Words: 66
  • Pages: 1
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click For i = 0 To 5 If Val(TextBox1.Text) = tbl(i).numcand Then TextBox2.Text = tbl(i).nom_prenom DateTimePicker1.Text = tbl(i).datenaiss ComboBox1.Text = tbl(i).spec TextBox3.Text = tbl(i).moyenne If tbl(i).niveau = "B" Then RadioButton1.Checked = True ElseIf tbl(i).niveau = "D" Then RadioButton2.Checked = True ElseIf tbl(i).niveau = "L" Then RadioButton3.Checked = True End If End If

Next End Sub

More Documents from "Yassine Ouardini"

Exam.txt
November 2019 14
Ar-cv-2.doc
May 2020 7
November 2019 23