回复:form design - pls give a hand
with vb5, i did this:
caption: Open
value: 0
form load: caption.text="Open"
value=0
when click, then,
caption.text="Close"
value=1
logic: if value=1 AND caption.text="Close", then call form_close()
just give you an idea...
have fun.