On Saturday, 11 January 2020 at 00:12:03 UTC, René Heldmaier
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.
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 ;)
Tha examples in this site don't compile in Dlang. I want Win32
Api becouse I want create very smal window gui for simple
programs.