Overloaded. Exactly what does that mean?Quote:
Originally posted by AFterlife
also your msgbox is legacy code for message boxQuote:
Originally posted by Mike Hildner
Side note.
Although I guess I understand the "rules" of rounding, logically this does not make sense to me:
visual basic code:--------------------------------------------------------------------------------
MsgBox(Math.Round(42.5, 0)) ' Displays "42"
MsgBox(Math.Round(43.5, 0)) ' Displays "44"
--------------------------------------------------------------------------------
But that's the design.
it should be messagebox.show(and in here goes your stuff)
it is a overloaded procedure so its much more versatile then
msgbox.
And, if MsgBox("Whatever") achieves satisfactory results, even if messagebox.show, being "overloaded", is much more versatile, why would messagebox.show("whatever") be better than msgbox("whatever")?
Is it a speed thing? Does it give the user .01 more milliseconds to notice that a msgbox has popped up?
:wave:
