Click here to Skip to main content
16,004,882 members
Home / Discussions / C#
   

C#

 
Questiondatagridview update Pin
NewToAspDotNet26-Oct-07 0:43
NewToAspDotNet26-Oct-07 0:43 
AnswerRe: datagridview update Pin
Paul Conrad27-Oct-07 12:24
professionalPaul Conrad27-Oct-07 12:24 
QuestionHow to make print job in a specific order using C# Pin
tiasoft26-Oct-07 0:26
tiasoft26-Oct-07 0:26 
AnswerRe: How to make print job in a specific order using C# Pin
Paul Conrad27-Oct-07 12:25
professionalPaul Conrad27-Oct-07 12:25 
QuestionThread & timer in Web application C# Pin
ASGuru26-Oct-07 0:18
ASGuru26-Oct-07 0:18 
AnswerRe: Thread & timer in Web application C# Pin
Christian Graus26-Oct-07 0:31
protectorChristian Graus26-Oct-07 0:31 
QuestionLoad and resize a bitmap Pin
Christian Graus26-Oct-07 0:17
protectorChristian Graus26-Oct-07 0:17 
AnswerRe: Load and resize a bitmap Pin
codemunkeh26-Oct-07 0:53
codemunkeh26-Oct-07 0:53 
As in when you load it, you don't want to have to load the whole thing, just load a 1/16th of the data to arrive at a new image?

[This is going to sound like a dodgy VB inspired workaround]
I would read in X pixels where X is dependent on the new size of the image.
Then average these to arrive at one pixel.
This continues until the end of the line, then you could repeat this X times, to give a few lines from the top of the image.
Then you repeat the process downwards, to arrive at a single row shrunk from the first X rows of the image.
Then repeat until the end of the stream.

If it works, mail me, I like a surprise now and then.


Ninja (the Nerd)

Confused? You will be...

GeneralRe: Load and resize a bitmap Pin
Christian Graus26-Oct-07 1:10
protectorChristian Graus26-Oct-07 1:10 
AnswerRe: Load and resize a bitmap [modified] Pin
Anthony Mushrow26-Oct-07 1:11
professionalAnthony Mushrow26-Oct-07 1:11 
GeneralRe: Load and resize a bitmap Pin
Christian Graus26-Oct-07 11:47
protectorChristian Graus26-Oct-07 11:47 
AnswerRe: Load and resize a bitmap Pin
Luc Pattyn26-Oct-07 3:25
sitebuilderLuc Pattyn26-Oct-07 3:25 
GeneralRe: Load and resize a bitmap Pin
Christian Graus26-Oct-07 11:53
protectorChristian Graus26-Oct-07 11:53 
GeneralRe: Load and resize a bitmap Pin
Luc Pattyn26-Oct-07 14:46
sitebuilderLuc Pattyn26-Oct-07 14:46 
Questionrouting Pin
tuananh230526-Oct-07 0:12
tuananh230526-Oct-07 0:12 
AnswerRe: routing Pin
Christian Graus26-Oct-07 0:18
protectorChristian Graus26-Oct-07 0:18 
Questionrouting Pin
tuananh230526-Oct-07 0:06
tuananh230526-Oct-07 0:06 
AnswerRe: routing Pin
il_masacratore26-Oct-07 3:08
il_masacratore26-Oct-07 3:08 
Questionfire an email after a checkboxlist item was unchecked Pin
alok217126-Oct-07 0:02
alok217126-Oct-07 0:02 
AnswerRe: fire an email after a checkboxlist item was unchecked Pin
codemunkeh26-Oct-07 0:44
codemunkeh26-Oct-07 0:44 
QuestionRun exe on client Machine Pin
Sun Rays25-Oct-07 23:37
Sun Rays25-Oct-07 23:37 
AnswerRe: Run exe on client Machine Pin
Christian Graus25-Oct-07 23:49
protectorChristian Graus25-Oct-07 23:49 
GeneralRe: Run exe on client Machine Pin
J4amieC26-Oct-07 1:12
J4amieC26-Oct-07 1:12 
GeneralRe: Run exe on client Machine Pin
Sun Rays27-Oct-07 0:41
Sun Rays27-Oct-07 0:41 
AnswerRe: Run exe on client Machine Pin
Guffa25-Oct-07 23:58
Guffa25-Oct-07 23:58 

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.