heya guys
Is it possible to create a messagebox however state what the buttons on it say rather than using the standard ones?
Thank you in advance
Frosty
Printable View
heya guys
Is it possible to create a messagebox however state what the buttons on it say rather than using the standard ones?
Thank you in advance
Frosty
Can you explain a little clearer what you want to do. You can create your own message box as a form and put whatever you want on the buttons for text.
Glad to see I am not the only one who types "customer" when they mean to type "custom". ;)
Anyways, the only way to change the buttons from the possible defaults is using some subclassing which I know I did in VB6 to accomplish that.
However it is really just easiest to make your own form and use that as a messagebox, then you get 100% customizability with it.
I'm still confused.... Does he mean a custom message box? That is pretty easy it would just be a custom modal window that has a static type so you don't have to instantiate to class to use it. Having said that im still not 100% sure what he needs.
ok brilliant thank you
yea i will have to make sure that i check my posts before i submit them in future haha
Why bother? Nobdy else does.Quote:
Originally Posted by frosty16