L’UTILITAIRE WINSCP
Qu'est-ce que WinSCP ? WinSCP est un client SFTP graphique pour Windows. Il utilise SSH et est open source. Le protocole SCP est également supporté. Le but de ce programme…
Qu'est-ce que WinSCP ? WinSCP est un client SFTP graphique pour Windows. Il utilise SSH et est open source. Le protocole SCP est également supporté. Le but de ce programme…
/// Option Explicit Dim ligne(0, 5) As Variant Dim l, c As Long Dim i As Long Dim Compte As String Dim Nom As String Dim reference As String Dim…
Utiliser l'ocx suivant richtx32.ocx Function RtfToTxt(Texte) Set objRTF = CreateObject("RichText.RichTextCtrl") objRTF() = Texte n = objRTF.Text m = 1 Do Until m = 0 n = Replace(n, Chr(13) & Chr(10),…