Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FindWindowW" in [All]

coredll

.

[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

.
Documentation
[FindWindowW] on MSDN
.

        handle = FindWindowW("HHTaskBar", null);

.

        handle = FindWindowW("HHTaskBar", null);


 
Access PInvoke.net directly from VS: