Visual C# C# 에서 POST 방식으로 웹페이지 호출 화이트앳2021-04-300 C#에서 호출 C# 에서 POST 방식으로 웹페이지 호출하는 방법입니다. NameValueCollection POST = new...
Visual C# ObjectListView 화이트앳2018-09-050 마지막 선택된 항목 표시 유지되게 하는 방법 this.olvBasic.UseCellFormatEvents = true; this.olvBasic.UseTranslucentSelection =...
IE Automation C# Automating Internet Explorer #3 창 열고 내용 변경하기 화이트앳2017-12-310 창 열고 내용 변경하기 Internet Explorer 창을 열고 창 내용을 변경하는 방법을 알아 보겠습니다. Reference SHDocVw :...
IE Automation C# Automating Internet Explorer #2 창 열고 코드 가져오기 화이트앳2017-12-310 준비 과정 Reference SHDocVw : Microsoft Internet Controls MSHTML: Microsoft HTML Object Library 따라하기 프로젝트...
File/Directory [C#] 폴더, 파일 구분 화이트앳2017-12-170 FileAttributes attr = System.IO.File.GetAttributes(doc.RealPath); if ((attr & FileAttributes.Directory) ==...