Special control object name in windows. You can have an unlimited number of controls named IDC_STATIC, so long as you never need to access or manipulate them in any way in your code. Examples would be text labels, or frames. Since they do nothing but display things like "Enter your password", you won't need to change them. All other controls must have unique names.

Log in or register to write something here or to contact authors.