Ok, I'm new. Let's just put that out there. Using C#, I'm trying to do something that is probably pretty easy for all you out there.
I've created new form and created both a listbox, lstBox1, and a button, btnProblem1. I want to click that button have "Hello world" show in the listbox. How do I do this?
Thanks in advance,
Craig
I've created new form and created both a listbox, lstBox1, and a button, btnProblem1. I want to click that button have "Hello world" show in the listbox. How do I do this?
Thanks in advance,
Craig
Comment