블로그
- [C#학습셀04-22] How to: Populate a ListBox Control with an Array of Strings adds an array of strings to a ListBox control when the Windows Form opens. requires: A form named Form1 with a ListBox control named listBox1.......
- [C#학습셀04-23] How to: Search for an Item in a ListBox Control , you add some items to a Windows Forms ListBox control when the form is loaded. Then you search the ListBox for a specific item by clicking a button on the form.
- [C#학습셀04-20] How to: Add and Clear Items in a ListBox Control Clear Items in a ListBox Control http://msdn.microsoft.com/en-us/library/ms228375(v=VS.90).aspx This example requires: A form with a ListBox control named listBox1.......
- [C#학습셀02-11] How to: Set the Selected Text in a TextBox Control Selected Text in a TextBox Control http://msdn.microsoft.com/en-us/library/2ye260bz(v=VS.90).aspx This example requires: A form with a TextBox control named textBox1 and a Button control named button1.
- [C#학습셀01-06] How to: Create a Non-Rectangular Button The code adds a button in the shape of a circle to the form and creates an event handler that displays Example public Form2(){ // // Required for Windows Form Designer support. // InitializeComponent(); /
- [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically This example instantiates OpenFileDialog at run-time. Example :CodeSnippet_CopyCode('CodeSnippetContainerCode0');">Copy // Create an OpenFileDialog object
- [C#학습셀03-19] How to: Display a Color Pallet For example, you can enable users to select a color to apply to a Windows form when they click a button on the form.
- [C#학습셀03-17] How to: Display a List of Fonts to text on the form. From the Toolbox, drag a Label control to the form, and change the following propertie.......
← 이전
2 페이지