1) I've got a msgbox with 2 button, ok and cancel. I want the ok button to unload everything (i.e. itself and the main form) and the cancel button just to unload itself(msgbox) and go back into the mainform. My Code so far is: msgbox "hello",vbOKCancel...(then what?!) I hope you underdstood that! (Please can you give me an e.g line as I'm fairly new to VB6)

2) How do you change the names of the buttons on the msgbox? (Please can you give me an e.g line as I'm fairly new to VB6)

Thank you very much

moonfruit