Creating Windows Application first time
I have a few questions, I'm currently trying to create a windows application that can copy and paste a string of characters that has been typed through various textboxes and combo boxes. I do not know anything about data input validation and wondering if you have tips, tutorials on this or examples how I can start creating this.
The example of the application I want to create
1. Text box created, creating a string of characters 2-6 long
2. Same as above but 3-6 characters long
3. Combo box created from a selection of created list of characters, but you can also create a bespoke string of characters with a limit of two characters.
4.Selection from a combo box with an option to type bespoke characters, limit of two characters
5.Same as above but with a limit of one character
6.Textbox,can create a string of numerical numbers but a limit of 4 digits
7. Optional fields, check box option, type any string of characters
8. Optional fields, check box option, same as above
All of this can be created into an output text box from a "create file name" button with hyphen separators, an example from the output from all of above
AAA-AA-B1-CC-A-0001-OptionalField-OptionalField
All of this can then be copied once the "Copy to clipboard" has been selected
[IMG]
http://i64.tinypic.com/2hoin95.png[/IMG]