애아빠 데이터 개발자 블로거 Cardia
분류 전체보기
(68)
Cardia.
(13)
Alchole
(0)
aaaa
(0)
Data Structure
(1)
Information Retrivial
(1)
Linux tips
(11)
Big Data
(12)
DB
(8)
Programming
(22)
Android
(3)
Visual Studio
(1)
C++
(4)
Google Style Guide
(0)
Tools
(5)
Widows Mobile
(3)
Tools
(0)
홈
태그
미디어로그
위치로그
방명록
2009. 03.05 티스토리 개통!
MSDN .NET Framework 3.0
에듀포올의 IT세상
/
/
Programming/Widows Mobile
[C#] Event 관리 !!
2009.08.19
[C#] Key event & Graphic event
2009.08.19
Windows Mobile 6.1 플랫폼 개발을 위한 환경 구축
2009.05.23
[C#] Event 관리 !!
2009. 8. 19. 14:21
아 드디어 찾았다 =ㅁ=;;;
C# 에서는 이쁘게 이벤트 관리를 해준다.
이거였다 -_-;
함수를 제작하고나서
모든 이벤트들을 내가 알아서 등록 할 수 있다...
어쩐지 함수 안으로 한 발자국도 안들어가더라니 -_-.....
이런 알흠다운 녀석 -_-
공유하기
게시글 관리
애아빠 데이터 개발자 블로거 Cardia
[C#] Key event & Graphic event
2009. 8. 19. 04:42
Key event
1. Key down
2. Key press
3. Key up
private void Snake_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Up)
MessageBox.Show("up");
}
Graphic event
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
Rectangle rect;
Brush brush = new SolidBrush(Color.Blue);
rect = new Rectangle(5, 5, 5, 5);
g.FillRectangle(brush, rect);
}
시뮬레이터에서 돌려보니 키 이벤트가 도대체 먹지를 않는다 -ㅁ-;
뭐냐능??.....
공유하기
게시글 관리
애아빠 데이터 개발자 블로거 Cardia
Windows Mobile 6.1 플랫폼 개발을 위한 환경 구축
2009. 5. 23. 21:14
Windows Mobile 6.1은 Windows XP 또는 Windows Vista에서 구동됩니다.
저는 비스타를 사용중이므로 비스타 기반의 환경 구축입니당.
1. Device center
http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=9e641c34-6f7f-404d-a04b-dc09f8141141
2. Windows Mobile Device Center 6.1 업데이트 (Vista)
Vista 사용자를 위한 Device Center 업그레이드
http://www.microsoft.com/downloads/details.aspx?displaylang=ko&FamilyID=46f72df1-e46a-4a5f-a791-09f07aaa1914
3. Visual Studio 2008 SP1
Visual Studio Express 버전은 모바일 개발 환경을 지원하지 않습니다.
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=ko
4. Windows Mobile 6 Professional Edition SDK
http://www.microsoft.com/downloads/details.aspx?FamilyID=06111a3a-a651-4745-88ef-3d48091a390b&DisplayLang=en
5. Windows Mobile 6 Emulator Localization Images
기본 제공되는 영문환경에서 한글환경으로 변경
http://www.microsoft.com/downloads/details.aspx?FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582&DisplayLang=en
6. Windows Mobile 6.1.4 Emulator Images(USA)
스마트폰의 해상도가 480*800인 환경을 위한 이미지
http://www.microsoft.com/downloads/details.aspx?FamilyID=1a7a6b52-f89e-4354-84ce-5d19c204498a&DisplayLang=en
공유하기
게시글 관리
애아빠 데이터 개발자 블로거 Cardia
PREV
1
NEXT
+ Recent posts
Powered by
Tistory
, Designed by
wallel
Rss Feed
and
Twitter
,
Facebook
,
Youtube
,
Google+
티스토리툴바