Just some nice enums i came across that could help ALOTA ppl in ALOTA places
SWP Flags Code:
<Flags()> Public Enum SWP SWP_NOSIZE = &H1 SWP_NOMOVE = &H2 SWP_NOZORDER = &H4 SWP_NOREDRAW = &H8 SWP_NOACTIVATE = &H10 SWP_FRAMECHANGED = &H20 ' The frame changed: send WM_NCCALCSIZE SWP_SHOWWINDOW = &H40 SWP_HIDEWINDOW = &H80 SWP_NOCOPYBITS = &H100 SWP_NOOWNERZORDER = &H200 ' Don't do owner Z ordering SWP_NOSENDCHANGING = &H400 ' Don't send WM_WINDOWPOSCHANGING SWP_DEFERERASE = &H2000 SWP_ASYNCWINDOWPOS = &H4000 End Enum
NOTE: Added Form with full Windows Message Enum in it, it's VERY long




Reply With Quote