Hi want to name my message box buttons instead of Ok And Cancel
i want them to be:
Delievery
NUS Discount
Extra Nights
any ideas ?
cheers
Printable View
Hi want to name my message box buttons instead of Ok And Cancel
i want them to be:
Delievery
NUS Discount
Extra Nights
any ideas ?
cheers
I think you need to create your own using a form. Although I do remember someone posting code to change the captions of the buttons. Either Marty or Aaron Young. The code was long though. It might be worth just making your own.
rite ok :/ so make new form say called buttons
and then each of the command buttons do a job :/ that rite :?/
You mean, called 'frmButtons' right? ;)
But then yes, have 3 command buttons which each do a particular job. Set the form Modal, and the owner as the form which called it. And it should act just like a message box. If you need an example, just let me know.
ye an example would be great :) cheers :) if u can and iif u have time. otherwise its ok :)
Okay, a basic example:
a sample
uhh...use toms sample .... :blush:
cheers for the examples :)
but when i press one of my buttons i cant get it to do the function needed,
see what i need to do is on form 2 i got some text boxs
and form3 (called frmbuttons) will load up on a push of a command button (cmdopen) and on that it will have the buttosn NUS, DELIEVERY and Extra nights
when NUS is clicked in the text box on form2 (txtnus) it will come up with checked. when delievery is checked it says checked and so on :/
so the button form will do the functions on form 2
I always use my custom message box, only downside is you would need say 5 yes/no buttons (for example), and make which ever visible or not, depending on the current task.
how? and by the way im a dot net user :/ any function in that :z cheers
Try posting in the .NET section then;) :rolleyes: :lol:Quote:
Originally posted by Ezpz
how? and by the way im a dot net user :/ any function in that :z cheers
Do you mean like this? :confused: I don't really understand what you're asking for.