https://barnamenevis.org/showpo...6&postcount=68
مثال : تغییر رنگ پشت زمینه ی تمامی فرمهای باز در یک برنامه :
For Each frm As Form In Application.OpenForms
frm.BackColor = Color.Fuchsia
Next
https://barnamenevis.org/showpo...6&postcount=68
مثال : تغییر رنگ پشت زمینه ی تمامی فرمهای باز در یک برنامه :
For Each frm As Form In Application.OpenForms
frm.BackColor = Color.Fuchsia
Next
https://barnamenevis.org/showpo...0&postcount=69
Application.Restart()