Posted by Sean.
,
Posted by Sean.
,

To create a button with an image, you must create a custom control that derives from the Windows Forms Control class.

To create a button with an image

  1. Create a class that derives from the System.Windows.Forms.Control class.

  2. Define properties in the class for button images that show a pressed and not pressed state.

  3. Use the Invalidate method to cause the form to repaint when the button is clicked.

  4. Override the OnPaint method to draw the custom control with the appropriate images.


    Example CODE : http://msdn.microsoft.com/en-us/library/ms172532%28VS.80%29.aspx

Posted by Sean.
,


TAG: 아이폰 스타일 UI, iPhone Style UI,아이폰,윈도우 모바일, 윈모, WinMo,Windows Mobile

간단하게 만든 화면 캡춰한 것

 
 

Posted by Sean.
,
Posted by Sean.
,

Cellular Emulator를 WM 6.5 , WM 6.1.4 Device Emulator에서 사용하는 방법

 [ STEP ]

  1. Cellular Emulator과 Device Emulator(WM 6.1.4, WM 6.5)을 실행 시킨다.
  2. Cellular Emulator 실행 -> 창의 하단부분의 Comport Port 확인 [ DE: COM4 ]
  3. Device Emulator 실행 -> File -> Configure -> Peripherals -> Serial port 0: -> Down Menu -> COM4(수동입력:대소문자 상관없음)
  4. Cellular Emulator -> Configuration -> Connection -> [ Reset ]
  5. Cellular Emulator 종료
  6. Device Enulator -> File -> Reset -> Soft
  7. Defice Emulator -> File -> Save State and Exit
  8. Cellular Emulator 실행
  9. 정상적으로 Device Emulator에서 안테나가 FULL로 표시된 것을 확인 할 수 있습니다.(Network연결확인)
  10. 이제 정상적으로 SMS , MO/MT Call이 가능합니다.

 

T옴니아2 개발 셋팅하다가 WM 6.5 Device Emulator에서 Cellular Emulator이용 Call과 SMS 테스트를 해야하는데 Network연결이 안되서 많은 시간을 투자해서 얻은 결과입니다. 역시.. 삽질만이 정답인 것 같습니다.^^;; 아는 것이 힘이다!!

이 글은 스프링노트에서 작성되었습니다.

Posted by Sean.
,