
but writed w C#
I lear code VB6
and now I wana know difirents bitvin VB6 code and C#
I just need Like this
VB6 code
If Timer1.Enabled = True Then ''Do action if timer is on
Timer1.Enabled = False '' Switch timer off
Command1.Caption = "Start" '' Make the button caption Start again.
Else '' if the timer isnt enabled then...
Timer1.Enabled = True ''put on the timer
Command1.Caption = "Stop" '' change the command caption to stop
End If '' now test it!
C# code here
?????? and so on
pls hell I will give a karma for thes who hellp
Sry for spelling
If Timer1.Enabled = True Then ''Do action if timer is on
Timer1.Enabled = False '' Switch timer off
Command1.Caption = "Start" '' Make the button caption Start again.
Else '' if the timer isnt enabled then...
Timer1.Enabled = True ''put on the timer
Command1.Caption = "Stop" '' change the command caption to stop
End If '' now test it!






