Click here to Skip to main content
15,889,813 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plz, des'nt File Delete ,, Pin
William Winner18-May-10 7:29
William Winner18-May-10 7:29 
AnswerRe: Plz, des'nt File Delete ,, Pin
Seishin#18-May-10 4:39
Seishin#18-May-10 4:39 
QuestionCombobox SelectedValue Problem. Pin
Dotnetkanna17-May-10 23:30
Dotnetkanna17-May-10 23:30 
AnswerRe: Combobox SelectedValue Problem. Pin
Abhinav S18-May-10 0:34
Abhinav S18-May-10 0:34 
AnswerRe: Combobox SelectedValue Problem. Pin
Seishin#18-May-10 4:46
Seishin#18-May-10 4:46 
QuestionHow can save picturebox image using menustrip Pin
Nivas8217-May-10 21:00
Nivas8217-May-10 21:00 
AnswerRe: How can save picturebox image using menustrip Pin
William Winner18-May-10 8:00
William Winner18-May-10 8:00 
GeneralRe: How can save picturebox image using menustrip Pin
Nivas8218-May-10 19:18
Nivas8218-May-10 19:18 
Hi,

Thanks for replay. I tried the code and still I get "out of memory" error when i try to open the saved image.

error at
private void openToolStripMenuItem_Click(object sender, EventArgs e)
{
....
.....

pictureBox1.Image = Image.FromFile(file); (this line shows as out of Memory)
..........
}

in the code, pre-defined the location to save. but I am giving it in run time. is this causing error.

is the image needs to saved in temp. i saved the image in mydocument\mypicture\. I went to the saved location and the saved image shows as no preview available.


is there is any change needs to be done in Open toolstripmenu.



Thanks
GeneralRe: How can save picturebox image using menustrip Pin
William Winner19-May-10 5:29
William Winner19-May-10 5:29 
GeneralRe: How can save picturebox image using menustrip Pin
Nivas8219-May-10 23:13
Nivas8219-May-10 23:13 
GeneralRe: How can save picturebox image using menustrip [modified] Pin
Nivas8220-May-10 20:54
Nivas8220-May-10 20:54 
QuestionWindows service Pin
Heinzzy17-May-10 18:47
Heinzzy17-May-10 18:47 
AnswerRe: Windows service Pin
N a v a n e e t h17-May-10 18:59
N a v a n e e t h17-May-10 18:59 
GeneralRe: Windows service Pin
Heinzzy17-May-10 19:46
Heinzzy17-May-10 19:46 
GeneralRe: Windows service Pin
Calla17-May-10 19:58
Calla17-May-10 19:58 
GeneralRe: Windows service Pin
Heinzzy17-May-10 20:26
Heinzzy17-May-10 20:26 
GeneralRe: Windows service Pin
Dave Kreskowiak18-May-10 5:18
mveDave Kreskowiak18-May-10 5:18 
AnswerRe: Windows service Pin
#realJSOP17-May-10 23:16
mve#realJSOP17-May-10 23:16 
AnswerRe: Windows service Pin
PIEBALDconsult18-May-10 4:47
mvePIEBALDconsult18-May-10 4:47 
AnswerRe: Windows service Pin
Heinzzy18-May-10 8:18
Heinzzy18-May-10 8:18 
Questionpartition clone with c# Pin
muteb17-May-10 17:13
muteb17-May-10 17:13 
AnswerRe: partition clone with c# Pin
Not Active17-May-10 18:07
mentorNot Active17-May-10 18:07 
AnswerRe: partition clone with c# Pin
PIEBALDconsult17-May-10 18:13
mvePIEBALDconsult17-May-10 18:13 
GeneralRe: partition clone with c# Pin
muteb17-May-10 19:10
muteb17-May-10 19:10 
GeneralRe: partition clone with c# Pin
Calla17-May-10 19:44
Calla17-May-10 19:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.