Hello friends,
A chronic confusion for me is how to control Screens and ShowWindows. Here is a recent example that illustrates the problem.
I have a simple one-form app which I want to be callable at any time (even when not using FXP). I want the form to appear on my desktop (without the FoxPro screen) then go away when QUIT is issued. The problem is how to show the form without the FoxPro screen.
What I am getting is the white FXP screen with its menubar which shows smaller than my monitor; then inside the white screen is my Form, giving the appearance of a Form upon a Screen upon the Desktop.
I have played around with many variations in ShowWindow, WindowState and WindowType and it seems to make no difference. This annoying white screen wants to remain.
How should this be done?
Thanks.
A chronic confusion for me is how to control Screens and ShowWindows. Here is a recent example that illustrates the problem.
I have a simple one-form app which I want to be callable at any time (even when not using FXP). I want the form to appear on my desktop (without the FoxPro screen) then go away when QUIT is issued. The problem is how to show the form without the FoxPro screen.
What I am getting is the white FXP screen with its menubar which shows smaller than my monitor; then inside the white screen is my Form, giving the appearance of a Form upon a Screen upon the Desktop.
I have played around with many variations in ShowWindow, WindowState and WindowType and it seems to make no difference. This annoying white screen wants to remain.
How should this be done?
Thanks.