Program/C#.NET
2010/02/01 09:47
Windows Form 띄워보기
using System; using System.Windows.Forms; using System.Drawing; namespace Ex03WinForm { class Program { static void Main(string[] args) { Form form = new Form(); form.Text = "Hello, Windows Forms"; form.Width = 500; form.Height = 350; form.BackColor = Color.Orange; Button button = new Button(); button.Width = 200; button.Height = 100; button.BackColor = Color.Purple; button.Text = "Push Me !!!!!"; int x = form.ClientRectangle.Width / 2 - 100; int y = form.ClientRectangle.Height / 2 - 50; button.Location = new Point(x, y); button.Click += new EventHandler(button_Click); form.Controls.Add(button); //form.Show();//Modeless 방식 form.ShowDialog();//Modal 방식 } static void button_Click(object sender, EventArgs e) { MessageBox.Show("Thank You for Clicking Me !!!!!"); } static void form_MouseClick(object sender, MouseEventArgs e) { MessageBox.Show("X : " + e.X + " / Y : " + e.Y); } static void form_Click(object sender, EventArgs e) { MessageBox.Show("폼 위에서 마우스가 클릭되었습니다."); } } }
web20korea
2010/02/01 09:47
2010/02/01 09:47
C#
0
0
http://web20korea.com/trackback/292
오픈아이디로 글쓰기
[
로그인
][
오픈아이디란?
]
이름/비밀번호로 글쓰기
name
password
homepage
secret reply
«이전
1
...
15
16
17
18
19
20
21
22
23
...
274
다음»
blog
tag cloud
travel log
quest book
by
web20korea
info@web20korea.com web20korea@gmail.com
전체
(274)
i6020345
(87)
음악
(19)
독서
(1)
영화
(3)
좋아하는+_+
(3)
AION
(2)
Blogs
(21)
Program
(67)
C#.NET
(17)
ASP.NET
(6)
Classic ASP
(21)
JavaScript
(8)
html
(3)
Classic Mobile
(6)
Mobile
(0)
iPhoneApps
(0)
Tools
(23)
Open Source
(2)
DMBS
(16)
web-based Tools
(1)
Utils
(4)
Project
(62)
informative
(14)
gohome
(0)
«
2010/08
»
일
월
화
수
목
금
토
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
웹표준
프로퍼티
ASP페이징
드디어 발매ㅠㅠ
마퀴
HTTP_ACCEPT_LANGUAGE
ASP 활용
음악
AspBufferingLimit
포토샵 익스프레스
Q-Bert
fckeditor설정
iframe높이
블칵
KHUB
쇼미나
블로그 초대를 해보고 느낀점
prestige
NTDLR
GTM
대한민국
2PAC
web
비주얼베이직
아이디어
심판발차기
로즈앤성형외과
80070005
은평구 시설관리공단
ubound
five minutes of funk - 최근 글
패핑 1.4
베스트 키즈
엽문2
(2)
윈도우 7 팁
[MSSQL] 내장 MD5 암호화 활용
five minutes of funk - 최근 댓글
web20korea
07/14
캑.....견자단이 포스가좀 쎼죠 ㅎㅎㅎ ㄷㄷ
호호미니
07/14
포스에 압도되어 갑니다 ㅋ
web20korea
06/28
왜이래? 죠낸 잘써먹고 있구믄~?ㅋㅋㅋㅋㅋㅋㅋㅋ...
김경훈
06/28
진짜 딱 너만 그렇게 쓸꺼다 아마 ㅋㅋ
web20korea
06/04
쩔더라...ㅇㅇ
행복한 우리집
01/20
환영합니다
어흥이 굴에 들어와도 정신만 차리면 하나 건져간...
2009
"인터넷 문화에 대처하는 방법은?" 이라는 주제에...
주네의 열린 소프트웨어
2009
아시아 오픈소스
iPod Life
2009
iPod Touch 's Sadari 체험기
Life OS X 10.5 Leopard
2008
iPod touch 2nd 리뷰 - 간단리뷰
2010/07
(2)
2010/06
(4)
2010/05
(2)
2010/03
(2)
2010/02
(11)
Across The Universe.
Mnet.
Portfolio Publics Modem.
ryu1hwan님의 블로그.
♪ ♬ ♪ Into The Music ♪ ♬ ♪.
민준이형.
슬기.
Copyright ⓒ 2010.
web20korea
, Skin designed by
Creasmworks.
All rights reserved.
0