H
Hareth
I tried to do this:
string count = "0";
count = count + 1;
notifyIcon1.Text = "Testing " & count & " numbers"; <- generated error
It doesnt accept "&" or "||"
Any suggestions?
I got the idea fom vb so Im not exactly sure.
string count = "0";
count = count + 1;
notifyIcon1.Text = "Testing " & count & " numbers"; <- generated error
It doesnt accept "&" or "||"
Any suggestions?
I got the idea fom vb so Im not exactly sure.