HWND hEdit = CreateWindow( "EDIT", "", WS_VISIBLE|WS_BORDER|WS_POPUP|ES_PASSWORD|ES_WANTRETURN, 0, 0, 50, 20, 0, (HMENU)0, HInstance, NULL);