Placement of the buttons on this dialog

ChuckieAJ 316 Reputation points
2023-08-14T19:37:49.4566667+00:00

Hi

I am looking for guidance concerning the placement of my buttons:

Congregations

With a simple dialog I have three buttons over to the right:

OK > Cancel > Help

And I understand that follows GUI etiquette for Windows.

But what about this dialog? I am not sure and am grateful for advice.

Developer technologies | C++
{count} votes

Accepted answer
  1. Castorix31 90,686 Reputation points
    2023-08-15T12:30:19.5633333+00:00

    You can see MSDN doc at https://learn.microsoft.com/en-us/windows/win32/uxguide/win-dialog-box

    (mainly "Apply buttons" and "Commit buttons" parts)

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Guido Franzke 2,191 Reputation points
    2023-08-15T06:24:55.24+00:00

    Hello,

    have a look at this interesting article: https://maze.co/collections/ux-ui-design/ui-design-principles/

    IMO you should keep the order OK - Cancel - Help, so that your users can find the buttons fast. Accordingly, I would arrange the buttons in the order

    grafik

    Regards, Guido

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.