[DllImport("uxtheme", ExactSpelling=true)] public extern static IntPtr GetWindowTheme(IntPtr hWnd);
Public Declare Function GetWindowTheme Lib "uxtheme.dll" (ByVal hWnd As IntPtr) As IntPtr
Última actualización hace 1 año