Click here to Skip to main content
16,006,535 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class inside namespace Pin
Rick van Woudenberg1-May-07 1:32
Rick van Woudenberg1-May-07 1:32 
GeneralRe: Class inside namespace Pin
Stefan Troschuetz1-May-07 1:41
Stefan Troschuetz1-May-07 1:41 
GeneralRe: Class inside namespace Pin
RSArockiam1-May-07 1:42
RSArockiam1-May-07 1:42 
GeneralRe: Class inside namespace Pin
Rick van Woudenberg1-May-07 2:28
Rick van Woudenberg1-May-07 2:28 
GeneralRe: Class inside namespace Pin
RSArockiam1-May-07 2:32
RSArockiam1-May-07 2:32 
QuestionConvert a list element Pin
Anka_Ame1-May-07 0:36
Anka_Ame1-May-07 0:36 
AnswerRe: Convert a list element Pin
Pete O'Hanlon1-May-07 1:11
mvePete O'Hanlon1-May-07 1:11 
QuestionRe: Convert a list element Pin
DavidNohejl1-May-07 4:25
DavidNohejl1-May-07 4:25 
Pete O`Hanlon wrote:
call Convert.ToInt32(listArray[0].ToString());


Is there any reason why you are calling ToString()? Convert works on object too... Only meaningful thing I can think of is to provide IFormatProvider, but then again there is Convert.ToInt32 (Object, IFormatProvider) overload.


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

AnswerRe: Convert a list element Pin
Pete O'Hanlon1-May-07 5:17
mvePete O'Hanlon1-May-07 5:17 
GeneralRe: Convert a list element Pin
DavidNohejl1-May-07 8:14
DavidNohejl1-May-07 8:14 
GeneralRe: Convert a list element Pin
PIEBALDconsult3-May-07 9:02
mvePIEBALDconsult3-May-07 9:02 
QuestionReflection: How to locate/load a specific NameSpace inside an Assembly? Pin
Dominic Pettifer1-May-07 0:34
Dominic Pettifer1-May-07 0:34 
QuestionC#, Interfaces and Interop Pin
Rhys Gravell1-May-07 0:13
professionalRhys Gravell1-May-07 0:13 
Questiondistinct values in dataset Pin
arkiboys30-Apr-07 23:30
arkiboys30-Apr-07 23:30 
AnswerRe: distinct values in dataset Pin
_mubashir1-May-07 0:12
_mubashir1-May-07 0:12 
QuestionCheck Windows username and password using C#.Net 2003 Pin
Dotnetkanna30-Apr-07 21:30
Dotnetkanna30-Apr-07 21:30 
AnswerRe: Check Windows username and password using C#.Net 2003 Pin
Christian Graus30-Apr-07 22:25
protectorChristian Graus30-Apr-07 22:25 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Colin Angus Mackay30-Apr-07 22:30
Colin Angus Mackay30-Apr-07 22:30 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Dotnetkanna30-Apr-07 23:40
Dotnetkanna30-Apr-07 23:40 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Dotnetkanna30-Apr-07 23:39
Dotnetkanna30-Apr-07 23:39 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Christian Graus30-Apr-07 23:59
protectorChristian Graus30-Apr-07 23:59 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Dotnetkanna1-May-07 0:17
Dotnetkanna1-May-07 0:17 
AnswerRe: Check Windows username and password using C#.Net 2003 Pin
MrEyes1-May-07 2:37
MrEyes1-May-07 2:37 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
Dotnetkanna1-May-07 19:41
Dotnetkanna1-May-07 19:41 
GeneralRe: Check Windows username and password using C#.Net 2003 Pin
MrEyes1-May-07 22:40
MrEyes1-May-07 22:40 

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.