Download shellcontrolsexample.zip, last updated 16/04/2011 (8.97 KB)

Download
  • md5: 47ec793695147b1fd5c45608fae7673b
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;

namespace ShellControlsExample
{
  class NativeMethods
  {
    [DllImport("uxtheme.dll", CharSet = CharSet.Unicode)]
    public extern static int SetWindowTheme(IntPtr hWnd, string pszSubAppName, string pszSubIdList);
  }
}

Donate

Donate