C
cullens_aust
Can anyone help me with this code for vb
I am trying to access different pictures at different times
Dim pic As String
Static x As Integer
Picture1.Visible = True
'If x = File1.ListCount Then x = 0
'x = File1.ListIndex
pic = File1.filename
Picture1.Picture = LoadPicture(Form1.File1.filename)
x = x + 1
MsgBox "your great"
Picture1.Visible = False
anstxt.SetFocus
any help would be great thnkyou
I am trying to access different pictures at different times
Dim pic As String
Static x As Integer
Picture1.Visible = True
'If x = File1.ListCount Then x = 0
'x = File1.ListIndex
pic = File1.filename
Picture1.Picture = LoadPicture(Form1.File1.filename)
x = x + 1
MsgBox "your great"
Picture1.Visible = False
anstxt.SetFocus
any help would be great thnkyou