je maximise la fenetre d'un logiciel extérieur par une API.
on perd donc la main sur ses dimensions.
le problème est que j'ai plusierus écrans et que l'amplitude verticale est réglée par défaut sur mon écran de gauche (écran de démarrage de windows) qui a une définition moindre que les autres. d'ou des portions d'écrans innoccupées.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3 A maximized window is a window that has the WS_MAXIMIZE style. Also, the system disables the window's sizing border and the window-positioning capability of the title bar (so that the user cannot move the window by dragging the title bar).
je voudrai donc pouvoir reprendre la main pour agrandir manuellement la fenetre.
Mais je n'ai rien trouvé la dessus.
Si qqun a déja eu le problème et l'a résolu...
Merci.
Jean Pierre
Partager