Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- Raspberry Pi
- Ribbon
- .mine
- UltraToolbarsManager
- onPageFinished
- node.js 설치
- RaspberryPi
- MariaDB
- startActivity
- ImageList Icon 변환
- usb 인식 불가
- ContextMenuStrip
- 다중 Filter
- node.js
- WebViewClient
- mariaDB 설치
- mp4 재생
- OpenFileDialog
- OSHP
- 자동 닫힘
- Spread
- 라즈베리파이
- 동영상 오류
- mariaDB 외부접속
- ubuntu
- <<<<<<<<
- c#
- ScrollBarTrackPolicy
- Image icon 변환
- 라즈베리 피이
Archives
목록분류 전체보기 (72)
Realman's World
[C#] ComboBox 컨트롤 Item을 임의로 수정하지 못하게 막는 방법
ComboBox 컨트롤을 사용하다 보면 프로그래머가 넣어놓은 Item 외에 다른 값이 들어가지 못하도록 해야할 경우가 있다. 이때는 속석창에서 DropDownStyle을 DropDownList로 변경시켜주면 된다.
Language/C#
2008. 9. 25. 14:01
드디어 성공
구글 사이드 바에 있는 ColorJunction 게임 지금껏 최고 기록이 1이었는데 드디어 전부 없애 버렸다. ㅎㅎ 오늘만 3번 역시 사람은 무엇이든 계속하다 보면 요령이 생기나 보다. 이제 다른 게임에 도전해 볼까??ㅋㅋ
Daily Life
2008. 9. 11. 18:14
[C#] FTP 관련 클래스
C#에서 제공하는 FTP 관련 클래스는 여러가지가 있다. 그 중에서 가장 사용하기 쉬운 FtpWebRequest 클래스를 소개하려고 한다. FtpWebRequest가 제공하는 기능은 WebRequestMethods 클래스의 멤버 변수를 살펴보면 된다. Name Description AppendFile Represents the FTP APPE protocol method that is used to append a file to an existing file on an FTP server. DeleteFile Represents the FTP DELE protocol method that is used to delete a file on an FTP server. DownloadFile Represent..
Language/C#
2008. 9. 10. 12:35