03-18-2009, 02:10 PM
ShowDialog
function# [$macro] [dlgproc] [!*controls] [hwndowner] [flags] [style] [notstyle] [param] [x] [y] [$icon] [$menu] ;;flags: 1 nonmodal, 2 macro is DD, 4 set style (default is to add), 64 raw x y.
&controls is 3rd argument
str controls = "4 5"
str e4 c5Aut
if(!ShowDialog(DLG 0 &controls hwnd 0 0 0 200 140)) ret
that should do it.
function# [$macro] [dlgproc] [!*controls] [hwndowner] [flags] [style] [notstyle] [param] [x] [y] [$icon] [$menu] ;;flags: 1 nonmodal, 2 macro is DD, 4 set style (default is to add), 64 raw x y.
&controls is 3rd argument
str controls = "4 5"
str e4 c5Aut
if(!ShowDialog(DLG 0 &controls hwnd 0 0 0 200 140)) ret
that should do it.