Practical work on C# and Windows Forms in Visual Studio
The task 1:
Develop a text editor using dialog components. The text editor must be able to change the color and font of the text, create, open, save in a new way (Save as ...) and save previously created text files without changing their way (Save).
The task 2:
Using ComboBox and CheckedListBox to do the following: in ComboBox to select the output element (ListBox or DataGridView), in CheckedListBox to record 30 random numbers to select numbers. Create a program in which the user will be able to select several numbers from the list and perform actions over them.
Remove the matrix from the selected numbers. Select the number of lines of the matrix containing the same number of positive and negative elements. If there are no such lines, take 0.
Develop a text editor using dialog components. The text editor must be able to change the color and font of the text, create, open, save in a new way (Save as ...) and save previously created text files without changing their way (Save).
The task 2:
Using ComboBox and CheckedListBox to do the following: in ComboBox to select the output element (ListBox or DataGridView), in CheckedListBox to record 30 random numbers to select numbers. Create a program in which the user will be able to select several numbers from the list and perform actions over them.
Remove the matrix from the selected numbers. Select the number of lines of the matrix containing the same number of positive and negative elements. If there are no such lines, take 0.