السلام عليكم
هل تعرف لماذا هذا التصحيح صح
1- لون القلم أحد خصائصه ObjectName.Property = Value
MyPen.color= color.blue
2- إغلاق النافذة أحد وسائل النافذة() ObjectName.Method
الحل هو()Form1.Close
3- جملة IF
If Condition Then
statement1
Else
Statement2
End IF
|