Private Sub Cours_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

Similar documents
IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants

Objectives. After completing this topic, the students will: Understand of the concept of polymorphism Know on How to implement 2 types of polymorphism

Visual Basic: Opdracht Structuur

Déclaration du module

FOR 240 Homework Assignment 4 Using DBGridView and Other VB Controls to Manipulate Database Introduction to Computing in Natural Resources

Learning VB.Net. Tutorial 19 Classes and Inheritance

Learning VB.Net. Tutorial 10 Collections

Form Connection. Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel

DO NOT COPY AMIT PHOTOSTUDIO

In this tutorial we will create a simple calculator to Add/Subtract/Multiply and Divide two numbers and show a simple message box result.

To enter the number in decimals Label 1 To show total. Text:...

C4.3, 4 Lab: Conditionals - Select Statement and Additional Input Controls Solutions

Else. End If End Sub End Class. PDF created with pdffactory trial version

VISUAL BASIC II CC111 INTRODUCTION TO COMPUTERS

PROGRAMMING ASSIGNMENT: MOVIE QUIZ

Revision for Final Examination (Second Semester) Grade 9

超音波モータ制御プログラムの作成 (v1.2.1)

Learning VB.Net. Tutorial 17 Classes

Form Adapter Example. DRAFT Document ID : Form_Adapter.PDF Author : Michele Harris Version : 1.1 Date :

โปรแกรมช วยทดสอบหม อแปลงกระแส

Learning VB.Net. Tutorial 15 Structures

S.2 Computer Literacy Question-Answer Book

Unit 4. Lesson 4.1. Managing Data. Data types. Introduction. Data type. Visual Basic 2008 Data types

VARIABLES. 1. STRINGS Data with letters and/or characters 2. INTEGERS Numbers without decimals 3. FLOATING POINT NUMBERS Numbers with decimals

Corrigé. Leçon A Exercices : Tutoriel a. Dim strmois(1 to 6) as String

DEVELOPING OBJECT ORIENTED APPLICATIONS

Herefordshire College of Technology Centre Edexcel BTEC Level 3 Extended Diploma in Information Technology (Assignment 1 of 3)

Mr.Khaled Anwar ( )

Year 12 : Visual Basic Tutorial.

Lecture 10 OOP and VB.Net

DRAWING AND MOVING IMAGES

This PDF was generated in real-time using DynamicPDF; Generator for.net.

Code: Week 13. Write a Program to perform Money Conversion. Public Class Form1

CALIFORNIA STATE UNIVERSITY, SACRAMENTO College of Business Administration. MIS 15 Introduction to Business Programming. Programming Assignment 3 (P3)

Programming with Visual Studio Higher (v. 2013)

How to Validate DataGridView Input

Tutorial 4: Flow Artificial Intelligence

"!#... )*! "!# )+, -./ 01 $

Tutorial 03 understanding controls : buttons, text boxes

Computing Science Unit 1

1. Create your First VB.Net Program Hello World

LAMPIRAN A: Listing Program

Apéndice E Código de software de ayuda en Visual Basic 2005 Public Class Form1

VISUAL BASIC PROGRAMMING (44) Technical Task KEY. Regional 2013 TOTAL POINTS (485)

VB FUNCTIONS AND OPERATORS

How to work with data sources and datasets

ก Microsoft Visual Studio 2008

Connection Example. Document ID : Connection_Example.PDF Author : Michele Harris Version : 1.1 Date :

A Complete Tutorial for Beginners LIEW VOON KIONG

Windows Server 2003 Installation Configuration Et Administration Pdf

Unit 7. Lesson 7.1. Loop. For Next Statements. Introduction. Loop

SERIE N 1. 4 ème Année informatiques. Exercice 3. Exercice 4 (Manuel Scolaire) Page [1] Les enregistrements & Les fichiers Infoslpm.e-monsite.

Lab 3 The High-Low Game

Lampiran 1 Kode Program

