I want to make Message Box, this message not fit to the screens, as like any message in Windows CE (for example delete a file), but in lazarus the message have incorrect size/position.<br>That depend on BorderStyle (i mistaked).<br>
<br>ShowMessage('Welcome'); <br>This message have bad position, without caption,<br>Also what if i want to make my own dialogs, Have a caption and centered in the Screen.<br><br>For example<br>BorderStyle and WindowState control this idea.<br>
<br>BorderStyle = bsNone/bsSizable<br>WindowState = wsMaximized<br>it must make Fit to the screen without caption<br><br>BorderStyle = bsDialog<br>
WindowState = wsNormal<br>is have a caption and OK button<br><br>BorderStyle = bsSingle<br>

WindowState = wsNormal<br>no caption for WinCE and X button<br><br>that for example, i know you are already worked on it, but i like to understand what we must choose.<br><br>
(I am bad writer even in my mother language)<br>-- <br>Zaher Dirkey