Hi,
Is it possible to display a messagebox with an icon, and with Yes/No buttons too?
Thanks
Printable View
Hi,
Is it possible to display a messagebox with an icon, and with Yes/No buttons too?
Thanks
Wait till Martin Liss sees this. :rolleyes:
This should be considered
ADVERTISING
im new and i dintread the rules yet but im gonna check out if this is ALLOWED
To the moderators and administrators here in VBForums , "non-destructive virii" is still concidered malicious, even if it is only for educational purposes. My folder flooder I once talked about in one of these threads has been deleted by the administrator because of malicious reasons, even though folders do no damage. I was also warned and could be banned from here if I do it again.
Now there is a possibility that this thread could be moved by the moderators or administrator somewhere else in another section since this section is for when people have problems or questions on their VB code. There maybe a possible chance that it maybe deleted.
What are you on about?
I was just asking a simple question! :bigyello:
You edited your first post and changed the title and the text. Don't play stupid around here.
I'm kidding, chill out man, you're far too uptight! :rolleyes:
I've removed the advert and that's what matters, right?
Can we still be friends? :D
Quote:
Originally Posted by DarkVB
VB Code:
Private Sub Command1_Click() If MsgBox("Would you like to exit?", vbQuestion + vbYesNo, "Confirm Exit") = vbYes Then Unload Me End If End Sub
That's just what I needed Rhinobull, thanks! :thumb:
No problem, any time. :wave: