Win32 Api: How create Open/"Save as" Dialog?

René Heldmaier rene.heldmaier at gmail.com
Sat Jan 11 00:12:03 UTC 2020


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.

Have a look at this website: 
http://www.winprog.org/tutorial/app_two.html
It helped me a lot when i once made a simple gui in C.
The tutorial is in C, but Win32 Api is C anyway... Most of the 
examples will probably just compile in D.
Win32 Api is really ugly, i think it's a better investment to 
learn something like GtkD ;)


More information about the Digitalmars-d-learn mailing list