Bonjour

voila j'ai un probleme de dimension avec ma MDIParent
Pièce jointe 9916
et pourtant
dans ma MDIChild je fais appel a cet fonction :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
Public Function MisenForm(maForm As Form)
With maForm
    .BackColor = &HFFFFFF    'Blanc
    .Left = 0
    .Top = 0
    .Height = frmParent.ScaleHeight
    .Width = frmParent.ScaleWidth
 
End With
End Function
voila si je mets dans ma MDIParent

Code : Sélectionner tout - Visualiser dans une fenêtre à part
me.height= screen.height
alors comme j'ai ma barre de tache en bas ça me met un scrollbar pas bo

vous auriez une solution

D'avance merci