L Lifetec New member Joined Apr 26, 2008 Messages 1 Programming Experience Beginner Apr 26, 2008 #1 Can someone explain this?
JuggaloBrotha VB.NET Forum Moderator Staff member Joined Jun 3, 2004 Messages 4,530 Location Lansing, MI; USA Programming Experience 10+ Apr 28, 2008 #2 The Messagebox class is shared, meaning that you don't declare a variable and then use your variable, you simply use Messagebox.Show() as is Upvote 0 Downvote
The Messagebox class is shared, meaning that you don't declare a variable and then use your variable, you simply use Messagebox.Show() as is