'2020/11/17'에 해당되는 글 4건

  1. 2020.11.17 c# label 오른쪽 정렬
  2. 2020.11.17 c# winform button
  3. 2020.11.17 gps 체크섬
  4. 2020.11.17 c# string to byte array
Programming/c# & winform2020. 11. 17. 18:12

autosize 끄고

TextAlign을 MiddleRight로 하면 된다.

 

 

[링크 : https://stackoverflow.com/questions/21218729/how-do-i-align-my-text-in-a-label-to-the-right-side]

'Programming > c# & winform' 카테고리의 다른 글

c# winform double buffer  (2) 2020.11.19
c# textbox 수정은 불가능하게 선택은 가능하게  (0) 2020.11.18
c# winform button  (0) 2020.11.17
c# string to byte array  (0) 2020.11.17
c# winform 창 크기 고정하기  (2) 2020.11.13
Posted by 구차니
Programming/c# & winform2020. 11. 17. 15:47

버튼을 깔끔하게 만드는 법

1. 배경 이미지로 넣고 이미지 크기 조절 (버튼 이미지로 넣으면 이미지 크기가 조절 안됨)

2. 버튼의 border를 flatstyle로 제거

 

[링크 : https://stackoverflow.com/questions/7385935/how-can-i-make-the-image-size-smaller-on-a-button]

[링크 : https://blog.edit.kr/entry/Button-테두리border-없애기]

Posted by 구차니

$ 제외하고 * 앞 까지의 내용을

0과 XOR해서 계산한다.

$GPRMC,011641.00,A,3724.064281,N,12659.430194,E,002.6,346.9,261020,,,A*5F

[링크 : https://nmeachecksum.eqth.net/]

[링크 : https://techlog.gurucat.net/305]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

usb dwc  (0) 2021.09.23
fp16  (0) 2021.05.10
GPX, NMEA 포맷 변환  (0) 2020.11.05
NMEA / GPS 날짜&시간  (0) 2020.11.05
온프레미스  (0) 2020.10.27
Posted by 구차니
Programming/c# & winform2020. 11. 17. 10:18

byte array <-> string 변환

 

[링크 : https://zephie.tistory.com/11]

'Programming > c# & winform' 카테고리의 다른 글

c# label 오른쪽 정렬  (0) 2020.11.17
c# winform button  (0) 2020.11.17
c# winform 창 크기 고정하기  (2) 2020.11.13
c# winform always on top = TopMost  (2) 2020.11.13
c# winform 기본 폰트 변경하기  (2) 2020.11.13
Posted by 구차니