Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
AnswerRe: Double is messing up with answers Pin
Daniel Grunwald18-Nov-06 7:56
Daniel Grunwald18-Nov-06 7:56 
AnswerRe: Double is messing up with answers Pin
User 665818-Nov-06 8:15
User 665818-Nov-06 8:15 
AnswerRe: Double is messing up with answers Pin
User 665818-Nov-06 8:16
User 665818-Nov-06 8:16 
GeneralRe: Double is messing up with answers Pin
User 665818-Nov-06 8:17
User 665818-Nov-06 8:17 
GeneralRe: Double is messing up with answers Pin
Yustme18-Nov-06 8:43
Yustme18-Nov-06 8:43 
QuestionPrint PDFs on printer... Pin
anderslundsgard18-Nov-06 5:57
anderslundsgard18-Nov-06 5:57 
QuestionHow to convert array of byte to stream? Pin
bahman2000b18-Nov-06 5:26
bahman2000b18-Nov-06 5:26 
AnswerRe: How to convert array of byte to stream? Pin
Guffa18-Nov-06 5:29
Guffa18-Nov-06 5:29 
Stream is an abstract class, you have to use one of it's implementations.

You can create a MemoryStream from a byte array, and you can get the data from a MemoryStream as a byte array.

The size of a stream is determined from the data that it contains. You change the size of a stream by writing to it.


---
b { font-weight: normal; }

QuestionCreating a public variable Pin
jackie83sg200518-Nov-06 3:49
jackie83sg200518-Nov-06 3:49 
AnswerRe: Creating a public variable Pin
User 665818-Nov-06 3:49
User 665818-Nov-06 3:49 
GeneralRe: Creating a public variable Pin
jackie83sg200518-Nov-06 18:12
jackie83sg200518-Nov-06 18:12 
GeneralRe: Creating a public variable Pin
Pete O'Hanlon19-Nov-06 3:31
mvePete O'Hanlon19-Nov-06 3:31 
QuestionRe: Creating a public variable Pin
jackie83sg200520-Nov-06 2:45
jackie83sg200520-Nov-06 2:45 
AnswerRe: Creating a public variable Pin
Pete O'Hanlon20-Nov-06 2:56
mvePete O'Hanlon20-Nov-06 2:56 
QuestionPassword Authentication ? [modified] Pin
Ahmad_kaau18-Nov-06 3:05
Ahmad_kaau18-Nov-06 3:05 
AnswerRe: Password Authentication ? Pin
WillemM18-Nov-06 7:44
WillemM18-Nov-06 7:44 
AnswerRe: Password Authentication ? Pin
beatles169218-Nov-06 8:44
beatles169218-Nov-06 8:44 
QuestionRichTextBox printing size Pin
nogola18-Nov-06 1:41
nogola18-Nov-06 1:41 
QuestionHow to get the current Credentials in WinApp Pin
James Poulose18-Nov-06 1:31
James Poulose18-Nov-06 1:31 
AnswerRe: How to get the current Credentials in WinApp Pin
WillemM18-Nov-06 7:40
WillemM18-Nov-06 7:40 
GeneralRe: How to get the current Credentials in WinApp Pin
James Poulose19-Nov-06 4:51
James Poulose19-Nov-06 4:51 
GeneralRe: How to get the current Credentials in WinApp Pin
Scott Dorman20-Nov-06 4:49
professionalScott Dorman20-Nov-06 4:49 
QuestionImplementing arrays in C# Pin
Debun18-Nov-06 0:11
Debun18-Nov-06 0:11 
AnswerRe: Implementing arrays in C# Pin
Guffa18-Nov-06 1:32
Guffa18-Nov-06 1:32 
GeneralRe: Implementing arrays in C# Pin
Debun18-Nov-06 1:50
Debun18-Nov-06 1:50 

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.