SHDOCVW

Category
아이템: SHDOCVW(1)
포스트 갯수1

C#에서 Internet Explorer 실행 및 Element에 Parameter 전달 코드

By 프로그래밍 일지 | 2018년 2월 5일 | 
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.Threading;using System.Runtime.InteropServices;using SHDocVw; namespace SendParameterTest_01{ public partial class Form1 : Form { public Form1() { Ini