Hey Everyone,

Having a MB problem...

ok, what im looking for basicly. Is a way to create a messagebox with my own messages on the buttons. like Instead of "Abort, retry, Cancel" be able to put "Monkey, dog, Cat" i know how to accomplish the functionality of what i want to do. But i cant have no idea how to get a messagebox with my own messageboxbutton's...

If this cant be done, my alternative is to create a new form with the buttons i want on them. But the problem with that is, i need it to send back information to frmMain. If its not possible to define my own button messages, could anyone tell me how to send variable data from frm2 back to frmmain after a button is clicked on frm2?

example:

FrmMain has a label: lblanimal. and a button, GetAnimal. You click button, it opens up a new form, with the choices Dog, Cat, owl, Wolf, Turtle. You click one of those. it stores the result in a variable, then returns that variable to frmmain, in which i can set lblanimal.text = *insert variablename for animals here*


Would appriciate any assistance that could be offered. Thanks a bunch!

---Flac