[DllImport("uxtheme.dll", ExactSpelling=true, CharSet=CharSet.Unicode)]
public static extern IntPtr OpenThemeData(IntPtr hWnd, String classList);
Declare Function OpenThemeData Lib "uxtheme.dll" (hWnd As IntPtr, classList As String) As IntPtr
None.
None.
Please add some!
Please add some!
TODO