PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Message/Dialog Box Size
[WD20] Message/Dialog Box Size
Iniciado por guest, 13,ago. 2015 20:12 - 2 respuestas
Publicado el 13,agosto 2015 - 20:12
Is it possible to make the the width of either the system message box or the WinDev message box static? I would like the width to always be the same, but increase the height depending on the message length.

Or would this require creating and using our own message box?

P.S. NextTitle() is useful for modifying the title of a message box.
Publicado el 13,agosto 2015 - 20:26
Hello Curtis,

if you use the windev message box, the resizing code is visible in the window and modifiable any way you want.

Best regards
Publicado el 13,agosto 2015 - 20:34
Thanks. I should have looked, but the tips here said not to modify or add any code.

It looks like the function within the window ResizeDialog() is exactly what I need.