[Visual Basic] Private Function Get_TXP_Connection() As String
[Visual Basic] Private Function Get_TXP_Connection() As String
Dim sCstr As String = ""
Dim txpfile As System.IO.File
Dim txpread As System.IO.StreamReader
txpread = txpfile.OpenText(Application.StartupPath + "\TXPConn.cfg")
sCstr = txpread.ReadLine
sCstr = Crypto.DecryptText(sCstr, "HutterundMueller")
sCstr = Left(sCstr, Len(sCstr) - 1)
txpread.Close()
Return sCstr
End Function
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition