PICTUREBOX IMAGE IN VB.NET
-
i have a picturebox with a default image and want to save image to database when it contains another image apart from the default. and if the picturebox has the default image then set in the db to null. any suggestion on how i can check that before updating the database... i tried using this but it doesnt check: If Me.PictureBox1.Image Is System.Drawing.Image.FromFile(My.Application.Info.DirectoryPath & "\ImageSyntax\NoImage.JPG") Then 'action End If
-
i have a picturebox with a default image and want to save image to database when it contains another image apart from the default. and if the picturebox has the default image then set in the db to null. any suggestion on how i can check that before updating the database... i tried using this but it doesnt check: If Me.PictureBox1.Image Is System.Drawing.Image.FromFile(My.Application.Info.DirectoryPath & "\ImageSyntax\NoImage.JPG") Then 'action End If
You might try the .NET forum. What about checksum?
Mongo: Mongo only pawn... in game of life.