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..
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace DataSetSample { public partial class Form1 : Form { private DataSet ourDataSet; private DataTable ourDataTable; private BindingSource ourBindingSource; public Form1() { InitializeComponent(); InitializeMyComponent(); } priv..
using System; using System.Data; using System.Windows.Forms; namespace NaverSample { public partial class Form1 : Form { private NaverDataSet ourNaverDataSet; private NaverDataSetTableAdapters.AccountTableAdapter ourAccountTableAdapter; private NaverDataSetTableAdapters.TableAdapterManager ourTableAdapterManager; private BindingSource ourBindingSource; public Form1() { InitializeComponent(); Ini..
using System.Windows.Forms; namespace BindingSample { public partial class Form1 : Form { public Form1() { InitializeComponent(); InitializeMyComponent(); } private void InitializeMyComponent() { this.label1.DataBindings.Add("Text", this.textBox1, "Text"); this.textBoxLeft.DataBindings.Add("Text", this.textBoxRight, "Text"); } } }
using System; using System.Data; using System.Windows.Forms; namespace GridSample { public partial class Form1 : Form { private DataSet ourDataSet; private DataTable myDataTable; private BindingSource ourBindingSource; public Form1() { InitializeComponent(); InitializeMyComponent(); } private void InitializeMyComponent() { ourDataSet = new DataSet(); myDataTable = new DataTable("Person"); ourBin..
VC++ 6.0 Project #include #include "resource.h" BOOL CALLBACK MainDlgProc(HWND hDlg, UINT iMessage, WPARAM wParam, LPARAM lParam); HWND hDlgMain; int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdParam, int nCmdShow) { DialogBox(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), HWND_DESKTOP, MainDlgProc); return 0; } BOOL CALLBACK MainDlgProc(HWND hDlg, UINT iMessage, WPARAM..
Regex.pmpackage MixPerl::Regex;use strict;use namespace "System";use PerlNET qw(AUTOCALL); #Constructor=for interface [interface: pure] static Regex();=cut #Methods=for interface static string Replace(str SourceString, str FindPattern, str ReplacePattern); static string Replaceg(str SourceString, str FindPattern, str ReplacePattern); static string Replacegi(str SourceString, str FindPattern, str..
Cocoa.plpackage MixPerl::Cocoa; =for interface [interface: pure] public static Cocoa Cocoa(); public static string Drink();=cut require Cocoa; Cocoa.pmpackage Cocoa;use strict; sub new { my $class = shift; my $self = bless {}, $class; return $self;} sub Drink { my $line = "Drink Cocoa"; return $line;} 1; testCocoa.pl#!/usr/bin/perl -wuse strict; push (@INC, 'pwd');use Cocoa; my $cup = new Cocoa;..
- Total
- Today
- Yesterday
- ScreenHunter
- AdSense감추기
- Sample Code
- 유틸리티
- Rollback Rx
- windows
- 스크린캡쳐
- .net framework
- c#
- 애드센스감추기
- download.com
- DotNetMagic
- autohotkey
- 애드센스숨기기
- AdSense숨기기
- Regular Expressions
- Phalanger
- registry
- jre
- Service pack
- Microsoft
- AxWebBrowser
- java
- WinAutomation
- Automation
- iTextSharp
- READYSTATE_COMPLETE
- iText
- tagREADYSTATE
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |