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

C#

 
GeneralRe: classes.. Pin
martin_hughes6-Sep-07 7:47
martin_hughes6-Sep-07 7:47 
GeneralRe: classes.. Pin
Luc Pattyn6-Sep-07 7:55
sitebuilderLuc Pattyn6-Sep-07 7:55 
GeneralRe: classes.. Pin
martin_hughes6-Sep-07 8:05
martin_hughes6-Sep-07 8:05 
QuestionHelp panel position in PropertyGrid Pin
rbuchana6-Sep-07 6:46
rbuchana6-Sep-07 6:46 
AnswerRe: Help panel position in PropertyGrid Pin
TJoe6-Sep-07 8:23
TJoe6-Sep-07 8:23 
GeneralRe: Help panel position in PropertyGrid Pin
jawnhewz19-Jun-09 9:44
jawnhewz19-Jun-09 9:44 
AnswerRe: Help panel position in PropertyGrid Pin
visualhint10-Sep-07 6:35
visualhint10-Sep-07 6:35 
QuestionWeb Service not returning ArrayList Pin
funkymint6-Sep-07 6:32
funkymint6-Sep-07 6:32 
Hi,

I wrote a web service which needs to return a list of string objects. I tried using string[] as my return value and couldn't get that to work. I then tried using an ArrayList and couldn't get that to work either. I read some stuff on it and in my program which uses the web service I could get my string values like this:

Object[] items = GetItems();

I then cast my items back to strings.

This is OK but how can I get the actual ArrayList back?

ArrayList items = GetItems();

Thanks Smile | :)
AnswerRe: Web Service not returning ArrayList Pin
Larantz6-Sep-07 10:20
Larantz6-Sep-07 10:20 
GeneralRe: Web Service not returning ArrayList Pin
funkymint6-Sep-07 12:59
funkymint6-Sep-07 12:59 
GeneralRe: Web Service not returning ArrayList Pin
funkymint6-Sep-07 22:42
funkymint6-Sep-07 22:42 
QuestionHow to use C# to execute another program Pin
mercenary016-Sep-07 6:24
mercenary016-Sep-07 6:24 
AnswerRe: How to use C# to execute another program Pin
Judah Gabriel Himango6-Sep-07 6:28
sponsorJudah Gabriel Himango6-Sep-07 6:28 
GeneralRe: How to use C# to execute another program Pin
Jason Hanford-Smith6-Sep-07 7:08
Jason Hanford-Smith6-Sep-07 7:08 
GeneralRe: How to use C# to execute another program Pin
Judah Gabriel Himango6-Sep-07 7:11
sponsorJudah Gabriel Himango6-Sep-07 7:11 
GeneralRe: How to use C# to execute another program Pin
Larantz6-Sep-07 10:24
Larantz6-Sep-07 10:24 
GeneralUrgent Plz Help Pin
Malcolm Smart6-Sep-07 10:28
Malcolm Smart6-Sep-07 10:28 
GeneralRe: Urgent Plz Help Pin
Professor Sharada Ulhas6-Sep-07 11:22
Professor Sharada Ulhas6-Sep-07 11:22 
JokeRe: How to use C# to execute another program Pin
Dan Neely6-Sep-07 10:29
Dan Neely6-Sep-07 10:29 
JokeRe: How to use C# to execute another program Pin
Big Daddy Farang6-Sep-07 10:53
Big Daddy Farang6-Sep-07 10:53 
GeneralRe: How to use C# to execute another program Pin
Dan Neely6-Sep-07 11:25
Dan Neely6-Sep-07 11:25 
GeneralRe: How to use C# to execute another program Pin
Dave Kreskowiak6-Sep-07 7:54
mveDave Kreskowiak6-Sep-07 7:54 
AnswerRe: How to use C# to execute another program Pin
Christian Graus6-Sep-07 6:28
protectorChristian Graus6-Sep-07 6:28 
AnswerRe: How to use C# to execute another program Pin
DaveyM696-Sep-07 8:14
professionalDaveyM696-Sep-07 8:14 
GeneralRe: How to use C# to execute another program Pin
mercenary016-Sep-07 6:32
mercenary016-Sep-07 6:32 

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.