블로그
- [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically to enable users to browse to a text file and load the selected file to a RichTextBox control on a Windows Form.
- [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 sender, System.EventArgs e) { listBox1.Items.Clear(); } Compiling the Code This example requires: A form
- [C#학습셀02-11] How to: Set the Selected Text in a TextBox Control msdn.microsoft.com/en-us/library/2ye260bz(v=VS.90).aspx This example programmatically selects text in a Windows Select(6, 5); MessageBox.Show(textBox1.SelectedText);} Compiling the Code This example requires: A form
- [C#학습셀03-16] How to: Save a File to a Folder Click Windows Forms Application and then click OK. Add a RichTextBox control to the form, leaving the default name, RichTextBox1. A.......
- [C#학습셀03-15] How to: Browse a Folder Click Windows Forms Application and then click OK. Add a Label control to the form, and use the default name, Label1. Add a Button control to .......
- [C#학습셀03-14] How to: Retrieve Data from a Dialog Box A common task in Windows Forms development is displaying a dialog box to collect information when a user clicks a button on the main form o.......
- FreeForm Interface Some examples would be like the Winamp 3 and 5 skins, Windows Media Player skins, etc. I'm not stating that these type of skins never contain these elements, but most are done in a 'free form
← 이전
2 페이지