how to get no Titlebar

Post Reply
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

how to get no Titlebar

Post 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 :?:
greeting,
Jimmy
User avatar
Antonio Linares
Site Admin
Posts: 42595
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 38 times
Been thanked: 86 times
Contact:

Re: how to get no Titlebar

Post by Antonio Linares »

Dear Jimmy,

Use a dialog instead of a window
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: how to get no Titlebar

Post 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
greeting,
Jimmy
Post Reply