Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you calculate the header height?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00290365
Message ID:
00290397
Vues:
34
>>Hi Dan,
>>
>>Look at sysmetric(3) and sysmetric(4) as well. they tell you the border width of the form. Also 10 and 11 (for non-sizeble borders).
>>
>>Sysmetric(9) tells you the height windows sets for a window title. I doesn't change if you don't have a title, it's just the default setting for all window titles. I put the following in a button and it lines a form up perfectly next to the button.
>>
>>x = newobject('form')
>>x.titlebar = 0
>>x.top = this.top + thisform.top + sysmetric(9) + sysmetric(4)
>>x.left = this.left + this.width + thisform.left + sysmetric(3)
>>x.show
>>
>>hth.
>
>If you turn the title bar off will it still work? It would sure be nice if VFP had a HeaderHeight property. Or is that asking to much. < g >

Um.. See the bold line above, but it works the same with/without titlebar.
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform