Accueil > > > SUPPRIMER LIGNES VIDES FICHIER TEXTE
SUPPRIMER LIGNES VIDES FICHIER TEXTE
Information sur la source
Description
Ce script supprime les lignes vides dans un fichier texte, vous pouvez parcourir les répertoires de votre oridnateur au lieu de saisir le nom et le chemin du fichier...
Source
- Imports System
- Imports System.IO
- Public Class Form1
-
- Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lbl_title.Click
-
- End Sub
-
- Private Sub bt_browse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_browse.Click
- ParcoursRep.ShowDialog()
- inputFichier.Text = ParcoursRep.FileName
-
- End Sub
-
- Private Sub ParcoursRep_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles ParcoursRep.FileOk
-
- End Sub
-
- Private Sub bt_go_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_go.Click
- If inputFichier.Text = "" Then
- MsgBox("Veuillez choisir un fichier !")
- Else
- Dim nomFichier As String
- Dim nvoFichier As String
- Dim lng As Integer
- Dim count As Integer
- count = 0
- nomFichier = inputFichier.Text
- lng = nomFichier.Length
- nvoFichier = nomFichier.Substring(0, lng - 4)
- nvoFichier = nvoFichier & "_2.txt"
-
- Using sw As StreamWriter = File.CreateText(nvoFichier)
-
- Try
- Using sr As StreamReader = New StreamReader(inputFichier.Text)
- Dim line As String
- ' Read and display the lines from the file until the end
- ' of the file is reached.
- Do
- line = sr.ReadLine()
- If line <> "" Then
- sw.WriteLine(line)
- count += 1
- End If
- Loop Until line Is Nothing
- sr.Close()
- End Using
- Catch ex1 As Exception
- ' Let the user know what went wrong.
- MsgBox("Le fichier ne peut pas être lu :" & ex1.Message)
- End Try
- sw.Close()
- lblResult.Text = "Taritement terminé : " & count & " lignes écrites."
- End Using
- End If
- End Sub
- End Class
Imports System
Imports System.IO
Public Class Form1
Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lbl_title.Click
End Sub
Private Sub bt_browse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_browse.Click
ParcoursRep.ShowDialog()
inputFichier.Text = ParcoursRep.FileName
End Sub
Private Sub ParcoursRep_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles ParcoursRep.FileOk
End Sub
Private Sub bt_go_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt_go.Click
If inputFichier.Text = "" Then
MsgBox("Veuillez choisir un fichier !")
Else
Dim nomFichier As String
Dim nvoFichier As String
Dim lng As Integer
Dim count As Integer
count = 0
nomFichier = inputFichier.Text
lng = nomFichier.Length
nvoFichier = nomFichier.Substring(0, lng - 4)
nvoFichier = nvoFichier & "_2.txt"
Using sw As StreamWriter = File.CreateText(nvoFichier)
Try
Using sr As StreamReader = New StreamReader(inputFichier.Text)
Dim line As String
' Read and display the lines from the file until the end
' of the file is reached.
Do
line = sr.ReadLine()
If line <> "" Then
sw.WriteLine(line)
count += 1
End If
Loop Until line Is Nothing
sr.Close()
End Using
Catch ex1 As Exception
' Let the user know what went wrong.
MsgBox("Le fichier ne peut pas être lu :" & ex1.Message)
End Try
sw.Close()
lblResult.Text = "Taritement terminé : " & count & " lignes écrites."
End Using
End If
End Sub
End Class
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
GESTION D'EXCEPTION AVEC LES TASKSGESTION D'EXCEPTION AVEC LES TASKS par richardc
Nous avons vu dans un précédent article comment utiliser Task pour effectuer des opérations dans un autre thread.
Malheureusement, comme tout le monde n'est pas parfait, il se peut que cette exécution se passe mal et qu'une exception se produise.
La...
Cliquez pour lire la suite de l'article par richardc DéMARRONS AVEC LES TASKSDéMARRONS AVEC LES TASKS par richardc
Que vous le vouliez ou non, le développement multi-tâche est maintenant une obligation pour toute nouvelle application. Il est donc vital d'en comprendre les mécanismes et de s'y mettre le plus tôt possible.
En attendant le .NET Framework 4.5 avec le...
Cliquez pour lire la suite de l'article par richardc SLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPSSLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPS par Vko
Retrouvez les slides et les démo de ma session Fast & Furious XAML Apps. A ceux qui se posent la question : "est-ce que le code de la DataGrid est disponible?", je vous répondrais "pas encore". Je vais mettre en place un projet codeplex pour part...
Cliquez pour lire la suite de l'article par Vko XNA IS DEAD!XNA IS DEAD! par richardc
Depuis la semaine dernière (et grâce aux TechDays 2012), je me penche activement sur la nouvelle version de Windows, aka Windows 8. Vous me direz, il était temps puisque la première preview date de Septembre dernier.
OK. Remarquez, on n'en est qu'aux...
Cliquez pour lire la suite de l'article par richardc TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 !TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 ! par ROMELARD Fabrice
Speakers: Fabrice Meillon et Stanislas Quastana Cette session est basée entièrement sur celle donnée lors de la BUILD cet hiver. Il n'y a pas d'ajout d'information en rapport avec cet évènement passé. Windows 8 Server sera intégralem...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Logiciels
DocTranslate (V3.1.0.0)DOCTRANSLATE (V3.1.0.0)DocTranslate est un traducteur de document Microsoft Word, PowerPoint et Excel. Il permet d'autom... Cliquez pour télécharger DocTranslate Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System
|