Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
Questionlistview and image Pin
yosba22125-Mar-06 0:00
yosba22125-Mar-06 0:00 
QuestionVoice chat Pin
deepthi wilson24-Mar-06 23:45
deepthi wilson24-Mar-06 23:45 
AnswerRe: Voice chat Pin
RizwanSharp25-Mar-06 4:29
RizwanSharp25-Mar-06 4:29 
GeneralRe: Voice chat Pin
deepthi wilson26-Mar-06 17:06
deepthi wilson26-Mar-06 17:06 
QuestionHow do I list Drive informations of a remote computer Pin
deepthi wilson24-Mar-06 23:39
deepthi wilson24-Mar-06 23:39 
AnswerRe: How do I list Drive informations of a remote computer Pin
RizwanSharp25-Mar-06 3:29
RizwanSharp25-Mar-06 3:29 
QuestionArrays in a class definition Pin
IceWater4224-Mar-06 23:28
IceWater4224-Mar-06 23:28 
AnswerRe: Arrays in a class definition Pin
Guffa25-Mar-06 0:21
Guffa25-Mar-06 0:21 
The code in the constructor is not even possible to compile. Why don't you show the code that you really are using?

I assume that the code in the constructor looks like the code in the ClearNumbers method, as that at least compiles...

You have two array references in the class, _number and number. You never assign anything to any of them, so of course you get an error message when you try to use any of them. If you look at the task list after compiling, you will see that the compiler has given you very informative warnings about this.

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

GeneralRe: Arrays in a class definition Pin
IceWater4225-Mar-06 4:30
IceWater4225-Mar-06 4:30 
GeneralRe: Arrays in a class definition Pin
kasik25-Mar-06 6:37
kasik25-Mar-06 6:37 
GeneralRe: Arrays in a class definition Pin
IceWater426-Apr-06 19:18
IceWater426-Apr-06 19:18 
GeneralRe: Arrays in a class definition Pin
kasik7-Apr-06 5:51
kasik7-Apr-06 5:51 
QuestionDial a number using C# Pin
mrkeivan24-Mar-06 23:12
mrkeivan24-Mar-06 23:12 
QuestionDirectSound & Speakers Pin
Superwill24-Mar-06 23:00
Superwill24-Mar-06 23:00 
Questionhow to use constructors?? Pin
abdelhameed8124-Mar-06 22:56
abdelhameed8124-Mar-06 22:56 
AnswerRe: how to use constructors?? Pin
Colin Angus Mackay25-Mar-06 0:06
Colin Angus Mackay25-Mar-06 0:06 
GeneralRe: how to use constructors?? Pin
Guffa25-Mar-06 0:58
Guffa25-Mar-06 0:58 
AnswerRe: how to use constructors?? Pin
Guffa25-Mar-06 0:55
Guffa25-Mar-06 0:55 
QuestionTAPI Pin
hafz24-Mar-06 21:39
hafz24-Mar-06 21:39 
Answercan you help me out Pin
mrkeivan25-Mar-06 0:34
mrkeivan25-Mar-06 0:34 
GeneralRe: can you help me out Pin
RizwanSharp25-Mar-06 3:09
RizwanSharp25-Mar-06 3:09 
GeneralRe: can you help me out Pin
cfsego7-May-06 21:05
cfsego7-May-06 21:05 
GeneralRe: can you help me out Pin
mrkeivan8-May-06 3:58
mrkeivan8-May-06 3:58 
QuestionCan We detect Sql Servers on Network using c# Pin
Jax_qqq24-Mar-06 19:37
Jax_qqq24-Mar-06 19:37 
QuestionHow to change textBox contents using ActiveX Pin
wajih2k24-Mar-06 19:04
wajih2k24-Mar-06 19:04 

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.