Click here to Skip to main content
15,917,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 23:57
pekhaleyogesh24-Oct-07 23:57 
GeneralRe: alternative to messagebox.show() method. Pin
Martin#24-Oct-07 23:59
Martin#24-Oct-07 23:59 
AnswerRe: alternative to messagebox.show() method. Pin
Christian Graus24-Oct-07 22:21
protectorChristian Graus24-Oct-07 22:21 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 22:49
pekhaleyogesh24-Oct-07 22:49 
AnswerRe: alternative to messagebox.show() method. Pin
Abhijit Jana24-Oct-07 22:31
professionalAbhijit Jana24-Oct-07 22:31 
GeneralRe: alternative to messagebox.show() method. Pin
pekhaleyogesh24-Oct-07 22:50
pekhaleyogesh24-Oct-07 22:50 
QuestionIList use in c# Pin
kanza azhar24-Oct-07 21:40
kanza azhar24-Oct-07 21:40 
AnswerRe: IList use in c# Pin
Martin#24-Oct-07 22:06
Martin#24-Oct-07 22:06 
Hello,

First IList is an Interface, so you can't instanciate it directly to add you datas.
You could create your own class which implements the IList interface,
or use framework classes which already do so (like ArrayList).

But before you do that, I would suggest to read the doku![^]

All the best,

Martin

QuestionAsynchronous Web Service Methods Pin
Neeraj Kr24-Oct-07 21:34
Neeraj Kr24-Oct-07 21:34 
QuestionSEARCH ENGINE Pin
Sandep H S24-Oct-07 20:53
Sandep H S24-Oct-07 20:53 
AnswerRe: SEARCH ENGINE Pin
Christian Graus24-Oct-07 20:57
protectorChristian Graus24-Oct-07 20:57 
GeneralRe: SEARCH ENGINE Pin
Paul Conrad27-Oct-07 12:35
professionalPaul Conrad27-Oct-07 12:35 
AnswerRe: SEARCH ENGINE Pin
N a v a n e e t h24-Oct-07 20:59
N a v a n e e t h24-Oct-07 20:59 
GeneralRe: SEARCH ENGINE Pin
Christian Graus24-Oct-07 21:06
protectorChristian Graus24-Oct-07 21:06 
GeneralRe: SEARCH ENGINE Pin
N a v a n e e t h24-Oct-07 21:12
N a v a n e e t h24-Oct-07 21:12 
AnswerRe: SEARCH ENGINE Pin
_tasleem24-Oct-07 21:31
_tasleem24-Oct-07 21:31 
AnswerRe: SEARCH ENGINE Pin
Nouman Bhatti24-Oct-07 23:28
Nouman Bhatti24-Oct-07 23:28 
AnswerRe: SEARCH ENGINE Pin
Paul Conrad27-Oct-07 12:33
professionalPaul Conrad27-Oct-07 12:33 
QuestionHow to sign a digital certificate..? Pin
Pankaj - Joshi24-Oct-07 20:44
Pankaj - Joshi24-Oct-07 20:44 
QuestionFileSystemWatcher class- reason ?? Pin
Hum Dum24-Oct-07 20:34
Hum Dum24-Oct-07 20:34 
AnswerRe: FileSystemWatcher class- reason ?? Pin
leppie24-Oct-07 21:13
leppie24-Oct-07 21:13 
QuestionRegarding code for decimal to ASCII Pin
praveenkumar palla24-Oct-07 20:21
praveenkumar palla24-Oct-07 20:21 
AnswerRe: Regarding code for decimal to ASCII Pin
Mohib Sheth24-Oct-07 20:26
Mohib Sheth24-Oct-07 20:26 
GeneralRe: Regarding code for decimal to ASCII Pin
praveenkumar palla24-Oct-07 20:49
praveenkumar palla24-Oct-07 20:49 
AnswerRe: Regarding code for decimal to ASCII Pin
PandemoniumPasha24-Oct-07 20:27
PandemoniumPasha24-Oct-07 20:27 

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.