Re: Is there any web browser control in D Lang to display html file ?

2018-03-16 Thread Jayam via Digitalmars-d-learn
On Friday, 16 March 2018 at 10:53:39 UTC, bauss wrote: On Friday, 16 March 2018 at 10:52:14 UTC, Alex wrote: On Friday, 16 March 2018 at 10:31:51 UTC, Jayam wrote: I creating one simple desktop application using dlang. I need to display some html file in my desktop application. How can make

Is there any web browser control in D Lang to display html file ?

2018-03-16 Thread Jayam via Digitalmars-d-learn
I creating one simple desktop application using dlang. I need to display some html file in my desktop application. How can make it works ?

Basic questions about D lang?

2017-11-29 Thread Jayam via Digitalmars-d-learn
In D lang, 1. Is there any feature async/ await like "c#" ? I can't find feature like async. 2. Is Garbage Collector work default without any code to force like in c# or do we need to manually trigger it ? 3. Can we make library file and use that in any project like 'Util class' ?

Re: Basic questions about D lang?

2017-11-28 Thread Jayam via Digitalmars-d-learn
On Tuesday, 28 November 2017 at 13:42:05 UTC, Stefan Koch wrote: On Tuesday, 28 November 2017 at 13:39:11 UTC, Jayam wrote: Is D language open source? Do this have GUI Desktop application support ? Do this have web api support ? Can we compile our program to multi program ? yes yes some

Re: Basic questions about D lang?

2017-11-28 Thread Jayam via Digitalmars-d-learn
On Tuesday, 28 November 2017 at 13:42:08 UTC, rikki cattermole wrote: On 28/11/2017 1:39 PM, Jayam wrote: Is D language open source? Yes 100% Do this have GUI Desktop application support ? Sure but probably not to the level you expect. Do this have web api support ? Ugh what? Be more

Basic questions about D lang?

2017-11-28 Thread Jayam via Digitalmars-d-learn
Is D language open source? Do this have GUI Desktop application support ? Do this have web api support ? Can we compile our program to multi program ?