回复:form design - pls give a hand

来源: 2010-01-14 17:49:01 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

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.