PartyPooper Posted November 22, 2005 Posted November 22, 2005 I notice in the Help File (beta) under GUICtrlCreateButton parameters it has: style - forced styles : $WS_TABSTOP, $BS_PUSHBUTTON, $BS_NOTIFY I have run a search in the Help File for $BS_PUSHBUTTON and $BS_NOTIFY and can't find them. Are these just typo's or are they particular button styles that aren't listed? Also, why is it that when you make a bitmap button, it loses the ability to highlight it's border when you pass the mouse cursor over it like does for a simple text button? Is there a specific PushButton style I need to be using to get this back? Thanks.
jpm Posted November 22, 2005 Posted November 22, 2005 as they are forced I didn't document them. Look at MSDN if you really need to know.
Sokko Posted November 23, 2005 Posted November 23, 2005 Apparently both of these styles are necessary for the button to send button-related messages to its window. Take a look at button styles in the MSDN, I hardly understand half of it.
PartyPooper Posted November 23, 2005 Author Posted November 23, 2005 Yeah, I did already thanks Sokko. I'm with you, even after standing up, most of the MSDN stuff still went over my head.
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