How can I properly implement inetcpl.cpl as an external dll?
- by Kyt
I have the following 2 sets of code, both of which produce the same results:
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ResetIE
{
class Program
{
[DllImport("InetCpl.cpl", SetLastError=true, CharSet=CharSet.Unicode,…