Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Limiting the minimum size of dialog.
#3
Function FTP_Text
Code:
Copy      Help
,case WM_SIZING
,RECT& r=+lParam
,if(r.right-r.left<400) r.right=r.left+400
,if(r.bottom-r.top<400) r.bottom=r.top+400

Actually need more code to make all correct. Read about WM_SIZING in MSDN library.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)