Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container over screen
Message
From
21/09/2001 01:44:05
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00558900
Message ID:
00559122
Views:
23
This message has been marked as the solution to the initial question of the thread.
Hi!

Container in VFP is not like a usual Windows window, VFP draws it inside of the window, so any other window will cover it. You require to put that container into the separate window without toolbar and set 'AlwaysOnTop' option of that window to .T. so it will cover all other windows in your application. Following properties are required to set to make window without a caption:

TitleBar=0 (Off)

In older versions of VFP you require to set following properties:

Moveable=.F.
MinButton=.F.
MaxButton=.F.
ControlBox=.F.
Caption = ""

This way you can use form without caption instead of container.

HTH.

>Hi
>
>I have a container on _screen, I need that it act like a toolbar. Forms on screen shouldn't cover the container.
>
>Thanks!!!
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform