09-26-2010, 11:13 AM
(09-26-2010, 08:05 AM)Fragma Wrote: Really basic and obvious stuff but you have went into a lot of detail which will be really helpful for beginners. All I would really say though is MessageBox.Show is a better way rather than MsgBox.
Good stuff anyway.
ha thanks people lol... Ill post some more stuff on SF bout VB, i'm crazy about that stuff.
About that MessageBox.Show, there are a few reasons why not to use it, takes up a few bytes worth of line & code, more harder to use when you want to do something like this:
Code:
MessageBox.Show("Completed, added and replaced with: " + MegabytesBox.Text + " Megabytes Successfully", 64, "Megabytes Added and Replaced")