D / GtkD for SQL Server

Jacob Carlborg doob at me.com
Sun Oct 20 10:56:07 PDT 2013


On 2013-10-20 19:24, John Joyus wrote:

> Thank you all for the responses.
>
> Regarding the GUI part, all I really need is a form and a bunch of
> buttons. Can I do that through pure Windows API in D to create a small
> stand-alone executable that does everything by itself?
>
> If that is possible, any links to an example D code?

You can use DWT:

https://github.com/d-widget-toolkit/dwt

For examples, just search for SWT.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list