I've read about those MDX control styles everywhere, but nowhere i read how to apply them (i must've read through half the help....)
I have a dialog, but how can i aplle the size control style on my positioner control :?
alias mdx {
if ( $2- == $null ) return $dll(mEDIT/mdx.dll,$1,.)
return $dll(mEDIT/mdx.dll,$1,$2-)
}
on *

IALOG:medit:0:{
mdx SetMircVersion $version
mdx MarkDialog $dname $dialog($dname).hwnd
mdx SetControlMDX $dname 1338 Positioner > mEDIT\dialog.mdx
}
dialog -l medit {
title "mEDIT"
size 100 100 300 300
option pixels
button "size", 1338, 1 1 1 1, size
text "mEDIT by GeniusDex", 1337, 155 5 140 20, right
tab "Remote", 1, 5 5 290 290
edit , 10, 10 50 280 205, multi hsbar vsbar
button "Ok", 11, 75 310 45 20, ok
}