블로그
- [C#학습셀02-09] How to: Use TextBox Controls to Get User Input (v=VS.90).aspx You can both display text and retrieve text from users by using a TextBox control. After a user types data in a TextBox, you can retrieve this data by using the Text property.
- [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#학습셀03-16] How to: Save a File to a Folder [C#학습셀03-16] How to: Save a File to a Folder http://msdn.microsoft.com/en-us/library/bb397505(v=VS.90 You can then check whether the user clicked the OK button by using the DialogResult.OK field.
- [C#학습셀03-15] How to: Browse a Folder [C#학습셀03-15] How to: Browse a Folder http://msdn.microsoft.com/en-us/library/bb383879(v=VS.90).aspx You You can then check whether the user clicked the OK button by using the DialogResult.OK field.
- [C#학습셀03-14] How to: Retrieve Data from a Dialog Box [C#학습셀03-14] How to: Retrieve Data from a Dialog Box http://msdn.microsoft.com/en-us/library/bb383855 For more information, see Using Built-in Dialog Boxes in Your Application.
- [C#학습셀01-05] How to: Call a Button's Click Event Programmatically [C#학습셀01-05] How to: Call a Button's Click Event Programmatically http://msdn.microsoft.com/en-us/library /hkkb40tf(v=VS.90).aspx How to: Call a Button's Click Event Programmatically Even if a user does not