native-windows-gui
native-windows-gui copied to clipboard
How to implement a modal custom dialog?
Hello @gabdube ,
I have carefully consulted the example (dialog_multithreading_d.rs). However, the custom dialog YesNoDialog
isn't modal.
Could you please share a code example of the modal custom dialog? Individually, I'd like to make a confirm dialog which is capable of blocking the main window.
I'm also interested in this.