Click here to Skip to main content
15,914,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vb.net Pin
Luc Pattyn22-Sep-09 6:11
sitebuilderLuc Pattyn22-Sep-09 6:11 
GeneralRe: vb.net Pin
0x3c022-Sep-09 6:30
0x3c022-Sep-09 6:30 
GeneralRe: vb.net Pin
paya1pa22-Sep-09 19:04
paya1pa22-Sep-09 19:04 
GeneralRe: vb.net Pin
0x3c022-Sep-09 19:45
0x3c022-Sep-09 19:45 
AnswerRe: vb.net Pin
EliottA22-Sep-09 7:03
EliottA22-Sep-09 7:03 
QuestionOut of memory exception - graphics Pin
TheComputerMan22-Sep-09 5:41
TheComputerMan22-Sep-09 5:41 
AnswerRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 6:24
sitebuilderLuc Pattyn22-Sep-09 6:24 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 7:16
TheComputerMan22-Sep-09 7:16 
Hi Luc,

<quote>TheComputerMan wrote:
Catch ex As Exception
Return Nothing
End Try


This code is stupid: whatever goes wrong you choose to just ignore it; and then wonder what is going wrong and post a question here?

1. A completely erroneous assumption. First of all you assume that I do not know what the error is which I do, second you assume that it is ignored - it is not as the graphic = nothing triggers code which places the problem filename in List(of String) which is then displayed to the user in a list box. The post was NOT because I do not know what is going on. Credit me with a bit more common sense that that.

2. Thread.Sleep was just experimental to see if it would improve things - and I said that in the original post.

3. Is it useless??? Are you sure about that. I have experience of it kicking off the garbage collector in another app which was not kicking off after a dispose was performed and was causing similar problems.

4. You have a point there. This would only be a problem however if the error occurred, but would always be executed while it does not so since the error occurs and then the object does not get released this is not the cause of the problem.

It seems to me that you basically have made one good point and the rest is just unconstructive demeaning comment. This still leaves the problem however!
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 7:35
sitebuilderLuc Pattyn22-Sep-09 7:35 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 10:42
TheComputerMan22-Sep-09 10:42 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 11:47
sitebuilderLuc Pattyn22-Sep-09 11:47 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:03
TheComputerMan22-Sep-09 12:03 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:06
TheComputerMan22-Sep-09 12:06 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:36
TheComputerMan22-Sep-09 12:36 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 12:50
sitebuilderLuc Pattyn22-Sep-09 12:50 
GeneralRe: Out of memory exception - graphics Pin
Ian Shlasko22-Sep-09 7:58
Ian Shlasko22-Sep-09 7:58 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 11:04
TheComputerMan22-Sep-09 11:04 
GeneralRe: Out of memory exception - graphics Pin
Ian Shlasko22-Sep-09 11:13
Ian Shlasko22-Sep-09 11:13 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 11:50
TheComputerMan22-Sep-09 11:50 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:00
TheComputerMan22-Sep-09 12:00 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 12:37
sitebuilderLuc Pattyn22-Sep-09 12:37 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:39
TheComputerMan22-Sep-09 12:39 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:37
TheComputerMan22-Sep-09 12:37 
GeneralRe: Out of memory exception - graphics Pin
Dave Kreskowiak22-Sep-09 9:13
mveDave Kreskowiak22-Sep-09 9:13 
QuestionHow to track all events/function calls fired in vb6 and log it Pin
CPK_201122-Sep-09 3:34
CPK_201122-Sep-09 3:34 

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.