Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Limiting the minimum size of dialog.
#2
This works, but is very glitchy looking.

Function FTP_Text
Trigger CSa     Help - how to add the trigger to the macro
Code:
Copy      Help
,case WM_SIZE
,int x y cx cy
,GetWinXY hDlg x y cx cy
,if cx<400
,,MoveWindow hDlg x y 400 400 1
,if cy<400
,,MoveWindow hDlg x y 400 400 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)