J
John S
In VB, you could start manipulating a controls properites and methods
just by using the statement
With <control name>
..Text=gnkn
end with
Does anyone know if there is anything similar in C#
just by using the statement
With <control name>
..Text=gnkn
end with
Does anyone know if there is anything similar in C#