Desktop Functions: Smart Device Functions:
|
Search Results for "HWND" in [All]comdlg321: ChooseFont
public IntPtr hwndOwner;
' HWND hwndOwner;
typedef UINT_PTR (CALLBACK *LPOFNHOOKPROC) (HWND,UINT,WPARAM,LPARAM);
HWND hwndOwner;
ofn.hwndOwner = NULL;
' HWND hwndOwner; 4: PrintDlg
_pdex.hwndOwner = m_hParent
Public hwndOwner As IntPtr 5: PrintDlgEx
_pdex.hwndOwner = m_hParent
Public hwndOwner As IntPtr msi
static extern int MsiSetInternalUI(int dwUILevel, ref IntPtr phWnd);
static extern int MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr phWnd);
Private Function MsiSetInternalUI(dwUILevel As INSTALLUILEVEL, ByRef phWnd As IntPtr) As Integer
IntPtr hwnd = IntPtr.Zero;
MsiUtils.MsiSetInternalUI(MsiUtils.INSTALLUILEVEL.INSTALLUILEVEL_NONE , ref hwnd); mpr
private static extern int WNetAddConnection3(IntPtr hWndOwner,
''' <param name="hWndOwner"></param>
Private Shared Function WNetAddConnection3(ByVal hWndOwner As IntPtr, _
WNetAddConnection3(hWnd, ref ConnInf, null, null,
private static extern int WNetAddConnection3(IntPtr hWndOwner,
''' <param name="hWndOwner"></param>
Private Shared Function WNetAddConnection3(ByVal hWndOwner As IntPtr, _
WNetAddConnection3(hWnd, ref ConnInf, null, null,
IntPtr hwndOwner, Structures10: BROWSEINFO
public IntPtr hwndOwner;
Public hwndOwner As IntPtr 11: BSMINFO
public IntPtr hwnd;
public IntPtr hwnd; // might be NULL (indicating no owner window) 13: COMBOBOXINFO
public IntPtr hwndCombo;
public IntPtr hwndEdit;
public IntPtr hwndList;
hwndCombo As Long
hwndEdit As Long
hwndList As Long 14: COPYDATASTRUCT
SendMessage(hWnd, WM_COPYDATA, IntPtr.Zero, copyDataBuff); 15: CREATESTRUCT
public IntPtr hwndParent;
Public hwndParent As IntPtr 16: CREDUI_INFO
public IntPtr hwndParent;
Public hwndParent As IntPtr
public IntPtr hwndApp;
Public hwndApp As IntPtr 18: CWPRETSTRUCT
IntPtr hWnd; 19: CWPSTRUCT
public IntPtr hwnd;
Public hWnd As IntPtr 20: EVENTMSG
public IntPtr hwnd;
Public hwnd As IntPtr 21: GUITHREADINFO
public IntPtr hwndActive;
public IntPtr hwndFocus;
public IntPtr hwndCapture;
public IntPtr hwndMenuOwner;
public IntPtr hwndMoveSize;
public IntPtr hwndCaret;
Public hwndActive As IntPtr
Public hwndFocus As IntPtr
Public hwndCapture As IntPtr
Public hwndMenuOwner As IntPtr
Public hwndMoveSize As IntPtr
Public hwndCaret As IntPtr 22: MOUSEHOOKSTRUCT
public IntPtr hwnd;
public IntPtr hwnd; 23: MSG
public IntPtr hwndOwner; 24: NMHDR
public IntPtr hwndFrom;
Public hwndFrom As IntPtr 25: NOTIFYICONDATA
/// taskbar status area. The Shell uses hWnd and uID to identify which icon to operate on
public IntPtr hwnd;
/// Application-defined identifier of the taskbar icon. The Shell uses hWnd and uID to identify
/// associated with a single hWnd by assigning each a different uID.
/// notifications to the window identified in hWnd.
public IntPtr hWnd;
Dim hWnd As IntPtr
public IntPtr hWnd; 27: OpenFileName
int hwndOwner;
Public hwndOwner As IntPtr
public IntPtr hwndOwner;
Public hwndOwner As IntPtr 29: PRINTDLG
public IntPtr hwndOwner;
public int hwndParent = 0; 31: READERMODEINFO
Dim hwnd As IntPtr
Dim hwnd As IntPtr
SetReaderModeInfo.hwnd = Me.Handle 32: REBARBANDINFO
public IntPtr hwndChild; 33: SHFILEOPSTRUCT
public IntPtr hwnd;
Public hwnd As IntPtr
hWnd As Long
34: TITLEBARINFO
public static extern bool GetTitleBarInfo(IntPtr hwnd, ref TITLEBARINFO pti); 35: TOOLINFO
public IntPtr hwnd;
Public hwnd As IntPtr 36: TRACKMOUSEEVENT
public IntPtr hwndTrack;
Public hwndTrack As IntPtr 37: WINDOWPOS
public IntPtr hwnd;
public IntPtr hwndInsertAfter;
Public hwnd As IntPtr
Public hwndInsertAfter As IntPtr gdi3238: CombineRgn
static extern System.UInt16 SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw); 39: CreateRectRgn
static extern IntPtr GetDC(IntPtr hWnd); 40: CreateSolidBrush
static extern IntPtr GetDC(IntPtr hWnd); 41: EnumFontFamilies
Graphics graphics = Graphics.FromHwnd(IntPtr.Zero);
Graphics graphics = Graphics.FromHwnd(IntPtr.Zero); 43: ExtFloodFill
Graphics vGraphics = Graphics.FromHwnd(Handle); 44: FillRgn
static extern IntPtr GetDC(IntPtr hWnd); 45: GetDeviceCaps
using (System.Drawing.Graphics g = System.Drawing.Graphics.FromHwnd(IntPtr.Zero))
Using g As System.Drawing.Graphics = System.Drawing.Graphics.FromHwnd(IntPtr.Zero)
Graphics g = Graphics.FromHwnd(IntPtr.Zero); 47: GetPixel
static extern IntPtr GetDC(IntPtr hwnd);
static extern Int32 ReleaseDC(IntPtr hwnd, IntPtr hdc);
static extern IntPtr GetDC(IntPtr hwnd);
static extern Int32 ReleaseDC(IntPtr hwnd, IntPtr hdc);
private static IntPtr HWND_BROADCAST = new IntPtr(0xffff);
private static IntPtr HWND_TOP = new IntPtr(0);
private static IntPtr HWND_BOTTOM = new IntPtr(1);
private static IntPtr HWND_TOPMOST = new IntPtr(-1);
private static IntPtr HWND_NOTOPMOST = new IntPtr(-2);
private static IntPtr HWND_MESSAGE = new IntPtr(-3);
private static extern int SendMessage(IntPtr hWnd, WindowsMessages wMsg, IntPtr wParam, IntPtr lParam);
long result = SendMessage(HWND_BROADCAST, WindowsMessages.WM_FONTCHANGE, IntPtr.Zero, IntPtr.Zero); 50: SetPixel
Graphics vGraphics = Graphics.FromHwnd(Handle); 51: TextOut
Using G = Graphics.FromHwnd(Me.Handle) coredll
private static extern bool CeGetUserNotificationPreferences(IntPtr hWndParent, byte[] lpNotification);
private static extern bool CeGetUserNotificationPreferences(IntPtr hWndParent, byte[] lpNotification);
static extern int ChangeDisplaySettingsEx(string lpszDeviceName, ref DEVMODE lpDevMode, IntPtr hwnd, int dwflags, IntPtr lParam);
Declare Function ChangeDisplaySettingsEx Lib "coredll.dll" (ByVal lpszDeviceName As String, ByVal lpDevMode As Byte(), ByVal hwnd As IntPtr, ByVal dwflags As CDSFlags, ByVal lParam As IntPtr) As CDSRet
ref DEVMODE lpDevMode, IntPtr hwnd, int dwflags, IntPtr lParam);
Friend Shared Function ChangeDisplaySettingsEx(ByVal lpszDeviceName As String, ByVal lpDevMode As Byte(), ByVal hwnd As IntPtr, ByVal dwflags As CDSFlags, ByVal lParam As IntPtr) As CDSRet 55: DisableGestures hwnd in Specifies the scope of this function. Set to TGF_SCOPE_WINDOW to disable gestures for the window indicated by hwnd. Set to TGF_SCOPE_PROCESS to disable gestures for the application process.
public static extern bool DisableGestures(IntPtr hwnd, UInt64 TGFflags, uint scope); 56: EnableGestures hwnd in Specifies the scope of this function. Set to TGF_SCOPE_WINDOW to enable gestures for the window indicated by hwnd. Set to TGF_SCOPE_PROCESS to enable gestures for the application process.
public static extern bool EnableGestures(IntPtr hwnd, UInt64 TGFflags, uint scope); 57: ExtEscape
58: ExtEscape
private static extern IntPtr GetDC(IntPtr hwnd); 59: FindWindowW
public const int HWND_TOP = 0;
public const int HWND_BOTTOM = 1;
public const int HWND_TOPMOST = -1;
public const int HWND_NOTOPMOST = -2;
private static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags);
Private Shared Function SetWindowPos(ByVal hWnd As IntPtr, _
ByVal hWndInsertAfter As IntPtr, _ 60: GetCapture
public IntPtr GetHWnd(Control ctrl)
IntPtr hWnd = GetCapture();
return hWnd;
IntPtr hWnd = GetCapture();
SetWindowPos(hWnd,
hWnd, static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, Cut off search results after 60. Please refine your search. |