FinalVersion Posted March 28, 2010 Posted March 28, 2010 I've looked through the styles and exstyles, and I didn't find what I was looking for. I just want the text not to be editable by the user. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
autoitter Posted March 28, 2010 Posted March 28, 2010 I've looked through the styles and exstyles, and I didn't find what I was looking for. I just want the text not to be editable by the user. Use $CBS_DROPDOWNLIST. For example: $Combo = GUICtrlCreateCombo("", 427, 12, 131, 75, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
FinalVersion Posted March 28, 2010 Author Posted March 28, 2010 Thanks, I was looking for to specific things. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
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