Index
2009-01-12 15:31David Higgs : Opening window size
2009-01-12 16:16Fred Taylor : Re: Opening window size
Back to top
Opening window size

Author: David Higgs

Posted: 2009-01-12 15:31:53   Link

Hi,

Please excuse me as I've not done any VFP Ver 6.0 programming for quite a

while!

When I run my compiled "myapp.exe" the opening Window size is smaller than

my Menu Form size, therefore I have to manually expand the window to see all

of my Menu Form.

What do I need to do to automatically make the Window open larger / full

size?

Regards

David Higgs

©2009 David Higgs
Back to top
Re: Opening window size

Author: Fred Taylor

Posted: 2009-01-12 16:16:31   Link

You can change your code to make your main form's or _SCREEN.WindowState

property to 2, maximized, or you can set the shortcut on your desktop to

open full screen.

Fred

On Mon, Jan 12, 2009 at 1:31 PM, David Higgs <DavidPGHiggs@tiscali.co.uk>wrote:

>

> Hi,

>

> Please excuse me as I've not done any VFP Ver 6.0 programming for quite a

> while!

>

> When I run my compiled "myapp.exe" the opening Window size is smaller than

> my Menu Form size, therefore I have to manually expand the window to see

> all

> of my Menu Form.

>

> What do I need to do to automatically make the Window open larger / full

> size?

>

> Regards

>

> David Higgs

>

>

>

>

>

[excessive quoting removed by server]

©2009 Fred Taylor