블로그
- [C#학습셀04-20] How to: Add and Clear Items in a ListBox Control [C#학습셀04-20] 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
- [C#학습셀02-11] How to: Set the Selected Text in a TextBox Control [C#학습셀02-11] 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
- [C#학습셀02-09] How to: Use TextBox Controls to Get User Input After a user types data in a TextBox, you can retrieve this data by using the Text property. You can set the Multiline property to true to enable this.
- [C#학습셀02-10] How to: Convert the Text in a TextBox Control to an Integer 학습셀02-10] How to: Convert the Text in a TextBox Control to an Integer http://msdn.microsoft.com/en-us/library This example demonstrates two methods of converting text data to integer data.
- [C#학습셀04-21] How to: Determine the Selected Item in a ListBox Control 학습셀04-21] How to: 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
- [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically http://msdn.microsoft.com/en-us/library/yt4zx6ty This example instantiates OpenFileDialog at run-time.
- [C#학습셀01-07] How to: Create a Group of Radio Buttons from a String Array 학습셀01-07] How to: 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
- [C#학습셀02-13] How to: Load Text into a RichTextBox Control [C#학습셀02-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 [C#학습셀04-23] 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
- [C#학습셀01-06] How to: Create a Non-Rectangular Button [C#학습셀01-06] How to: Create a Non-Rectangular Button http://msdn.microsoft.com/en-us/library/h4te2zh2 (v=VS.90).aspx How to: Create a Non-Rectangular Button This example demonstrates how to create a button