Click here to Skip to main content
15,897,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Transfer Queue Architecture Pin
Gerry Schmitz10-Nov-16 7:33
mveGerry Schmitz10-Nov-16 7:33 
GeneralRe: File Transfer Queue Architecture Pin
Kevin Marois10-Nov-16 7:38
professionalKevin Marois10-Nov-16 7:38 
GeneralRe: File Transfer Queue Architecture Pin
Gerry Schmitz10-Nov-16 8:08
mveGerry Schmitz10-Nov-16 8:08 
GeneralRe: File Transfer Queue Architecture Pin
Dave Kreskowiak10-Nov-16 11:02
mveDave Kreskowiak10-Nov-16 11:02 
GeneralRe: File Transfer Queue Architecture Pin
Kevin Marois10-Nov-16 11:06
professionalKevin Marois10-Nov-16 11:06 
GeneralRe: File Transfer Queue Architecture Pin
Dave Kreskowiak10-Nov-16 15:30
mveDave Kreskowiak10-Nov-16 15:30 
GeneralRe: File Transfer Queue Architecture Pin
Kevin Marois11-Nov-16 5:42
professionalKevin Marois11-Nov-16 5:42 
GeneralRe: File Transfer Queue Architecture Pin
Gerry Schmitz11-Nov-16 6:30
mveGerry Schmitz11-Nov-16 6:30 
GeneralRe: File Transfer Queue Architecture Pin
Kevin Marois11-Nov-16 6:33
professionalKevin Marois11-Nov-16 6:33 
GeneralRe: File Transfer Queue Architecture Pin
Gerry Schmitz11-Nov-16 6:44
mveGerry Schmitz11-Nov-16 6:44 
GeneralRe: File Transfer Queue Architecture Pin
Dave Kreskowiak11-Nov-16 7:22
mveDave Kreskowiak11-Nov-16 7:22 
AnswerRe: File Transfer Queue Architecture Pin
Richard Deeming10-Nov-16 7:47
mveRichard Deeming10-Nov-16 7:47 
GeneralRe: File Transfer Queue Architecture Pin
Kevin Marois10-Nov-16 7:49
professionalKevin Marois10-Nov-16 7:49 
QuestionShortcut key windows application C# Pin
Prabhanjant10-Nov-16 4:19
professionalPrabhanjant10-Nov-16 4:19 
AnswerRe: Shortcut key windows application C# Pin
OriginalGriff10-Nov-16 4:45
mveOriginalGriff10-Nov-16 4:45 
AnswerRe: Shortcut key windows application C# Pin
ZurdoDev10-Nov-16 4:45
professionalZurdoDev10-Nov-16 4:45 
QuestionRe: Shortcut key windows application C# Pin
Gerry Schmitz10-Nov-16 7:07
mveGerry Schmitz10-Nov-16 7:07 
QuestionCode of Decrease and increase for RichTextBox ? Pin
Member 24584679-Nov-16 22:49
Member 24584679-Nov-16 22:49 
AnswerRe: Code of Decrease and increase for RichTextBox ? Pin
Richard MacCutchan9-Nov-16 22:58
mveRichard MacCutchan9-Nov-16 22:58 
QuestionConfig-R and security Pin
Rob Philpott8-Nov-16 22:29
Rob Philpott8-Nov-16 22:29 
AnswerRe: Config-R and security Pin
Richard Deeming9-Nov-16 2:36
mveRichard Deeming9-Nov-16 2:36 
Questionhow to convery binary string to image Pin
Rıza Berkay Ayçelebi8-Nov-16 2:51
Rıza Berkay Ayçelebi8-Nov-16 2:51 
AnswerRe: how to convery binary string to image Pin
V.8-Nov-16 3:15
professionalV.8-Nov-16 3:15 
This does not have a quick answer.

Usually an image is represented with an array of pixels where each item has a a value explaining that pixel for a 256x256 pixel image you'll have an array with size 65536 items. Assuming this is the case here, you still need to know what kind of values are accepted in that images, 8 bits, 12 bits, 24 bits (RGB) or 32 bits (ARGB) eg. Even if you know that you need to know which encoding is used to generate the string and if that string also contains any headers (like a bmp has), exif information etc...

The best thing to do is to try and figure out what encoding is used to generate the string and try to get the bytes back. From there you can work further.

It's hard to give anything more then this without more information, because of the many possibilities.
Try some stuff out and come back if you have more detailed questions.
V.
(MQOTD rules and previous solutions)

QuestionTheading with TCPListner Optimization Pin
maher khalil7-Nov-16 4:37
maher khalil7-Nov-16 4:37 
GeneralRe: Theading with TCPListner Optimization Pin
harold aptroot7-Nov-16 4:53
harold aptroot7-Nov-16 4:53 

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.