loadpicture (form1.file1.filename)

  • Thread starter Thread starter cullens_aust
  • Start date Start date
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
 
* (e-mail address removed) scripsit:
Can anyone help me with this code for vb

I am trying to access different pictures at different times

Are you sure your question is related to VB.NET programming? Please
turn to microsoft.public.vb.* for VB6 related questions.
 
Back
Top