Okay i am making a Server CP and i have a picture box that has a status picture that changes when you start the server.
This is the code i have for the button click:
This is the error i getCode:Private Sub WorldStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WorldStart.Click WorldStatus.BackgroundImage = world_up.bmp End Sub
all the pictures i am working with are in the resources file of the projectCode:Name 'world_up' is not declared.