Click here to Skip to main content
15,909,827 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
Hi Ian, I think I sussed out the delegate thing. I ended up with this:

Dim callback As New Image.GetThumbnailImageAbort(AddressOf ThumbnailCallback)


and

Public Function ThumbnailCallback() As Boolean
    Return False
End Function


so my getthumbnailimage call looks like this now - but the error still occurs.

destBitmap = sourceBitmap.GetThumbnailImage(imgWidth, imgHeight, callback, IntPtr.Zero)


Looking at the list of errors there is one 'out of memory', then two 'Parameter is not valid' and then the rest are 'Out of Memory'.

I don't know where this 'Parameter is not valid' is coming from so I shall try and single step the whole thing (after the first error)
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 
AnswerRe: How to track all events/function calls fired in vb6 and log it Pin
Dave Kreskowiak22-Sep-09 4:31
mveDave Kreskowiak22-Sep-09 4:31 
GeneralRe: How to track all events/function calls fired in vb6 and log it Pin
CPK_201122-Sep-09 4:35
CPK_201122-Sep-09 4:35 
GeneralRe: How to track all events/function calls fired in vb6 and log it Pin
Dave Kreskowiak22-Sep-09 4:44
mveDave Kreskowiak22-Sep-09 4:44 
GeneralRe: How to track all events/function calls fired in vb6 and log it Pin
CPK_201122-Sep-09 4:59
CPK_201122-Sep-09 4:59 
GeneralRe: How to track all events/function calls fired in vb6 and log it Pin
Dave Kreskowiak22-Sep-09 5:13
mveDave Kreskowiak22-Sep-09 5:13 
QuestionVB.NET: Error adding multiple rows in a DataGridView (not bound to a DataTable) Pin
Dimitri Backaert22-Sep-09 2:33
Dimitri Backaert22-Sep-09 2:33 
AnswerRe: VB.NET: Error adding multiple rows in a DataGridView (not bound to a DataTable) Pin
Jay Royall22-Sep-09 2:52
Jay Royall22-Sep-09 2:52 
GeneralRe: VB.NET: Error adding multiple rows in a DataGridView (not bound to a DataTable) Pin
Dimitri Backaert22-Sep-09 2:59
Dimitri Backaert22-Sep-09 2:59 
GeneralRe: VB.NET: Error adding multiple rows in a DataGridView (not bound to a DataTable) Pin
Jay Royall22-Sep-09 3:01
Jay Royall22-Sep-09 3:01 
AnswerRe: VB.NET: Error adding multiple rows in a DataGridView (not bound to a DataTable) Pin
Kschuler22-Sep-09 2:55
Kschuler22-Sep-09 2:55 
QuestionHow to run C program using .Net? Pin
paya1pa22-Sep-09 1:42
paya1pa22-Sep-09 1:42 

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.