C# Winform 간 핸들링 폼 1 //////////////////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication2 { public partial class Form1 : Form { public Form1() { Initi.. 더보기 C# Chart (Line) 실시간 반영 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting; using System.Windows.Threading; namespace charttest { public partial class Form1 : Form { int[] CPU = new int[10]; public Form1().. 더보기 (Thread) 생성, 인자값 전달, 외부강제종료, (List) 값 저장 및 검색 #include #include #include #include using namespace std; // 핸들 선언 typedef void *HANDLE; DWORD ExitCode; struct Delete { char IP[16]; HANDLE hThreadA; HANDLE hThreadB; }; void ThreadTest(void* Data) { Delete Del; Del = *(Delete*)(Data); while (true) { // 0.5초마다 글씨 출력 //cout 더보기 이전 1 ··· 15 16 17 18 19 20 21 ··· 63 다음