using System.Windows.Forms; namespace DetectUserControlClosing { public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } protected override void OnCreateControl() { base.OnCreateControl(); this.ParentForm.FormClosing += new FormClosingEventHandler(ParentForm_FormClosing); } private void ParentForm_FormClosing(object sender, FormClosingEventArgs e) { Dia..
using WeifenLuo.WinFormsUI.Docking; namespace DockPanelSample { public partial class FormChild : DockContent { public FormChild() { InitializeComponent(); } } } using System; using System.Windows.Forms; namespace DockPanelSample { public partial class FormMain : Form { private FormChild formChild1; private FormChild formChild2; private FormChild formChild3; private FormChild formChild4; public F..
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; namespace DockPanelSample { public partial class FormChild : DockContent { public FormChild() { InitializeComponent(); } } } using System; using System.Collections.Generic; using System.ComponentMo..
- Total
- Today
- Yesterday
- Rollback Rx
- Sample Code
- 스크린캡쳐
- registry
- autohotkey
- Service pack
- java
- Phalanger
- 유틸리티
- Microsoft
- READYSTATE_COMPLETE
- AxWebBrowser
- AdSense숨기기
- iTextSharp
- tagREADYSTATE
- AdSense감추기
- 애드센스감추기
- ScreenHunter
- .net framework
- download.com
- c#
- DotNetMagic
- iText
- Automation
- WinAutomation
- jre
- Regular Expressions
- windows
- 애드센스숨기기
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |