I want to have the items in a checked list box display checked (as default) as soon as the form comes up. How can I do that in C#?
How can I make checked list box values checked at default?
checkbox1.checked = true;
(replace checkbox1 by the name of your checkbox)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment