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 "SHOpenWithDialog" in [All]

shell32

.

    [DllImport("shell32.dll", EntryPoint = "SHOpenWithDialog", CharSet = CharSet.Unicode)]

.

    private static extern int SHOpenWithDialog(IntPtr hWndParent, ref tagOPENASINFO oOAI);

.

        SHOpenWithDialog(hwndParent, ref oOAI);

.
Documentation
[SHOpenWithDialog] on MSDN

 
Access PInvoke.net directly from VS: