Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vista: filedialog fixer script
#2
Get dialog client rectangle with GetClientRect, calculate where must be controls and move them with mov.

If you need to track when dialog is resized, you can use small toolbar attached to the right-bottom corner. Use hook function that moves controls on WM_MOVE.

----

Try to set list view extended style. For it is used SendMessage. Don't remember message name, something like LVM_SETEXTENDEDSTYLE, look in MSDN. Also don't remember what style it is, if it is.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)