Re: Show window maximized in DlangUI

2016-05-05 Thread default0 via Digitalmars-d-learn
On Thursday, 5 May 2016 at 14:10:14 UTC, Vadim Lopatin wrote: On Thursday, 5 May 2016 at 07:53:43 UTC, default0 wrote: Hi I'm writing a D Desktop application using DlangUI. I want the window it creates to start maximized (but not Fullscreen) and could not find any APIs in the documentation th

Re: Show window maximized in DlangUI

2016-05-05 Thread Vadim Lopatin via Digitalmars-d-learn
On Thursday, 5 May 2016 at 07:53:43 UTC, default0 wrote: Hi I'm writing a D Desktop application using DlangUI. I want the window it creates to start maximized (but not Fullscreen) and could not find any APIs in the documentation that seem to do this. Does anyone know how to do this? No suc

Show window maximized in DlangUI

2016-05-05 Thread default0 via Digitalmars-d-learn
Hi I'm writing a D Desktop application using DlangUI. I want the window it creates to start maximized (but not Fullscreen) and could not find any APIs in the documentation that seem to do this. Does anyone know how to do this?