본문 바로가기 메뉴 바로가기

프로그래밍

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

프로그래밍

검색하기 폼
  • 분류 전체보기 (125)
    • C# Programming (47)
    • Python Programming (0)
    • Veranda Plant Factory (22)
    • System Trading (10)
    • Excel & VBA (9)
    • esp32 드론 만들기 (7)
    • Sqlite Database (3)
    • Chrome Extension (0)
    • Stirling Engine Generator (3)
    • 3D Printing (2)
    • Mysql Database (2)
    • Windows Trouble Shooting (2)
    • IT & Computer (2)
    • Book Summary (1)
    • Mathematics (1)
    • Tranggle GPS (1)
    • Recipes (1)
    • OpenOffice (1)
    • Electronic Craft (1)
    • RecordOfReading (3)
    • HTML CSS JAVASCRIPT (1)
  • 방명록

전체 글 (125)
각종 쌈채소 새싹

씨앗 한 봉지를 작은 스티로폼박스에 다 뿌렸더니만 풀밭이 된 느낌입니다쏙아내기도 힘들고 해서 한뿌리씩 뽑아서 옆 화분으로 옮겨심는 중입니다

Veranda Plant Factory 2020. 3. 20. 11:33
주식투자리스타트

1. 주식으로 큰돈을 버는 가장 중요하고 핵심적인 원리는 큰 리스크를 감수하고 몰빵해서 큰 수익을 내는 것이 아니라 리스크를 최소화한 상태에서 얻는 작을 수익을 '복리 구조'로 키우는 것입니다. 이는 너무나도 중요한 개념입니다.

Book Summary 2020. 3. 16. 18:38
C# 람다식 Thread 시작

new Thread(() => { for (int i = 0; i < 10000000; i++) { items[0].Time = i.ToString(); if(i == 9999999) { dataGridView1.Invalidate(); } } } ).Start();

C# Programming 2019. 9. 27. 22:16
C# datagridview 마우스로 Row 이동

private Rectangle dragBoxFromMouseDown; private int rowIndexFromMouseDown; private int rowIndexOfItemUnderMouseToDrop; private void ItemGrid_MouseMove(object sender, MouseEventArgs e) { if ((e.Button & MouseButtons.Left) == MouseButtons.Left) { if (dragBoxFromMouseDown != Rectangle.Empty && !dragBoxFromMouseDown.Contains(e.X, e.Y)) { DragDropEffects dropEffect = Condition1Grid.DoDragDrop(Conditi..

C# Programming 2019. 9. 25. 02:27
C# 마우스 드래그로 폼 이동하기

private Point mousePoint; // 현재 마우스 포인터의 좌표저장 변수 선언 // 마우스 누를때 현재 마우스 좌표를 저장한다 private void Form1_MouseDown(object sender, MouseEventArgs e) { mousePoint = new Point(e.X, e.Y); //현재 마우스 좌표 저장 } // 마우스 왼쪽 버튼을 누르고 움직이면 폼을 이동시킨다 private void Form1_MouseMove(object sender, MouseEventArgs e) { if ((e.Button & MouseButtons.Left) == MouseButtons.Left) //마우스 왼쪽 클릭 시에만 실행 { //폼의 위치를 드래그중인 마우스의 좌표로 이동 Loc..

C# Programming 2019. 9. 22. 12:31
C# 바인딩된 Datagridview 마우스 드래그로 순서 변경하기

private Rectangle dragBoxFromMouseDown; private int rowIndexFromMouseDown; private int rowIndexOfItemUnderMouseToDrop; private void ItemGrid_MouseMove(object sender, MouseEventArgs e) { if ((e.Button & MouseButtons.Left) == MouseButtons.Left) { if (dragBoxFromMouseDown != Rectangle.Empty && !dragBoxFromMouseDown.Contains(e.X, e.Y)) { DragDropEffects dropEffect = ItemGrid.DoDragDrop(ItemGrid.Rows..

C# Programming 2019. 9. 21. 21:21
DLLRegisterServer 호출에 실패 했습니다

regsvr32 XA_Session.dll regsvr32 XA_DataSet.dll 같은 폴더에 파일이 존재하는데 위와 같이 명령하니까 "DLLRegisterServer 호출에 실패 했습니다" 라고 에러가 떴습니다 이걸 아래와 같이 절대경로를 입력하니까 정상적으로 실행이 되었습니다 regsvr32 C:\eBEST\xingAPI\XA_Session.dll regsvr32 C:\eBEST\xingAPI\XA_DataSet.dll

Windows Trouble Shooting 2019. 9. 17. 16:25
C# 프로그레스바 색 변경하기

class NewProgressBar : ProgressBar { private SolidBrush brush = null; public NewProgressBar() { this.SetStyle(ControlStyles.UserPaint, true); } protected override void OnPaint(PaintEventArgs e) { if (brush == null || brush.Color != this.ForeColor) brush = new SolidBrush(this.ForeColor); Rectangle rec = new Rectangle(0, 0, this.Width, this.Height); if (ProgressBarRenderer.IsSupported) ProgressBar..

C# Programming 2019. 7. 19. 12:53
이전 1 ··· 5 6 7 8 9 10 11 ··· 16 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 베란다 텃밭
  • MySQL
  • 스털링엔진
  • 스털링
  • 베란타
  • c# Speech
  • 방울토마토
  • 베란다 방울토마토
  • 시스템트레이딩
  • 드론
  • c# SpeechSynthesizer
  • 복호화
  • NET FRAMEWORK
  • ArgumentException
  • C# textbox 커서 위치
  • C# 마우스 폼이동
  • imemode
  • 코딩
  • c#
  • 암호화
  • Xingapi
  • framework
  • C# textbox 커서 시작
  • c# 음성
  • 이베스트
  • ESP32
  • 이 행은
  • C# textbox 커서 마지막
  • 앉은뱅이 방울토마토
  • 인삼키우기
more
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바