Is there an API call to change the border style of a window to the none state (0) and the bordered state (2)? I've tried using:
Me.BorderStyle = 0
But, you can't change a read-only property at runtime. So could someone post the API calls for doing the above? Thanking you in advance...




Reply With Quote