this-is-me Posted September 9, 2006 Share Posted September 9, 2006 (edited) Can anyone point me in the correct direction how an input control on the gui can be made borderless? I wish to keep the functionality of the input control, but have no visible boundry for the control itself. I have attempted a variety of styles and extended styles with the standard GUICtrlCreateInput, but all of the styles I can see will not remove the border altogether. EDIT:spelling Edited September 9, 2006 by this-is-me Who else would I be? Link to comment Share on other sites More sharing options...
this-is-me Posted September 10, 2006 Author Share Posted September 10, 2006 UPDATE: I found a way to accomplish it, although probably from some fluke instead of being the correct way. You can add the $WS_EX_WINDOWEDGE extended style to the control to remove the border. NoNameCode 1 Who else would I be? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now