can someon hellp my

08/03/2006 11:06 saulius321#1
can someon make program like toredo [Only registered and activated users can see links. Click Here To Register...]
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!
08/03/2006 11:43 toreddo#2
Edit: Below post:
08/03/2006 11:49 Peach#3
if (timer1.Enabled == true)
{
timer1.Enabled = false;
button1.Text = "Start";
}
else
{
timer1.Enabled = true;
button1.Text = "Stop";
}

u do the rest like this format?
08/03/2006 11:51 toreddo#4
Quote:
Originally posted by Peach@Aug 3 2006, 11:49
if (timer1.Enabled == true)
{
timer1.Enabled = false;
button1.Text = "Start";
}
else
{
timer1.Enabled = true;
button1.Text = "Stop";
}

u do the rest like this format?
Anyways, pixel reading sucks, i dont know if you are gonna make that...
08/03/2006 14:43 saulius321#5
thx
08/03/2006 14:57 saulius321#6
and which code is c# its c++or c becouse I dont find books about C# in my language