Desktop Functions: Smart Device Functions:
|
Search Results for "FindWindowW" in [All]coredll1: FindWindowW
[DllImport("coredll.dll", EntryPoint="FindWindowW", SetLastError=true)]
Public Declare Function FindWindow Lib "Coredll" Alias "FindWindowW" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr 2: SetWindowPos
handle = FindWindowW("HHTaskBar", null);
handle = FindWindowW("HHTaskBar", null); |