03-07-16, 07:47 AM
تفضل لعدم التقرار
If textbox1.text=string.empty then
textbox1.text="Serial"
else
timer1.stop
end if
و الافضل
If textbox1.text="Serial" then
timer1.stop
else
textbox1.text="Serial"
end if
If textbox1.text=string.empty then
textbox1.text="Serial"
else
timer1.stop
end if
و الافضل
If textbox1.text="Serial" then
timer1.stop
else
textbox1.text="Serial"
end if