Repetition Structures

Serial-out Color Sensor. Overview. Features

5. Enterprise JavaBeans 5.3 Entity Beans. Entity Beans

Tutorial :.Net Micro Framework et.net Gadgeteer

VLANs. Commutation LAN et Wireless Chapitre 3

My first game. 'function which adds objects with bug tag to bugarray array. Saturday, November 23, :06 AM

About Transferring License Rights for. PL7 V4.5 and Unity Pro V2.3 SP1 Software

LAMPIRAN. Universitas Sumatera Utara

Tutorial 1 : minimal example - simple variables replacements

Module 4: Data Types and Variables

COPYRIGHTED MATERIAL. Taking Web Services for a Test Drive. Chapter 1. What s a Web Service?

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

VB.NET Programs. ADO.NET (insert, update, view records)

Tutorial 3: Shortest path Artificial Intelligence

VISUAL BASIC 2005 EXPRESS: NOW PLAYING

This PDF was generated in real-time using DynamicPDF; Generator for.net.

This PDF was generated in real-time using DynamicPDF; Generator for.net.

Visual Studio.NET for AutoCAD Programmers

Unit 4 Advanced Features of VB.Net

TD : Compilateur ml2java semaine 3

Interacting with External Applications

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

Lab 4: Adding a Windows User-Interface

IT3101 -Rapid Application Development Second Year- First Semester. Practical 01. Visual Basic.NET Environment.

MATFOR In Visual Basic

Installation des interfaces et utilisation de WorldCAT-CIF pour le catalogue CD Meusburger

SOUTH AFRICAN NATIONAL STANDARD

Disclaimer. Trademarks. Liability

VB. Microsoft. TS- Microsoft.NET Framework 3.5 -C Windows Workflow Foundation

This PDF was generated in real-time using DynamicPDF; Generator for.net.

Learning VB.Net. Tutorial 16 Modules

OVERLOADING METHODS AND CONSTRUCTORS: The Ball Class

How to obtain a certificate of equivalence?

Read me carefully before making your connections!

A Second Visual BASIC Application : Greetings

Member Management System

I101/B100 Problem Solving with Computers

# Project Tracker Status Priority Subject Updated Category Target version 559 Auto Multiple 05/09/2018 1/10

Chapter 2 Exploration of a Visual Basic.Net Application

Infobel XmlAccess User Manual. Infobel XmlAccess. User Manual. Version 2.0. Page 1 of 45

<?php. file_get_contents( cours.txt ) /* Persistance côté serveur */ /* */

Conception Orientée Objet. Romain Rouvoy Licence mention Informatique Université Lille 1

C16 Visual Basic Net Programming

Using ASP.NET Code-Behind Without Visual Studio.NET

C:\MasterPageWeb\HAPR\docu\HAPR_VB6_version15sept06.rtf 19/10/08. HARP_VB projet en VB6

Microsoft Visual Basic 2005: Reloaded

Transcription:

Public Class Cours Private nc As Integer Private Sub Cours_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO : cette ligne de code charge les données dans la table 'Dset.professeur'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) 'TODO : cette ligne de code charge les données dans la table 'Dset.cours'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.CoursTableAdapter.Fill(Me.Dset.cours Private Sub ajt_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles ajt.click Me.CoursTableAdapter.InsertQuery(NumcoursTextBox.Text, NumsalleTextBox.Text, MatriculeprofesseurTextBox.Text, TitreTextBox.Text, CoefTextBox.Text) MsgBox("Ajout avec succés") Me.CoursTableAdapter.Fill(Me.Dset.cours) Private Sub sup_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles sup.click Dim i As Integer i = InputBox("Entrez le Numero du cours à Supprimer!", "Suppression") Me.CoursTableAdapter.DeleteQuery(i) MsgBox("Suppression avec succès") www.exercicegratuit.com Page 1

Me.CoursTableAdapter.Fill(Me.Dset.cours) Private Sub mdf_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles mdf.click Me.CoursTableAdapter.UpdateQuery(NumsalleTextBox.Text, MatriculeprofesseurTextBox.Text, TitreTextBox.Text, CoefTextBox.Text, NumcoursTextBox.Text) MsgBox("Modification avec succès") Me.CoursTableAdapter.Fill(Me.Dset.cours) Private Sub rch_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rch.click Dim i As Integer i = InputBox("Entrez le Numero du cours rechercher!", "Recherche") Me.CoursTableAdapter.FillBy(Dset.cours, i) nc = NumcoursTextBox.Text Private Sub nv_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles nv.click www.exercicegratuit.com Page 2

NumcoursTextBox.Clear() NumsalleTextBox.Clear() MatriculeprofesseurTextBox.Clear() TitreTextBox.Clear() CoefTextBox.Clear() NumcoursTextBox.Focus() Private Sub act_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles act.click Me.CoursTableAdapter.Fill(Me.Dset.cours) Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged MatriculeprofesseurTextBox.Text = ComboBox1.Text Private Sub rtr_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rtr.click Menu_Principale.Show() Private Sub EtuduantToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EtuduantToolStripMenuItem.Click Etudiant.Show() Private Sub ProfesseurToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProfesseurToolStripMenuItem.Click www.exercicegratuit.com Page 3

Professeur.Show() Private Sub ExamenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExamenToolStripMenuItem.Click Examen.Show() End Class Public Class Etudiant Private cd_etd As Integer Private Sub Etudiant_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO : cette ligne de code charge les données dans la table 'Dset.etudiant'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) Private Sub ajt_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles ajt.click Me.EtudiantTableAdapter.InsertQuery(CodeetudiantTextBox.Text, NomTextBox.Text, PrenomTextBox.Text, Date_naissDateTimePicker.Text) MsgBox("ajout avec succés") www.exercicegratuit.com Page 4

Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) Private Sub sup_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles sup.click Dim i As Integer i = InputBox("Entrez le Numero d'étudiant à supprimer!", "Suppression") Me.EtudiantTableAdapter.DeleteQuery(i) MsgBox("suppression avec succès") Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) Private Sub mdf_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles mdf.click Me.EtudiantTableAdapter.UpdateQuery(NomTextBox.Text, PrenomTextBox.Text, Date_naissDateTimePicker.Text, CodeetudiantTextBox.Text) MsgBox("modificatoin avec succés") Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) Private Sub rch_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rch.click www.exercicegratuit.com Page 5

Dim i As Integer i = InputBox("Entrez le Numero d'étudiant rechercher!", "Recherche") Me.EtudiantTableAdapter.FillBy(Dset.etudiant, i) cd_etd = CodeetudiantTextBox.Text Private Sub nv_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles nv.click CodeetudiantTextBox.Clear() NomTextBox.Clear() PrenomTextBox.Clear() CodeetudiantTextBox.Focus() Private Sub act_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles act.click Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) Private Sub nt_cr_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles nt_cr.click Dim c As New nt_cr Consulter.CrystalReportViewer1.ReportSource = c Consulter.Text = "Liste des notes par N du cours" Consulter.Show() www.exercicegratuit.com Page 6

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim c As New nt_etd Consulter.CrystalReportViewer1.ReportSource = c Consulter.Text = "Liste des notes par N étudiants" Consulter.Show() Private Sub rtr_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rtr.click Menu_Principale.Show() Private Sub ProfesseurToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProfesseurToolStripMenuItem.Click Professeur.Show() Private Sub CoursToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CoursToolStripMenuItem.Click Cours.Show() Private Sub ExamenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExamenToolStripMenuItem.Click Examen.Show() www.exercicegratuit.com Page 7

