C# 웹브라우져(webBrowser)를 이용해 파일익스플러어(File Explorer)만들어 보기
안녕하세요. C# 웹브라우져(webBrowser)를 이용해 파일익스플러어(File Explorer)만들어 볼게요. 꼭 파일탐색기같기도 하고 그러네요. ㅎㅎ 1. 먼저 폼 레이아웃입니다. 2. 소스코드입니다. 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 WindowsFormsApp2 { public partial class Form1 : Form { pub..
프로그래밍/C#
2021. 11. 26. 14:47