Click here to Skip to main content
16,005,181 members
Home / Discussions / C#
   

C#

 
QuestionHow can I export a crystal report to an image object ? Pin
davebarkshire29-Sep-08 6:37
davebarkshire29-Sep-08 6:37 
AnswerRe: How can I export a crystal report to an image object ? Pin
Wendelius29-Sep-08 7:19
mentorWendelius29-Sep-08 7:19 
QuestionC# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Brett G29-Sep-08 5:08
Brett G29-Sep-08 5:08 
AnswerRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Mark Salsbery29-Sep-08 8:51
Mark Salsbery29-Sep-08 8:51 
GeneralRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Brett G29-Sep-08 9:00
Brett G29-Sep-08 9:00 
GeneralRe: C# Windows Service - Issue Creating Multiple Services in 1 Project Pin
Mark Salsbery29-Sep-08 9:05
Mark Salsbery29-Sep-08 9:05 
QuestionRead numbers from file Pin
hockymot2008_200929-Sep-08 5:04
hockymot2008_200929-Sep-08 5:04 
AnswerRe: Read numbers from file Pin
Simon P Stevens29-Sep-08 5:45
Simon P Stevens29-Sep-08 5:45 
Use a StreamReader[^] to read each line.

Put each line into a String variable.

Call theLine.Split(' '); on the string passing a space as the delimiter. This will give you an array of the values.

Loop through the array and use int.TryParse(...) to convert each string in the array into an integer.

Simon

GeneralRe: Read numbers from file Pin
Paul Conrad29-Sep-08 6:37
professionalPaul Conrad29-Sep-08 6:37 
AnswerRe: Read numbers from file Pin
User 665829-Sep-08 6:52
User 665829-Sep-08 6:52 
QuestionData sender and receiver Pin
ph1l229-Sep-08 4:55
ph1l229-Sep-08 4:55 
AnswerRe: Data sender and receiver Pin
led mike29-Sep-08 5:03
led mike29-Sep-08 5:03 
AnswerRe: Data sender and receiver Pin
Alan Balkany29-Sep-08 5:05
Alan Balkany29-Sep-08 5:05 
GeneralRe: Data sender and receiver Pin
led mike29-Sep-08 5:13
led mike29-Sep-08 5:13 
GeneralRe: Data sender and receiver Pin
Alan Balkany29-Sep-08 5:15
Alan Balkany29-Sep-08 5:15 
GeneralRe: Data sender and receiver Pin
ph1l229-Sep-08 10:54
ph1l229-Sep-08 10:54 
QuestionExport gridview content(including Images) into excel Pin
elango.sham29-Sep-08 4:46
elango.sham29-Sep-08 4:46 
QuestionPassing inherited class to WebService Pin
Member 82761329-Sep-08 3:51
Member 82761329-Sep-08 3:51 
AnswerRe: Passing inherited class to WebService Pin
Guffa29-Sep-08 5:55
Guffa29-Sep-08 5:55 
Questionmigrating one database to another Pin
postonoh29-Sep-08 3:43
postonoh29-Sep-08 3:43 
Questionconvert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Member 398136629-Sep-08 3:18
Member 398136629-Sep-08 3:18 
AnswerRe: convert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Simon P Stevens29-Sep-08 4:51
Simon P Stevens29-Sep-08 4:51 
AnswerRe: convert WMA , AAC or FLAC to PCM(WAV) in C# Pin
Anthony Mushrow29-Sep-08 5:13
professionalAnthony Mushrow29-Sep-08 5:13 
QuestionVS20087 AddIn Problem Pin
cecildt29-Sep-08 2:05
cecildt29-Sep-08 2:05 
AnswerRe: VS20087 AddIn Problem Pin
cecildt29-Sep-08 2:41
cecildt29-Sep-08 2: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.