¡@

Home 

c# Programming Glossary: uflags

How to send a WPF window to the back?

http://stackoverflow.com/questions/1181336/how-to-send-a-wpf-window-to-the-back

hWnd IntPtr hWndInsertAfter int X int Y int cx int cy uint uFlags const UInt32 SWP_NOSIZE 0x0001 const UInt32 SWP_NOMOVE 0x0002..

C# make a window topmost using a window handle

http://stackoverflow.com/questions/1528473/c-sharp-make-a-window-topmost-using-a-window-handle

hWnd IntPtr hWndInsertAfter int X int Y int cx int cy uint uFlags static readonly IntPtr HWND_TOPMOST new IntPtr 1 const UInt32..

Setting a Windows form to be bottommost

http://stackoverflow.com/questions/2027536/setting-a-windows-form-to-be-bottommost

hWnd IntPtr hWndInsertAfter int X int Y int cx int cy uint uFlags static readonly IntPtr HWND_BOTTOM new IntPtr 1 const UInt32..

How can I control the size and position of a new process Window from a WinForms app?

http://stackoverflow.com/questions/3321535/how-can-i-control-the-size-and-position-of-a-new-process-window-from-a-winforms

hWnd IntPtr hWndInsertAfter int X int Y int cx int cy int uFlags and read about it here http msdn.microsoft.com en us library..

How can I customize the system menu of a Windows Form?

http://stackoverflow.com/questions/4615940/how-can-i-customize-the-system-menu-of-a-windows-form

private static extern bool AppendMenu IntPtr hMenu int uFlags int uIDNewItem string lpNewItem DllImport user32.dll CharSet.. extern bool InsertMenu IntPtr hMenu int uPosition int uFlags int uIDNewItem string lpNewItem ID for the About item on the..

Log off user from Win XP programmatically in C#

http://stackoverflow.com/questions/484278/log-off-user-from-win-xp-programmatically-in-c-sharp

DllImport user32.dll static extern bool ExitWindowsEx uint uFlags uint dwReason STAThread static void Main string args ExitWindowsEx..

Hosting external app in WPF window

http://stackoverflow.com/questions/5028598/hosting-external-app-in-wpf-window

hWnd IntPtr hWndInsertAfter int X int Y int cx int cy int uFlags private const int SWP_NOZORDER 0x0004 private const int SWP_NOACTIVATE..