Got it and am able to resize the controls!
But, I'm still a novice so I'm still looking at your code to figure out some things.
For one, the three pushbuttons stay on the right of box as it's expanded instead of being centered or left-aligned. - This is minor and I'm sure I can figure it out.
But, most importantly, I'm trying to get a return value for pb_go (transfer) and transfercontinue so I can execute the subroutines.
MoveFormat=`WWWDLGED,6.2`
MoveCaption=`VC Dictation Box`
MoveX=800
MoveY=038
MoveWidth=200
MoveHeight=180
MoveMinWidth=200
MoveMinHeight=180
MoveNumControls=005
MoveProcedure=`Move_Sub`
MoveFont=`DEFAULT`
MoveTextColor=`DEFAULT`
MoveBackground=`DEFAULT,DEFAULT`
MoveConfig=0
MoveDPI=`96,8,16`
Move001=`011,003,036,012,PUSHBUTTON,"pb_go",DEFAULT,"Transfer",1,2,@csFlat,DEFAULT,DEFAULT,DEFAULT`
Move002=`061,003,060,012,PUSHBUTTON,"Transfercontinue",DEFAULT,"Transfer Continue",2,3,@csFlat,DEFAULT,DEFAULT,DEFAULT`
Move003=`121,003,036,012,PUSHBUTTON,"pb_exit",DEFAULT,"Cancel",0,4,@csFlat,DEFAULT,DEFAULT,DEFAULT`
Move004=`179,003,010,012,STATICTEXT,"st_url",DEFAULT,DEFAULT,DEFAULT,30,DEFAULT,"Microsoft Sans Serif|6144|70|34","055|055|055",DEFAULT`
Move005=`001,017,198,158,MULTILINEBOX,"eb_url",url,DEFAULT,DEFAULT,1,@csCurRight,"Microsoft Sans Serif|7680|40|34",DEFAULT,DEFAULT`
ButtonPushed=Dialog("Move")