Jump to content

Recommended Posts

Posted (edited)

I was wondering how to completely remove the title bar so that only the GUI(and controls in it) remain with no border (working on making a OS shell, required for start menu to work properly)

Edited by Influx
Posted

i used $WS_Popup and it didnt do anything

maybe i misinterpreted what @influx ment, i thought he ment a windo that had NO caption\NO Titlebar, i tried those too and nothing, any ideas?

Posted

i used $WS_Popup and it didnt do anything

maybe i misinterpreted what @influx ment, i thought he ment a windo that had NO caption\NO Titlebar, i tried those too and nothing, any ideas?

Influx say:

how to completely remove the title bar

I think is very clearly and rasim give him a very good example.
Posted

oh lol i had

GUICreate("My GUI", 300, 200, -1,-1, -1, $WS_POPUP)

when i needed

GUICreate("My GUI", 300, 200, -1, -1, $WS_POPUP)

sorry lol my bad

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...