Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying Data
Message
De
21/06/2001 12:21:48
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Displaying Data
Divers
Thread ID:
00521989
Message ID:
00521989
Vues:
39
Hi All,

I'm an old VFP guy learning VB. In the code below I've opened a text file.
In VFP I could issue the BROWSE command to view the data. How can I do that in VB? TIA

Paige

Private Sub CommandButton1_Click()
Const LabelFile = 1
Open "C:\My Documents\Labels.txt" For Input As LabelFile

How do I display the data???

Close LabelFile
End Sub
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform