True, but even MS can't get it right, so how should we?Originally posted by nemaroller
VB Code:
[b] MsgBox(BitConverter.ToInt64(list, 0).ToString)
Old Vb6 programmer ALERT! [/B]![]()
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....![]()




Reply With Quote