Main public logs
Appearance
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:12, 5 January 2023 Kangtain talk contribs created page Pemrograman Visual:Teks berjalan (Created page with "<syntaxhighlight lang="bash"> Public Class Form1 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Btn_if.Click lblPesan.Left = lblPesan.Left + 1 If lblPesan.Left > Me.Width Then lblPesan.Left = -lblPesan.Width lblPosisi.Text = lblPesan.Left End Sub Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Btn_if.Click lblPesan.Text = TextBox1...")