Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container over screen
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00558900
Message ID:
00559122
Vues:
24
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform