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;..
Program.cs using System; using MixPerl; namespace CityClient { class Program { static void Main(string[] args) { City myCity1 = new City("SmallVille", 4); City myCity2 = new City("Crowdedburg", 40); myCity1.PrintCityInfo(true); myCity2.Population = 500000; myCity2.PrintCityInfo(false); } } } City.pm package MixPerl::City; use strict; use namespace "System"; use PerlNET qw(AUTOCALL ); #Consturct..
- Total
- Today
- Yesterday
- .net framework
- windows
- tagREADYSTATE
- java
- READYSTATE_COMPLETE
- Automation
- 애드센스감추기
- AdSense숨기기
- iText
- iTextSharp
- WinAutomation
- ScreenHunter
- 유틸리티
- Service pack
- Sample Code
- Phalanger
- AxWebBrowser
- Microsoft
- AdSense감추기
- registry
- Regular Expressions
- c#
- autohotkey
- 스크린캡쳐
- DotNetMagic
- download.com
- Rollback Rx
- 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 |