End Class Public Class Examen Private ne As Integer Private Sub Examen_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO : cette ligne de code charge les données dans la table 'Dset.cours'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.CoursTableAdapter.Fill(Me.Dset.cours) 'TODO : cette ligne de code charge les données dans la table 'Dset.etudiant'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.EtudiantTableAdapter.Fill(Me.Dset.etudiant) 'TODO : cette ligne de code charge les données dans la table 'Dset.examen'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.ExamenTableAdapter.Fill(Me.Dset.examen) Private Sub ajt_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles ajt.click Me.ExamenTableAdapter.InsertQuery(CodeetudiantTextBox.Text, NumcoursTextBox.Text, DateDateTimePicker.Text, NoteTextBox.Text) MsgBox("Ajout avec succès") Me.ExamenTableAdapter.Fill(Me.Dset.examen) www.exercicegratuit.com Page 8

Private Sub sup_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles sup.click Dim i As Integer i = InputBox("Entrez le Numero d'examen à supprimer!", "Suppression") Me.ExamenTableAdapter.DeleteQuery(i) MsgBox("suppression avec succès") Me.ExamenTableAdapter.Fill(Me.Dset.examen) Private Sub mdf_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles mdf.click Me.ExamenTableAdapter.UpdateQuery(NumcoursTextBox.Text, DateDateTimePicker.Text, NoteTextBox.Text, CodeetudiantTextBox.Text) MsgBox("Ajout avec succès") Me.ExamenTableAdapter.Fill(Me.Dset.examen) Private Sub rch_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rch.click Dim i As Integer i = InputBox("Entrez le numéro d'étudiant pour lequel vous voulez afficher les notes") Me.ExamenTableAdapter.FillBy(Dset.examen, i) www.exercicegratuit.com Page 9

ne = CodeetudiantTextBox.Text Private Sub nv_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles nv.click CodeetudiantTextBox.Clear() NumcoursTextBox.Clear() NoteTextBox.Clear() ComboBox1.Focus() Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged CodeetudiantTextBox.Text = ComboBox1.Text Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox2.SelectedIndexChanged NumcoursTextBox.Text = ComboBox2.Text Private Sub act_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles act.click Me.ExamenTableAdapter.Fill(Me.Dset.examen) Private Sub rtr_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rtr.click Menu_Principale.Show() www.exercicegratuit.com Page 10

Private Sub EtuduantToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EtuduantToolStripMenuItem.Click Etudiant.Show() Private Sub ProfesseurToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProfesseurToolStripMenuItem.Click Professeur.Show() Private Sub CoursToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CoursToolStripMenuItem.Click Cours.Show() End Class Dans Crystal report Option Strict Off Option Explicit On Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.ReportSource Imports CrystalDecisions.Shared Imports System Imports System.ComponentModel www.exercicegratuit.com Page 11

Public Class nt_cr Inherits ReportClass Public Sub New() MyBase.New Public Overrides Property ResourceName() As String Return "nt_cr.rpt" End Set 'Do nothing End Set Public Overrides Property NewGenerator() As Boolean Return true End Set 'Do nothing End Set Public Overrides Property FullResourceName() As String Return "Variante_3.nt_cr.rpt" End www.exercicegratuit.com Page 12

Set 'Do nothing End Set <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public ReadOnly Property Section1() As CrystalDecisions.CrystalReports.Engine.Section Return Me.ReportDefinition.Sections(0) End <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public ReadOnly Property Section2() As CrystalDecisions.CrystalReports.Engine.Section Return Me.ReportDefinition.Sections(1) End <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public ReadOnly Property Section3() As CrystalDecisions.CrystalReports.Engine.Section Return Me.ReportDefinition.Sections(2) www.exercicegratuit.com Page 13

End <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public ReadOnly Property Section4() As CrystalDecisions.CrystalReports.Engine.Section Return Me.ReportDefinition.Sections(3) End <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public ReadOnly Property Section5() As CrystalDecisions.CrystalReports.Engine.Section Return Me.ReportDefinition.Sections(4) End End Class <System.Drawing.ToolboxBitmapAttribute(Type(CrystalDecisions.[Shared].ExportOptions), "report.bmp")> _ Public Class Cachednt_cr Inherits Component Implements ICachedReport Public Sub New() MyBase.New www.exercicegratuit.com Page 14

<Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public Overridable Property IsCacheable() As Boolean Implements CrystalDecisions.ReportSource.ICachedReport.IsCacheable Return true End Set ' End Set <Browsable(false), _ DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public Overridable Property ShareDBLogonInfo() As Boolean Implements CrystalDecisions.ReportSource.ICachedReport.ShareDBLogonInfo Return false End Set ' End Set <Browsable(false), _ www.exercicegratuit.com Page 15

DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hi dden)> _ Public Overridable Property CacheTimeOut() As System.TimeSpan Implements CrystalDecisions.ReportSource.ICachedReport.CacheTimeOut Return CachedReportConstants.DEFAULT_TIMEOUT End Set ' End Set Public Overridable Function CreateReport() As CrystalDecisions.CrystalReports.Engine.ReportDocument Implements CrystalDecisions.ReportSource.ICachedReport.CreateReport Dim rpt As nt_cr = New nt_cr rpt.site = Me.Site Return rpt End Function Public Overridable Function CustomizedCacheKey(ByVal request As RequestContext) As String Implements CrystalDecisions.ReportSource.ICachedReport.CustomizedCacheKey Dim key As [String] = Nothing '// The following is the code used to generate the default '// cache key for caching report jobs in the ASP.NET Cache. '// Feel free to modify this code to suit your needs. '// Returning key == null causes the default cache key to '// be generated. ' 'key = RequestContext.BuildCompleteCacheKey( ' request, www.exercicegratuit.com Page 16

' null, // sreportfilename ' this.type(), ' this.sharedblogoninfo ); Return key End Function End Class Public Class Professeur Private mp As Integer Private Sub Professeur_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO : cette ligne de code charge les données dans la table 'Dset.professeur'. Vous pouvez la déplacer ou la supprimer selon vos besoins. Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) Private Sub ajt_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles ajt.click Me.ProfesseurTableAdapter.InsertQuery(MatriculeprofesseurTextBox.Text, NomTextBox.Text, PrenomTextBox.Text) MsgBox("Ajout avce succès") Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) www.exercicegratuit.com Page 17

Private Sub sup_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles sup.click Dim i As Integer i = InputBox("Entrez le Numero le mtricule du professeur à supprimer!", "Suppression") Me.ProfesseurTableAdapter.DeleteQuery(i) MsgBox("suppression avec succès") Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) Private Sub mdf_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles mdf.click Me.ProfesseurTableAdapter.UpdateQuery(NomTextBox.Text, PrenomTextBox.Text, MatriculeprofesseurTextBox.Text) MsgBox("Modification avec succès") Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) Private Sub rch_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rch.click Dim i As Integer i = InputBox("Entrez le Matricule du professeur à rechercher!", "Recherche") Me.ProfesseurTableAdapter.FillBy(Dset.professeur, i) www.exercicegratuit.com Page 18

mp = MatriculeprofesseurTextBox.Text Private Sub nv_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles nv.click MatriculeprofesseurTextBox.Clear() NomTextBox.Clear() PrenomTextBox.Clear() MatriculeprofesseurTextBox.Focus() Private Sub act_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles act.click Me.ProfesseurTableAdapter.Fill(Me.Dset.professeur) Private Sub rtr_click(byval sender As System.Object, ByVal e As System.EventArgs) Handles rtr.click Menu_Principale.Show() Private Sub EtuduantToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EtuduantToolStripMenuItem.Click Etudiant.Show() www.exercicegratuit.com Page 19

Private Sub CoursToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CoursToolStripMenuItem.Click Cours.Show() Private Sub ExamenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExamenToolStripMenuItem.Click Examen.Show() End Class www.exercicegratuit.com Page 20