msgbox
Printable View
msgbox
msgbox
.show
:D :DVB Code:
MessageBox.Show("Wonder what Wossname was wanting to know?", "Cannot figure out question", MessageBoxButtons.OKCancel, MessageBoxIcon.Question)
His question was "How can I delete a stupid question?":bigyello:Quote:
Originally posted by SuperSparks
:D :DVB Code:
MessageBox.Show("Wonder what Wossname was wanting to know?", "Cannot figure out question", MessageBoxButtons.OKCancel, MessageBoxIcon.Question)
wossname mate. nice to have your avatar back. :bigyello:
msgbox. just vb. messagebox. .net. can use messagebox() with c#, j#, c++.net
I was writing a post for the chitchat forum but I'd done it here by mistake and for some stupid reason I couldn't delete it so I thought i'd just bin the text instead.
/me wonders who brown monkey is.
VB Code:
Dim pointless As MsgBoxResult Dim point As Boolean pointless = MsgBox("Fun... but is there a point?", MsgBoxStyle.YesNo, "Point?") If pointless = MsgBoxResult.Yes Then point = True Else point = False End If