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
- windows
- AdSense감추기
- download.com
- java
- autohotkey
- DotNetMagic
- iText
- Rollback Rx
- Microsoft
- tagREADYSTATE
- Regular Expressions
- AdSense숨기기
- AxWebBrowser
- 유틸리티
- Sample Code
- registry
- 스크린캡쳐
- Service pack
- c#
- WinAutomation
- Automation
- iTextSharp
- ScreenHunter
- Phalanger
- READYSTATE_COMPLETE
- .net framework
- jre
- 애드센스감추기
- 애드센스숨기기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |