Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: Byte? Pin
Christian Graus20-Dec-08 23:07
protectorChristian Graus20-Dec-08 23:07 
GeneralRe: Byte? Pin
dec824-Jan-09 2:07
dec824-Jan-09 2:07 
QuestionC# - Request admin access - best practice? Pin
wbjohnson20-Dec-08 15:28
wbjohnson20-Dec-08 15:28 
AnswerRe: C# - Request admin access - best practice? Pin
Dave Kreskowiak20-Dec-08 20:23
mveDave Kreskowiak20-Dec-08 20:23 
GeneralRe: C# - Request admin access - best practice? Pin
wbjohnson20-Dec-08 23:49
wbjohnson20-Dec-08 23:49 
GeneralRe: C# - Request admin access - best practice? Pin
Dave Kreskowiak21-Dec-08 4:41
mveDave Kreskowiak21-Dec-08 4:41 
Questiontransferring images from server to winforms application - smallest possible size Pin
harleydk20-Dec-08 10:36
harleydk20-Dec-08 10:36 
AnswerRe: transferring images from server to winforms application - smallest possible size Pin
Christian Graus20-Dec-08 14:11
protectorChristian Graus20-Dec-08 14:11 
If you just send the bytes of the image, there's no way they can 'triple in size'. If you were to turn them into a bitmap and send that data, they will get a lot bigger. Send the tiff data directly, and then stuff that into a stream and read it into a bitmap from there on the other end. The compression you will find in formats like tiff/jpeg/png are as good as you'll get. Perhaps converting to jpg will make them smaller, it's worth a try.

Christian Graus

Driven to the arms of OSX by Vista.

AnswerRe: transferring images from server to winforms application - smallest possible size Pin
leppie20-Dec-08 19:53
leppie20-Dec-08 19:53 
GeneralRe: transferring images from server to winforms application - smallest possible size Pin
Christian Graus20-Dec-08 23:08
protectorChristian Graus20-Dec-08 23:08 
GeneralRe: transferring images from server to winforms application - smallest possible size Pin
Mark Salsbery22-Dec-08 8:00
Mark Salsbery22-Dec-08 8:00 
QuestionHow to display the Build number in a text box? (I'm a newbie to C#) Pin
Albert Giraudi20-Dec-08 5:33
Albert Giraudi20-Dec-08 5:33 
AnswerRe: How to display the Build number in a text box? (I'm a newbie to C#) [modified] Pin
Luc Pattyn20-Dec-08 6:30
sitebuilderLuc Pattyn20-Dec-08 6:30 
AnswerRe: How to display the Build number in a text box? (I'm a newbie to C#) Pin
RobScripta20-Dec-08 15:47
professionalRobScripta20-Dec-08 15:47 
Questionc# login help Pin
cobalt-rose20-Dec-08 1:51
cobalt-rose20-Dec-08 1:51 
AnswerRe: c# login help Pin
N a v a n e e t h20-Dec-08 2:17
N a v a n e e t h20-Dec-08 2:17 
GeneralRe: c# login help Pin
cobalt-rose20-Dec-08 2:32
cobalt-rose20-Dec-08 2:32 
AnswerRe: c# login help Pin
Christian Graus20-Dec-08 10:14
protectorChristian Graus20-Dec-08 10:14 
AnswerRe: c# login help Pin
RobScripta20-Dec-08 16:01
professionalRobScripta20-Dec-08 16:01 
GeneralRe: c# login help Pin
cobalt-rose21-Dec-08 1:49
cobalt-rose21-Dec-08 1:49 
GeneralRe: c# login help Pin
RobScripta21-Dec-08 20:58
professionalRobScripta21-Dec-08 20:58 
GeneralRe: c# login help Pin
cobalt-rose22-Dec-08 13:19
cobalt-rose22-Dec-08 13:19 
GeneralRe: c# login help Pin
RobScripta22-Dec-08 23:49
professionalRobScripta22-Dec-08 23:49 
GeneralRe: c# login help Pin
cobalt-rose23-Dec-08 22:18
cobalt-rose23-Dec-08 22:18 
GeneralRe: c# login help Pin
RobScripta23-Dec-08 22:58
professionalRobScripta23-Dec-08 22: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.