Howdy all,
I have a VFP9SP1 form rolled into an EXE. This starts from a batch file. It's ShowWindow is "2 - As Top-Level Form".
I've changed the forms WindowState to be "1 - Minimized". But the form still starts as normal.
I've also tried _SCREEN.WindowState = 1 in Main.prg, form.Load and form.Init and it still opens the form - it isn't minimized.
Do I need something else changed?
Cheers,
Garry
I have a VFP9SP1 form rolled into an EXE. This starts from a batch file. It's ShowWindow is "2 - As Top-Level Form".
I've changed the forms WindowState to be "1 - Minimized". But the form still starts as normal.
I've also tried _SCREEN.WindowState = 1 in Main.prg, form.Load and form.Init and it still opens the form - it isn't minimized.
Do I need something else changed?
Cheers,
Garry