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

Only I Can

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

Only I Can

검색하기 폼
  • 분류 전체보기 (181)
    • C reative (26)
      • Writing (20)
      • 1Day 1Ted (5)
    • Game (6)
      • Poly Bridge (6)
    • Hobby (9)
      • B ook (2)
      • M ovie (5)
      • M usical (0)
      • H ave It (1)
      • U sefull Program (1)
    • P rogramming (135)
      • V studio (6)
      • C # (13.05~) (79)
      • E ncryption (5)
      • C conf (8)
      • L inux (7)
      • D B (15)
      • E tc (8)
      • M ade by iswoo (7)
  • 방명록

c# (3)
C# 폴더 전체 복사( copyFolder ) 두 가지 방법- 소스 및 설명

// 원본과, 목적지를 같이 대입 public void CopyFolder (string sourceFolder, string destFolder ) { if (!Directory.Exists(destFolder)) Directory.CreateDirectory(destFolder); string[] files = Directory.GetFiles(sourceFolder); string[] folders = Directory.GetDirectories(sourceFolder); foreach (string file in files) { string name = Path.GetFileName(file); string dest = Path.Combine(destFolder, name); File.Copy(f..

P rogramming/C # (13.05~) 2013. 11. 13. 10:25
C# 전역 변수 ! 필요 ★★★★☆

Form1 . public class Class명{public static 자료형 자료명 = 값;} Form2. Class명.자료명 을 쓰는 것만으로도 참조가 가능함.. string list int string[] int[] 등.. 모든게 참조 가능 C#은 진짜 사용자가 코드짜기 쉽게 잘 만들어진듯. 생각하는데로 이루어지는 C#

P rogramming/C # (13.05~) 2013. 5. 16. 14:20
C# Window Event handler 예제

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms; namespace test_Console_N_Window_HdlEvt{ class MainApp : System.Windows.Forms.Form { static void Main(string[] args) { MainApp form = new MainApp(); form.Click += new EventHandler( (sender, eventArgs) => { Console.WriteLine("Closing Window.."); Application.Exit(); }); Console.WriteLine("S..

P rogramming/C # (13.05~) 2013. 5. 14. 13:50
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
  • Only I Can:: What about Z..
  • Only I Can Ted:: How comp..
  • Only i Can TED) What six..
  • Only i Can TED) Meet Spot..
최근에 달린 댓글
  • CheckForIllegalCrossThreadCa..
  • 크로스쓰레드가없이 돌아가나요?
  • 별말씀을
  • 덕분에 좋은거 알아갑니다.
Total
331,919
Today
0
Yesterday
89
링크
  • 리나루카스 시선
  • 다크 프로그래머
  • 개뼈다귀
  • alice
  • 찌혀니의 Another world 별천지
  • 세상의나라
  • 행복결말 자막
  • Funny Candies
  • winner
  • 네가 몰랐던 공부법
TAG
  • 알프스목초지1-4
  • Joseph Redmon
  • 리눅스
  • C# 패널
  • 자신만의향
  • PolyBridge1-4
  • DaleEvans
  • C# 패널 예제
  • PolyBridge1-3
  • 믿는다는것
  • 알프스목초지1-3
  • PolyBridge1-5
  • PolyBridge하는법
  • 인생의시간
  • 알프스목초지1-2
  • PolyBridge1-1
  • OnlyICan
  • 분할작업
  • Nina Fedoroff
  • 1Day1Sentence
  • c#
  • 알프스목초지1-1
  • 사람의인생
  • ted
  • PolyBridge
  • 좋은글귀
  • 알프스목초지1-5
  • PolyBridge1-2
  • 폴리브릿지
  • C# 판넬 예제
more
«   2020/06   »
일 월 화 수 목 금 토
  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        
글 보관함
  • 2017/08 (4)

Blog is powered by Tistory / Designed by Tistory