Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: ftp capability Pin
Dave Kreskowiak26-Nov-07 17:03
mveDave Kreskowiak26-Nov-07 17:03 
QuestionVB.Net + Quicktime? Pin
Sorikan26-Nov-07 11:01
Sorikan26-Nov-07 11:01 
QuestionRemote Application Pin
asc1126-Nov-07 4:46
asc1126-Nov-07 4:46 
AnswerRe: Remote Application Pin
Dave Kreskowiak26-Nov-07 4:48
mveDave Kreskowiak26-Nov-07 4:48 
GeneralRe: Remote Application Pin
asc1126-Nov-07 9:03
asc1126-Nov-07 9:03 
GeneralRe: Remote Application Pin
Dave Kreskowiak26-Nov-07 9:45
mveDave Kreskowiak26-Nov-07 9:45 
QuestionIssue with saving image [modified] Pin
nishkarsh_k26-Nov-07 3:33
nishkarsh_k26-Nov-07 3:33 
AnswerRe: Issue with saving image Pin
Luc Pattyn26-Nov-07 4:29
sitebuilderLuc Pattyn26-Nov-07 4:29 
Hi,

some comments that may or may not help you:

1.
"A generic error occurred in GDI+.” is the general message you get when something goes
wrong inside GDI+, the graphics subsystem. If it occurs while trying to save, it
may mean disk full, bad file name, ... or fill locked.

2.
Image.FromFile() keeps the file locked as long as the Image object lives.
Image.FromStream() does not do that.

3.
Taken together, if you try to save to the same filename you used to load an image from,
and that image is still alive, then you should go for FromStream().

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use PRE tags to preserve formatting when showing multi-line code snippets


GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 4:54
nishkarsh_k26-Nov-07 4:54 
GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 4:57
nishkarsh_k26-Nov-07 4:57 
GeneralRe: Issue with saving image Pin
nishkarsh_k26-Nov-07 5:26
nishkarsh_k26-Nov-07 5:26 
Questiondatatype conversion Pin
eyes200726-Nov-07 3:22
eyes200726-Nov-07 3:22 
AnswerRe: datatype conversion Pin
nishkarsh_k26-Nov-07 4:03
nishkarsh_k26-Nov-07 4:03 
QuestionInviare email con vbnet Pin
zagari26-Nov-07 1:51
zagari26-Nov-07 1:51 
AnswerRe: Inviare email con vbnet Pin
Vasudevan Deepak Kumar26-Nov-07 3:00
Vasudevan Deepak Kumar26-Nov-07 3:00 
Questioncannot-access-a-disposed-object Pin
eyes200725-Nov-07 23:59
eyes200725-Nov-07 23:59 
AnswerRe: cannot-access-a-disposed-object Pin
Christian Graus26-Nov-07 0:08
protectorChristian Graus26-Nov-07 0:08 
GeneralRe: cannot-access-a-disposed-object Pin
eyes200726-Nov-07 0:15
eyes200726-Nov-07 0:15 
GeneralRe: cannot-access-a-disposed-object Pin
ChandraRam26-Nov-07 1:42
ChandraRam26-Nov-07 1:42 
QuestionSession expires when server side folder is deleted Pin
C.Shivashankar25-Nov-07 23:49
C.Shivashankar25-Nov-07 23:49 
Questionmenu is not getting displayed properly Pin
soniasan25-Nov-07 23:36
soniasan25-Nov-07 23:36 
AnswerRe: menu is not getting displayed properly Pin
Christian Graus25-Nov-07 23:51
protectorChristian Graus25-Nov-07 23:51 
AnswerRe: menu is not getting displayed properly Pin
Fred_Smith26-Nov-07 3:44
Fred_Smith26-Nov-07 3:44 
QuestionState of form Pin
nishkarsh_k25-Nov-07 23:23
nishkarsh_k25-Nov-07 23:23 
AnswerRe: State of form Pin
Christian Graus25-Nov-07 23:49
protectorChristian Graus25-Nov-07 23:49 

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.