Adding a button to the messagebox

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

Adding a button to the messagebox
Bogoh67
Ok well im planing on adding a
Skip All Messages

option to the messagebox and i do not know how to do it
also if anyone knows how to make the adding of that button how do i skip all incoming messages

Because i expect alot of messages

Thanks

P.S. I have still have an unanswered question please help

Application not publishing properly
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

You can make a new form, design it like a message and make it play message box sound.
User avatar
Skillful
Skillful Coders
Skillful Coders
Posts: 969
Joined: Tue Nov 16, 2010 10:07 am

Well you could show the message box this way :-
Code: Select all
MessageBox.Show("Do you want to skip all incoming messages?", "YOUR CAPTION HERE", MessageBoxButtons.YesNo,MessageBoxIcon.Question)
This would save a lot of time lol.
Instead of LOL use this -
LSIBMHBIWFETALOL

Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
3 posts Page 1 of 1
Return to “Coding Help & Support”