- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
thank you naeem it was very helpful
[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)
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...
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
The End.
zakarneh