Click here to Skip to main content
15,889,622 members
Home / Discussions / C#
   

C#

 
QuestionVirtual base class?? Pin
cbin17-Apr-07 9:30
cbin17-Apr-07 9:30 
AnswerRe: Virtual base class?? Pin
Pete O'Hanlon17-Apr-07 9:36
mvePete O'Hanlon17-Apr-07 9:36 
AnswerRe: Virtual base class?? Pin
Dan Neely17-Apr-07 9:49
Dan Neely17-Apr-07 9:49 
GeneralRe: Virtual base class?? Pin
cbin17-Apr-07 11:26
cbin17-Apr-07 11:26 
GeneralRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:09
DavidNohejl17-Apr-07 21:09 
AnswerRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:07
DavidNohejl17-Apr-07 21:07 
GeneralRe: Virtual base class?? Pin
cbin18-Apr-07 7:42
cbin18-Apr-07 7:42 
QuestionCan't add a variable watch! Pin
Lord Kixdemp17-Apr-07 9:04
Lord Kixdemp17-Apr-07 9:04 
Hello everyone!

Okay, I have a variable that gets changed to 0 somewhere in my code, and I want to know where.

So I added a variable watch (VS 2005), however, on the watches list, it displays as this with an error icon to the left:

((Server.Client)((new System.Collections.ArrayList.ArrayListDebugView(this.clients)).Items[0])).id	<br />
The type name 'Client' does not exist in the type 'Server.Server'


First, I didn't know you could have a type inside another type.

The variable I'm trying to add is public member id of the class Client. Server.Server is a class containing a custom ArrayList of Clients.

Does anyone know why I'm getting that error? Thanks!

Windows Calculator told me I will die at 28. Frown | :(

AnswerRe: Can't add a variable watch! Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
Questionstruct with an array inside Pin
Marc Soleda17-Apr-07 8:59
Marc Soleda17-Apr-07 8:59 
AnswerRe: struct with an array inside Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
QuestionIs it possoble to create left mouse click ConextMenu? Pin
Khoramdin17-Apr-07 6:47
Khoramdin17-Apr-07 6:47 
AnswerRe: Is it possoble to create left mouse click ConextMenu? Pin
Martin#17-Apr-07 6:56
Martin#17-Apr-07 6:56 
QuestionGet Hardware Information in C sharp Pin
sottos17-Apr-07 6:15
sottos17-Apr-07 6:15 
AnswerRe: Get Hardware Information in C sharp Pin
Tarakeshwar Reddy17-Apr-07 6:24
professionalTarakeshwar Reddy17-Apr-07 6:24 
GeneralRe: Get Hardware Information in C sharp Pin
sottos17-Apr-07 6:40
sottos17-Apr-07 6:40 
QuestionASCII code Pin
marwan_siala17-Apr-07 5:57
marwan_siala17-Apr-07 5:57 
AnswerRe: ASCII code Pin
Guffa17-Apr-07 6:04
Guffa17-Apr-07 6:04 
QuestionInvoke xsd.exe thru code Pin
nikanth17-Apr-07 5:22
nikanth17-Apr-07 5:22 
AnswerRe: Invoke xsd.exe thru code Pin
kubben17-Apr-07 5:38
kubben17-Apr-07 5:38 
GeneralRe: Invoke xsd.exe thru code Pin
nikanth18-Apr-07 2:39
nikanth18-Apr-07 2:39 
GeneralRe: Invoke xsd.exe thru code Pin
kubben18-Apr-07 2:54
kubben18-Apr-07 2:54 
QuestionApp config files Pin
eliea17-Apr-07 5:18
eliea17-Apr-07 5:18 
AnswerRe: App config files Pin
eliea17-Apr-07 5:19
eliea17-Apr-07 5:19 
QuestionCannot get data saved to my SQL dbase Pin
tvance92917-Apr-07 5:01
tvance92917-Apr-07 5:01 

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.