Page 1 of 1

how to get no Titlebar

Posted: Tue Oct 25, 2022 11:25 am
by Jimmy
hi,

for Splash Screen i like to remove Titlebar

Code: Select all | Expand

DEFINE WINDOW oDlg FROM y1, x1 TO y2, x2 PIXEL NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE

but i still get a Titlebar :(

how to remove it :?:

Re: how to get no Titlebar

Posted: Tue Oct 25, 2022 12:02 pm
by Antonio Linares
Dear Jimmy,

Use a dialog instead of a window

Re: how to get no Titlebar

Posted: Tue Oct 25, 2022 12:52 pm
by Jimmy
hi Antonio,
Antonio Linares wrote:Use a dialog instead of a window

have try it
after disable 2unknown" Parameter it run ... and hang ... :(

but i found Solution

Code: Select all | Expand

NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE BORDER NONE

the Border Option did the Trick :D