Imports System.Windows.Forms
Public Class Form1
Inherits System.Windows.Forms.Form
MessageBox.Show("Proses backup Drive C: telah selesai.", "Pesan")
End Class
Public Class Form1
Inherits System.Windows.Forms.Form
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[SIZE=5][COLOR=red]Imports System.Windows.Forms[/COLOR][/SIZE]
MessageBox.Show("Proses backup Drive C: telah selesai.", "Pesan")
End Sub
End Class
[SIZE=2][SIZE=2]MsgBox([/SIZE][SIZE=2][COLOR=#a31515]"Proses backup Drive C: telah selesai."[/COLOR][/SIZE][SIZE=2], MsgBoxStyle.Information, [/SIZE][SIZE=2][COLOR=#a31515]"Pesan"[/COLOR][/SIZE][SIZE=2])[/SIZE]
[/SIZE]
Public Class Form1
Inherits System.Windows.Forms.Form
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MessageBox.Show("Proses backup Drive C: telah selesai.", "Pesan")
End Sub
End Class