Imports System.Collections.Generic
Importe System.ComponentModel
Importe System.Data
Importe System.Drawing
Importe System.Text
Importe System.Windows.Forms
Allgemeine Kategorie Form1
Privates Unterseeboot Button1_Click (ByVal Absender als System.Object, ByVal e als System.EventArgs) behandelt Button1.Click
Versuch
textBox2.Clear ()
textBox1.Text = textBox1.Text.Replace („„, "")
textBox1.Text = textBox1.Text.Replace (vbLf u. vbTab, "")
textBox1.Text = textBox1.Text.Trim ()
Schwaches StrLen als ganze Zahl = textBox1.Text.Length
A als ganze Zahl verdunkeln = 0
Während a < StrLen
Schwaches Char2Convert als Schnur = textBox1.Text.Substring (a, 2)
Schwaches n als ganze Zahl = Convert.ToInt32 (Char2Convert, 16)
Schwaches c als Putzfrau = ChrW (N)
textBox2.Text = textBox2.Text + c.ToString ()
a = a + 2
Beenden während
Ex als Ausnahme verfangen
MessageBox.Show („Umwandlungs-Störung auftrat at: “ u. ex. Mitteilung, „Umwandlungs-Störung“)
Enden-Versuch
Enden-Unterseeboot
Private Handgriffe Button2.Click des Unterseeboot-Button2_Click (ByVal Absender als System.Object, ByVal e als System.EventArgs)
Versuch
textBox1.Clear ()
textBox2.Text = textBox2.Text.Replace („„, "")
textBox2.Text = textBox2.Text.Replace (vbLf u. vbTab, "")
textBox2.Text = textBox2.Text.Trim ()
Schwaches StrLen als ganze Zahl = textBox2.Text.Length
A als ganze Zahl verdunkeln = 0
Während a < StrLen
Schwaches Char2Convert als Schnur = textBox2.Text.Substring (a, 1)
Schwaches c als Putzfrau = Char2Convert.ToCharArray (0, 1) (0)
Schwaches n als Schnur = Convert.ToString (c, 16)
textBox1.Text = textBox1.Text + n u. „„
a = a + 1
Beenden während
Ex als Ausnahme verfangen
MessageBox.Show („Umwandlungs-Störung auftrat at: “ u. ex. Mitteilung, „Umwandlungs-Störung“)
Enden-Versuch
Enden-Unterseeboot
Ende Class
|