Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Query an Excel Spreadsheet Pin
PIEBALDconsult19-Mar-12 12:04
mvePIEBALDconsult19-Mar-12 12:04 
AnswerRe: Query an Excel Spreadsheet Pin
Dave Kreskowiak19-Mar-12 9:10
mveDave Kreskowiak19-Mar-12 9:10 
GeneralRe: Query an Excel Spreadsheet Pin
PDTUM19-Mar-12 11:08
PDTUM19-Mar-12 11:08 
AnswerRe: Query an Excel Spreadsheet Pin
JOAT-MON19-Mar-12 13:27
JOAT-MON19-Mar-12 13:27 
GeneralRe: Query an Excel Spreadsheet Pin
PDTUM19-Mar-12 13:51
PDTUM19-Mar-12 13:51 
GeneralRe: Query an Excel Spreadsheet Pin
JOAT-MON19-Mar-12 14:12
JOAT-MON19-Mar-12 14:12 
AnswerRe: Query an Excel Spreadsheet Pin
PDTUM21-Mar-12 20:10
PDTUM21-Mar-12 20:10 
GeneralRe: Query an Excel Spreadsheet Pin
JOAT-MON21-Mar-12 21:48
JOAT-MON21-Mar-12 21:48 
Questionregex for validating port number Pin
anik butt19-Mar-12 6:28
anik butt19-Mar-12 6:28 
AnswerRe: regex for validating port number Pin
BobJanova19-Mar-12 6:33
BobJanova19-Mar-12 6:33 
AnswerRe: regex for validating port number Pin
phil.o19-Mar-12 7:19
professionalphil.o19-Mar-12 7:19 
AnswerRe: regex for validating port number Pin
PIEBALDconsult19-Mar-12 8:42
mvePIEBALDconsult19-Mar-12 8:42 
AnswerRe: regex for validating port number Pin
jschell19-Mar-12 9:58
jschell19-Mar-12 9:58 
AnswerRe: regex for validating port number Pin
V.19-Mar-12 21:07
professionalV.19-Mar-12 21:07 
QuestionVarying sliding window size(deflate ratio) Pin
Shailesh H19-Mar-12 1:59
Shailesh H19-Mar-12 1:59 
I have written a C#.Net application to convert any image into png image. I have basically used the call
Image.Save(outputFilename, ImageFormat.Png);

I get the proper png file compressed to smaller size and working fine.

But my customer wants the application to allow users to modify/vary the sliding window size(deflate ratio) of the compressed png image. So I want to know if whether I can actually supply the deflate ratio to the .Net Framework and the framework compresses the image to a png file with that deflate ratio(sliding window size).

Anybody can give suggestions/inputs?
AnswerRe: Varying sliding window size(deflate ratio) Pin
OriginalGriff19-Mar-12 4:36
mveOriginalGriff19-Mar-12 4:36 
Questionsend arraylist on network Pin
mazaher bazari18-Mar-12 23:21
mazaher bazari18-Mar-12 23:21 
AnswerRe: send arraylist on network Pin
Shameel19-Mar-12 1:05
professionalShameel19-Mar-12 1:05 
GeneralRe: send arraylist on network Pin
harold aptroot19-Mar-12 1:57
harold aptroot19-Mar-12 1:57 
QuestionUsing C#, how can I log into a website and click Continue Pin
DanYELL18-Mar-12 10:31
DanYELL18-Mar-12 10:31 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Ravi Bhavnani18-Mar-12 11:11
professionalRavi Bhavnani18-Mar-12 11:11 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
PIEBALDconsult18-Mar-12 13:18
mvePIEBALDconsult18-Mar-12 13:18 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Abhinav S18-Mar-12 19:58
Abhinav S18-Mar-12 19:58 
GeneralRe: Using C#, how can I log into a website and click Continue Pin
Mohit Leekha18-Mar-12 23:10
Mohit Leekha18-Mar-12 23:10 
AnswerRe: Using C#, how can I log into a website and click Continue Pin
Gavin Roberts19-Mar-12 1:41
Gavin Roberts19-Mar-12 1:41 

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.