A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Visual Basic

560 views · started by Shojo ·
#1
Visual Basic
Okay guise.
I'm making a program, and I have no idea what the fuck I'm doing. So it's fun.
I want to make a button, and when you click it, an information box pops up. I placed the button. How do I code it to write what I want?
#2
Double click the button, in the coding type, MessageBox.Show("Message","Title",MessageBoxButtons.OK,MessageBoxIcon.Information)