You have your answers, But let me tell you there is big difrance betwen CheckBox and RadioBox You can have a lot of checkBoxex. Each check box can be true or false If you have more than 1 RadioBox, you can set it to true to ONLY ONE. To seperate betwen radioboxex (aka Grouping) place it in a panel Edit: You can't check it without programming it. You need to check how many has ben set to true. There is no build in functions for your request
You can use the split method on the string class to break the text in the textbox into lines, then you will have a string array to work with.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I pretty sure someday :-D Just need to get off my butt and write some articles :-\
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
i do know console programming in c++ you can go to www.planetsourcecode.com and serch Gregory W Bryant under C++ to see my programs but i dont know really any c# and i created the first form as a login the second displays a buddy list now on the second one i have a log out button that i want to close the second form and open the original first form not a new object i have everything done but reopening the first form