On Friday, 10 January 2020 at 14:52:36 UTC, Adam D. Ruppe wrote:
On Friday, 10 January 2020 at 14:48:49 UTC, Marcone wrote:How create "Open" and "Save as" Dialog using "Win32 Api" and Dlang? Please send me a simple example code in Dlang. Thank you very much.You just call GetOpenFileName or GetSaveFileName. here it is in my minigui.d https://github.com/adamdruppe/arsd/blob/master/minigui.d#L6634
Very complicated. Can you send me the simple clear code?