' 배경 이미지를 지정하는 방법
'Protected Overrides Sub onPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
' Dim backGroundImage As New Bitmap(My.Resources.LoginImage)
' e.Graphics.DrawImage(backGroundImage, Me.ClientRectangle, New Rectangle(0, 0, backGroundImage.Width, backGroundImage.Height), GraphicsUnit.Pixel)
'End Sub
'C 언어 개열 > Windows CE 개발' 카테고리의 다른 글
스마트 장치 개발에서 데이터 액세스 개요 (0) | 2011.12.02 |
---|---|
스마트 장치 개발에서 My 의 사용 (0) | 2011.12.02 |
Visual Studio 2008에서 개발할 수 있는 스마트 장치 플랫폼 (0) | 2011.12.01 |
Visual Studio 2008을 사용한 스마트 장치 개발 (0) | 2011.12.01 |
InputPanel 클래스 (0) | 2011.12.01 |