Kris Erickson

3,753
Reputation
341 views

Registered User

Name Kris Erickson
Member for 1 year
Seen 21 hours ago
Website
Location Vancouver
Age 39
Part time geek, full time programmer.
Nov
24
revised When drawing an image: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI
deleted 32 characters in body
Nov
24
comment When drawing an image: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI
Yeah, you should dispose of tmpImage explicitly, although the disposal of the memoryStream will garbage collect most of the underlying data. I've changed the answer to show that.
Nov
23
comment When drawing an image: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI
Just to keep things clear I have posted the answer to your problem below.
Nov
23
answered When drawing an image: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI
Nov
22
revised TortoiseSVN icons not showing up under windows 7
Updates some of the programs that hijack overlay icons.
Nov
21
answered When drawing an image: System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI
Nov
20
answered Getting logical drives
Nov
20
answered Simple HTML DOM help
Nov
12
accepted DllRegisterServer entry point was not found
Nov
10
answered DllRegisterServer entry point was not found
Nov
6
asked How can I create an interface in VBNet with implicit implimentations
Nov
3
awarded  Nice Answer
Oct
18
comment Resize image gdi+ graphics .net
Are you loading it directly or from a MemoryStream? Is there any chance that it is going out of scope before calling createSmallerImage?
Oct
17
answered Product key Registration - Visual Basic
Oct
17
answered PHP - How to parse this xml?
Oct
17
comment mysql syntax error
If you have to quote the column names use backticks (`) in Mysql.
Oct
17
answered Resize image gdi+ graphics .net
Oct
7
revised Open source PHP reporting tool
edited body
Sep
29
awarded  Notable Question
Sep
22
answered Visual Studio, change app icon, how?
Sep
19
answered What is the usage of pdb’s (Program Debug DataBase) ?
Sep
16
comment Streaming Jpeg Resizer
What I want to do is be able to convert a 150 MegaPixel image to a smaller size (for example 1 MegaPixel) without having to use 500 Megs of memory to load the image into memory. I want to be able to load smaller chunks into memory and work on those, rather than the entire block.
Sep
15
accepted Debug Installation Of ActiveX Control in Internet Explorer…
Sep
15
asked Streaming Jpeg Resizer
Sep
14
accepted Fax barcode recognition software to integrate in a c# application
Sep
11
awarded  Nice Answer
Sep
10
accepted VB6 quitting while debugging with active Windows message hook
Sep
9
accepted How do I Draw a Bitmap with 50% Opacity?
Sep
8
answered VB6 quitting while debugging with active Windows message hook
Sep
4
comment Deploying activex DLL via msi file results in red x in IE after user clicks trust.
Is the .Net user control signed and installed in the GAC?
Sep
4
answered How do I Draw a Bitmap with 50% Opacity?
Sep
2
awarded  Popular Question
Aug
31
awarded  Yearling
Aug
30
awarded  
Aug
28
comment How do I stop the jquery UI slider from sliding beyond the gutter.
This is exactly what I wanted. Thanks.
Aug
28
revised How do I stop the jquery UI slider from sliding beyond the gutter.
Post to the edit version of jsbin.
Aug
28
revised How do I stop the jquery UI slider from sliding beyond the gutter.
Corrected detail.
Aug
28
revised How do I stop the jquery UI slider from sliding beyond the gutter.
added 295 characters in body
Aug
28
accepted How do I call a method in a custom ActiveX dll using java/vb script
Aug
26
accepted What’s the best option to display Unicode text (hebrew, etc.) in VB6
Aug
26
revised How do I stop the jquery UI slider from sliding beyond the gutter.
added 1 characters in body; edited tags
Aug
22
answered Debug Installation Of ActiveX Control in Internet Explorer…
Aug
21
asked Debug Installation Of ActiveX Control in Internet Explorer…
Aug
20
answered Rules of Thumb in GDI+
Aug
19
accepted jquery: fade in image after image
Aug
18
comment jquery: fade in image after image
You can see it in action here: jsbin.com/ejesu/edit (for as long as jsbin keeps the snippet).
Aug
18
revised jquery: fade in image after image
Fixed typo in javascript.
Aug
18
revised jquery: fade in image after image
edited tags
Aug
18
comment jquery: fade in image after image
Yes, it happens when the image is loaded.
Aug
18
answered jquery: fade in image after image