CONNEXION
  • RetourJeux
    • Tests
    • Soluces
    • Previews
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Tous les Jeux
  • RetourActu
    • Culture Geek
    • Astuces
    • Réalité Virtuelle
    • Rétrogaming
    • Toutes les actus
  • Black Friday
  • RetourHigh-Tech
    • Actus JVTECH
    • Bons plans
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTECH
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch
    • Xbox Series
    • Overwatch 2
    • FUT 23
    • League of Legends
    • Genshin Impact
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • PS4
  • One
  • Switch
  • Wii U
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Etoile Abonnement RSS
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum

Sujet : Prog lecture1 cmdSuivant, frmlecture,...

DébutPage précedente
1
Page suivantePage suivante
Transgohan Transgohan
MP
Niveau 9
24 juin 2009 à 14:49:43

Option Strict Off
Option Explicit On
Friend Class FrmLecture
Inherits System.Windows.Forms.Form
'Const Fichier As String = "C:\Documents and Settings\Professeur\Mes documents\Cours\VBE2008\Lecture\Client.txt"
Const Fichier As String = "C:\Documents and Settings\Professeur\Mes
documents\Cours\VBE2008\Lecture3\Lecture3\Client.t
xt"
'Déclaration des variables utilisées lors de la lecture
Dim Jjmmaa As Date = Today
Dim Hhmmss As Date = TimeOfDay
'Le type est VARIANT
'Le type est utilisé pour la déclaration de variables
'devant recevoir des données très diverses,
'ou, comme ici, des chaînes de caractères de longueur variable.
Public Rue, Voie, EMail, Titre, CP, Localite As Object
Private Sub cmdSuivant_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CmdSuivant.Click
Dim Action As Short
initvar()
If EOF(1) Then
Action = MsgBox("Vous êtes arrivé à la fin du fichier." & vbCrLf & "Voulez-vous revenir au premier enregistrement ,", MsgBoxStyle.YesNo + MsgBoxStyle.Question, "Ouvrir à nouveau le fichier ou bien quitter le programme")

If Action = MsgBoxResult.Yes Then
FileClose(1)
FileOpen(1, Fichier, OpenMode.Input)
litfichier()
Else
Exit Sub
End If
Else
litfichier()
End If
affichage()
End Sub

Private Sub cmdFermer_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdFermer.Click
FileClose(1)
End
End Sub
Private Sub FrmLecture_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
initvar()
On Error GoTo Fichierinconnu
FileOpen(1, Fichier, OpenMode.Input)
litfichier()
affichage()
Exit Sub

Fichierinconnu:
MsgBox("Erreur n° " & Err().Number & Chr(10) & "Erreur : " & ErrorToString(Err.Number))
MsgBox("Le fichier : " & Fichier & " n'existe pas ! " & vbCrLf & "Le programme doit être arrêté !", MsgBoxStyle.Critical, "Erreur critique")
Me.Close()
End Sub
Public Sub initvar()
Rue = ""
Voie = ""
EMail = ""
Titre = ""
CP = ""
Localite = ""
End Sub
Public Sub litfichier()
Input(1, Jjmmaa)
Input(1, Hhmmss)
Input(1, EMail)
Input(1, Titre)
Input(1, Voie)
Input(1, Rue)
Input(1, CP)
Input(1, Localite)
End Sub
Public Sub affichage()
txtDate.Text = Jjmmaa
txtHeure.Text = CStr(Hhmmss)
txtEMail.Text = EMail
cboTitre.Text = Titre
cboVoie.Text = Voie
txtRue.Text = Rue
txtCP.Text = CP
txtVille.Text = Localite
End Sub

End Class

DébutPage précedente
1
Page suivantePage suivante
Répondre
Prévisu
?
Victime de harcèlement en ligne : comment réagir ?
Infos 0 connecté(s)

Gestion du forum

Modérateurs : Evilash08, Vortex646, Tomy-Fett, Leirok, ]Faustine[, Latios[JV], Remysangfamy
Contacter les modérateurs - Règles du forum

Sujets à ne pas manquer

  • Aucun sujet à ne pas manquer
La vidéo du moment