quick question...
in VB6 I would say "optReason.Value = true"
in VS2008 would I say "rbReason.Focus()"
and accomplish the same thing?
Printable View
quick question...
in VB6 I would say "optReason.Value = true"
in VS2008 would I say "rbReason.Focus()"
and accomplish the same thing?
You would set the Checked property.
You beat me to it. I would say ".checked = true"