Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1003 connectés 

  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  Create a transaction-processing program

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Create a transaction-processing program

n°2237015
ciranox
Posté le 04-09-2014 à 21:15:15  profilanswer
 

Bonsoir à tous,  
 
J'ai deux exercices à faire malheureusement je n'arrive pas à faire le deuxième exo et aucun de mes collègues n'y arrive.
 
Voici le premier exo:
 
write a visual Basic program that has two textboxes. the program should swap values between the two textboxes; also include code to exit the program.
 
voici ce que j'ai fais , est apparemment  ça fonction.
Public Class Form1
 
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim number As Decimal
        number = TextBox1.Text
        Dim secondnumber As Decimal
        secondnumber = TextBox2.Text
        TextBox1.Text = secondnumber
        TextBox2.Text = number
    End Sub
 
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Me.Close()
    End Sub
 
    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
 
    End Sub
End Class
 
 
Voici  maintenant le deuxième exo que j'arrive pas du tout à faire:
 
Create a transaction-processing program capable of storing  a maximum of 100 fixed-lenght records for a company that can have a maximum of 100 customers. Each record consists of an account number(that acts as the record key), a last name, a first name and balance. The program can update an account, create an account and delete an account. The next several sections introduce the techniques neccessary to create this credit-processing program. we now discuss the program used to create the random-acess  and the transaction-processing application use to manipulate data. class FrmCreateRandomAccessFilecreate a random-access file.
 
Merci d'avance  
(désolé mais malheureusement mes cours sont en anglais )

mood
Publicité
Posté le 04-09-2014 à 21:15:15  profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  Create a transaction-processing program

 

Sujets relatifs
Requete: "CREATE TABLE truc LIKE Machin" Erreur de syntaxe !! ?Processing gestion multi-coeur
[Projet/Help] Space invader spécial SW Processing.create a drawing
matlab image processing toolbox : redressement d'imagesynchronize LinkedHashMap ejb transaction.RollbackException
transaction lock ejb verrouSelf-Program neuro-genetic based.
Create database avec PDOProcessing: la prog graphique expérimentale et amusante
Plus de sujets relatifs à : Create a transaction-processing program


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR