adspace


display a Message to limit the size of window.

Answer Posted / Suresh Singh Rawat

In Windows programming, you can display a message to limit the size of a window by setting the minimum and maximum size constraints for the window. To do this, you can use the SetWindowPos function with the SWP_NOMOVE flag and specify the minimum and maximum sizes using the SIZE structure. You can also set these constraints in the window creation code when creating the window using the CreateWindowEx function.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command for cut?

1035