Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
1
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #107.42K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for (MeoW)

You need to assign the image list to the viewlist after you are done adding to _imgList. For Each dirFile As String In dirFiles Dim imgFilename As String = IO.Path.GetFileNameWithoutExtension(dirFile) Dim img As New System.Drawing.Bitmap(dirFile) Dim imgImage As Image = Image.FromFile(dirFile) _imgList.ImageSize = imgSize _imgList.Images.Add(img.Clone) ListView1.Items.Add(imgFilename, count) count += 1 …

Member Avatar for (MeoW)
0
915
Member Avatar for Jeyaa

At the end of the subs you are overriding the conditional test. The buttons are going to be yellow no matter what. **Not even sure this is what you are trying to solve as there is no info about the problem!**

Member Avatar for Reverend Jim
0
1K