79671909

Date: 2025-06-19 10:28:07
Score: 1
Natty:
Report link

Use WS_TABSTOP for each control

hwnd = CreateWindow(appName, TEXT(" basicwindow"), WS_DLGFRAME | WS_SYSMENU | WS_TABSTOP,
    xpos, ypos, width, height, NULL, NULL, hInstance, NULL);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lev