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)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am looking for guidance concerning the placement of my buttons:
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.
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)
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
Regards, Guido