| | |
Need help getting code to pause then display image
Please support our VB.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Sep 2008
Posts: 27
Reputation:
Solved Threads: 0
I am writing a simple application in VB.NET to view JPG files. I have a slide show option, and can only get my PictureBox1 to display the last photo. ComboBox1 contains the directory and file information for each file.
Here is my code. Thanks for your help!
Private Sub cmdSlideShow_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSlideShow.Click
Dim x As Integer
With ComboBox1
For x = 0 To (.Items.Count) - 1
'display file name on the form
labFile.Text = .Items(x).ToString
PictureBox1.ImageLocation = .Items(x).ToString
'wait for 5 seconds before displaying the next photo
'this seems to work okay, except the photo doesn't display
Threading.Thread.Sleep(TimeSpan.FromSeconds(5).TotalMilliseconds)
Next
End With
End Sub
Here is my code. Thanks for your help!
Private Sub cmdSlideShow_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSlideShow.Click
Dim x As Integer
With ComboBox1
For x = 0 To (.Items.Count) - 1
'display file name on the form
labFile.Text = .Items(x).ToString
PictureBox1.ImageLocation = .Items(x).ToString
'wait for 5 seconds before displaying the next photo
'this seems to work okay, except the photo doesn't display
Threading.Thread.Sleep(TimeSpan.FromSeconds(5).TotalMilliseconds)
Next
End With
End Sub
![]() |
Similar Threads
- Image Array Issue..... Any ideas??? (Java)
- Java Game Characteristics (Java)
- Java Game Characteristics (Java)
- Login used to work (ASP.NET)
- I lack focus... (Java)
- Javacript Slide Show (JavaScript / DHTML / AJAX)
- "cannot resolve symbol"problem (Java)
Other Threads in the VB.NET Forum
- Previous Thread: Need help for Vb code !!
- Next Thread: Editing windows registry
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel fade filter forms ftp generatetags gridview html images inline input insert intel internet lib listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove save searchvb.net select serial settings shutdown soap sorting sqlserver survey table temperature textbox timer timespan transparency trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year





