G
Guest
Hi,
I'm new to Visual Basic.NET development. I'm attempting to write code for
two different Picture Box objects to be displayed alternately on the screen.
I have the following code but I need to fill in the blanks for the
additional code, if anyone can help me I would be very grateful.
If gintPictureID = 0 Then
Me.picOpenWings.Visible = True
Me.picClosedWings.Top = gintYPosition
Me.picClosedWings.Left = gintXPosition
Me.picClosedWings.Visible = False
gintPictureID = 1
ElseIf gintPictureID = 1 Then
<code needed here>
End If
Thanks!
Pat McCann
I'm new to Visual Basic.NET development. I'm attempting to write code for
two different Picture Box objects to be displayed alternately on the screen.
I have the following code but I need to fill in the blanks for the
additional code, if anyone can help me I would be very grateful.
If gintPictureID = 0 Then
Me.picOpenWings.Visible = True
Me.picClosedWings.Top = gintYPosition
Me.picClosedWings.Left = gintXPosition
Me.picClosedWings.Visible = False
gintPictureID = 1
ElseIf gintPictureID = 1 Then
<code needed here>
End If
Thanks!
Pat McCann