Private Enum WindowStyleEnum WS_BORDER = &H800000 WS_CHILD = &H40000000 WS_VISIBLE = &H10000000 End Enum