using System; using System.Windows.Forms; namespace MdiSample { public partial class FormMain : Form { public FormMain() { InitializeComponent(); } private void menuItemNew_Click(object sender, EventArgs e) { FormChild newMDIChild = new FormChild(); newMDIChild.MdiParent = this; // Set the Parent Form newMDIChild.Show(); // Display the new form } private void menuItemCascade_Click(object sender,..
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlServerCe; namespace DataSample { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void toolStripButtonReadXml_Click(object sender, EventArgs e) { this.dataSet1.Clear(); this.d..
using System; using System.Data; using System.Windows.Forms; namespace ConstraintSample { public partial class Form1 : Form { public Form1() { InitializeComponent(); InitializeMyComponent(); } private void InitializeMyComponent() { // Shop DataSet DataSet shopDataSet = new DataSet("Shop"); // Person DataTable DataTable personDataTable = new DataTable("Person"); shopDataSet.Tables.Add(personDataT..
- Total
- Today
- Yesterday
- 애드센스숨기기
- AdSense숨기기
- tagREADYSTATE
- c#
- Phalanger
- .net framework
- 유틸리티
- Rollback Rx
- registry
- 스크린캡쳐
- iTextSharp
- DotNetMagic
- Sample Code
- iText
- Microsoft
- jre
- java
- READYSTATE_COMPLETE
- download.com
- AdSense감추기
- 애드센스감추기
- Service pack
- Regular Expressions
- WinAutomation
- Automation
- ScreenHunter
- autohotkey
- windows
- AxWebBrowser
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |