|
-
Mar 17th, 2007, 12:09 AM
#1
Thread Starter
New Member
Using WM_GETMINMAXINFO to constrain window size using SmartSubclass
I want to use the window message WM_GETMINMAXINFO to limit the movement of the window tracking border.
I can do that by the method listed in microsoft knowledge base at:
http://support.microsoft.com/kb/185733
but in this code I must do the whole subclassing
I want to do that using the SmartSubclass library
it is a very smart, simple and really professional tool for subclassing, binary and source at:
http://www.visual-basic.com.ar/vbsma...rtsubclass.htm
the problem here is that:
By using smartsubclass, I can only change the ptMaxTrackSize, but I cannot change ptMinTrackSize
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|