Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #37.0K
~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for gauravvmahhajan
Member Avatar for TechSupportGeek

[code]Private Sub SavePicture() If (PictureBox1.Image Is Nothing) Then MessageBox.Show("No picture to save!") Return End If If (SaveFileDialog1.ShowDialog() = Windows.Forms.DialogResult.OK) Then If (System.IO.File.Exists(SaveFileDialog1.FileName)) Then System.IO.File.Delete(SaveFileDialog1.FileName) End If [COLOR="Red"]PictureBox1.Image.Save(SaveFileDialog1.FileName + ".jpg")[/COLOR] End If[/code] this is the correct update that u need (the red line)

Member Avatar for sknake
0
160
Member Avatar for ggl0rd

open your project then goto VIwe ->Toolbars->layout and chech it !! then click on the last One (Tab Order) then click one click at the first object that you want the cursor be on it and dupleclick on the secand one and so on...

Member Avatar for juliusceasar
0
106
Member Avatar for adam1991

First, in order to solve the problem of the dublicate should delete all data that in dataGridViwe after that reload all your data that in the data base to te DataGridViwe

Member Avatar for zakarneh
0
107

The End.