Originally posted by nemaroller
VB Code:
  1. [b]  MsgBox(BitConverter.ToInt64(list, 0).ToString)

Old Vb6 programmer ALERT! [/B]
True, but even MS can't get it right, so how should we?

Over half of the samples I've seen on MSDN (where a messagebox is used) uses MsgBox.
The documentation for MessageBox.Show says that MessageBox is preferred, but I actually read an article once on MSDN where the encouraged using MsgBox instead.

So what to do, what to do....