Volkmaniac
Technical User
I don't really know anything about dialogboxes outside of the few scripts I downloaded from aspectscripting.com. Is there a way to add a minimize button to a dialogbox? I have a dialogbox that's case based and I'd like to be able to minimize the box.
dialogbox 0 120 44 195 195 2 "CAPITAL ONE MONTH END"
pushbutton 141 82 2 100 24 "Seconds"
pushbutton 142 82 34 100 24 "Small Business"
pushbutton 143 82 67 100 24 "Small Business Seconds"
pushbutton 144 82 101 100 24 "Kmart"
pushbutton 145 82 134 100 24 "NBR"
pushbutton 146 82 167 100 24 "Tertiary"
enddialog
while 1
dlgevent 0 Event
switch Event
dialogbox 0 120 44 195 195 2 "CAPITAL ONE MONTH END"
pushbutton 141 82 2 100 24 "Seconds"
pushbutton 142 82 34 100 24 "Small Business"
pushbutton 143 82 67 100 24 "Small Business Seconds"
pushbutton 144 82 101 100 24 "Kmart"
pushbutton 145 82 134 100 24 "NBR"
pushbutton 146 82 167 100 24 "Tertiary"
enddialog
while 1
dlgevent 0 Event
switch Event