블로그
- [C#학습셀04-22] How to: Populate a ListBox Control with an Array of Strings Populate a ListBox Control with an Array of Strings http://msdn.microsoft.com/en-us/library/ab5fwe04(v=VS .90).aspx This example adds an array of strings to a ListBox control when the Windows Form opens.
- [C#학습셀04-20] How to: Add and Clear Items in a ListBox Control How to: Add and Clear Items in a ListBox Control http://msdn.microsoft.com/en-us/library/ms228375(v=VS .90).aspx This example adds the contents of a Windows Forms TextBox control to a ListBox control when
- [C#학습셀02-12] How to: Format Characters in a RichTextBox Control How to: Format Characters in a RichTextBox Control http://msdn.microsoft.com/en-us/library/0dhsw8eb(v=VS }"; Compiling the Code This example requires: A RichTextBox control named richTextBox1.
- [C#학습셀02-11] How to: Set the Selected Text in a TextBox Control How to: Set the Selected Text in a TextBox Control http://msdn.microsoft.com/en-us/library/2ye260bz(v=VS .90).aspx This example programmatically selects text in a Windows Forms TextBox control and retrieves
- [C#학습셀04-21] How to: Determine the Selected Item in a ListBox Control Determine the Selected Item in a ListBox Control http://msdn.microsoft.com/en-us/library/waxzexb1(v=VS .90).aspx This example determines which item has been selected in a Windows Forms ListBox control.
- [C#학습셀02-10] How to: Convert the Text in a TextBox Control to an Integer Convert the Text in a TextBox Control to an Integer http://msdn.microsoft.com/en-us/library/1aey0kb6(v=VS This example demonstrates two methods of converting text data to integer data.
- [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically 18] How to: Display an OpenFileDialog Dynamically http://msdn.microsoft.com/en-us/library/yt4zx6ty(v=VS This example instantiates OpenFileDialog at run-time.
- [C#학습셀01-07] How to: Create a Group of Radio Buttons from a String Array Create a Group of Radio Buttons from a String Array http://msdn.microsoft.com/en-us/library/dwafxk44(v=VS .90).aspx This example programmatically creates a group of Windows Forms RadioButton controls and sets
- [C#학습셀02-13] How to: Load Text into a RichTextBox Control 13] How to: Load Text into a RichTextBox Control http://msdn.microsoft.com/en-us/library/ms228352(v=VS .90).aspx This example loads a text file that a user selects in the OpenFileDialog.
- [C#학습셀04-23] How to: Search for an Item in a ListBox Control How to: Search for an Item in a ListBox Control http://msdn.microsoft.com/en-us/library/f9ef2e69(v=VS .90).aspx In this example, you add some items to a Windows Forms ListBox control when the form is loaded