Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to show my form, but not show the VFP main window?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00504569
Message ID:
00505099
Views:
25
>Cy,

just in case you need it. in the init of your form, or the redraw event....
here is a little trick - or workarround I also have used.
_screen.lockscreen=.f.
_screen.width=this.width-15
_screen.left=this.left+5
_screen.height=thisform.height-175
_screen.top=this.top+5
_screen.visible=.t.

So even if the screen becomes active, its always behind my main menu.
Bob lee
>
>I set ShowWindow to 2-Top Level this morning, changed my form to Modeless from Modal and added READ EVENTS to the .prg. I also included config.fpw with SCREEN=OFF in my .EXE as you suggested.
>
>The above combination solved the problem. I was all around it, but couldn't get the right combination. Thanks again.
>
In the beginning, there was a command prompt, and all was well.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform