04-10-18, 03:43 AM
(04-10-18, 03:18 AM)rnmr كتب : جرب هذا
كود :
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
PictureBox1.Visible = False
Label1.Visible = False
If VProject > My.Settings.VProject Then
Label1.Text = "Download The New Version"
PictureBox1.Visible = True
End If
End Sub
بيلغي نفس الليبل لو فيه تحديث
