18-04-20, 11:45 PM
PHP كود :
'السب الموجود بالموديول'
Module Module1
Public Sub PICT6(ZZ As Boolean, Pic As PictureBox)
Pic.Visible = ZZ
End Sub
End Module
'ضع هذه الاكواد في الفورم 2'
Public Class Form2
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Close()
PICT6(True, Form1.PictureBox1)
End Sub
Private Sub Form2_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
PICT6(True, Form1.PictureBox1)
End Sub
End Class
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
