Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: Useless subject Pin
Guffa18-Jun-07 3:58
Guffa18-Jun-07 3:58 
QuestionLogging of Upload file Pin
reddyamar_uk17-Jun-07 1:41
reddyamar_uk17-Jun-07 1:41 
Questionrdlc Report Pin
imran_Shaikh16-Jun-07 23:41
imran_Shaikh16-Jun-07 23:41 
AnswerRe: rdlc Report Pin
WillemM17-Jun-07 4:32
WillemM17-Jun-07 4:32 
QuestionListbox Pin
MashALyy16-Jun-07 23:08
MashALyy16-Jun-07 23:08 
AnswerRe: Listbox Pin
PandemoniumPasha17-Jun-07 0:10
PandemoniumPasha17-Jun-07 0:10 
AnswerRe: Listbox Pin
Giorgi Dalakishvili17-Jun-07 0:10
mentorGiorgi Dalakishvili17-Jun-07 0:10 
AnswerRe: Listbox Pin
Lucky Hamad17-Jun-07 7:55
Lucky Hamad17-Jun-07 7:55 
Well the concept of listbox is that it holds multiple values just like an array but the listbox control treats every data as string .lets assum that we are having a listbox name lbt1 holding seven values each value on each index.
We have to apply a loop first untill the total number of items in lbt1.e.g
// declar/initiate variables
int val=0;
int addval=0;
int total=0;
for(int i=0;i<this.lbt1.items.count;i++)
{
val=int.parse(this.lbt1.items[i].tostring());
addval=addval+val;
}
this.txt1.text=addval.tostring();

<div="" class="ForumSig">By Lucky Hamad
Questioncapture screen use managed directx9 C# Pin
jiangsongfang16-Jun-07 21:31
jiangsongfang16-Jun-07 21:31 
AnswerRe: capture screen use managed directx9 C# Pin
Christian Graus17-Jun-07 0:53
protectorChristian Graus17-Jun-07 0:53 
GeneralRe: capture screen use managed directx9 C# Pin
jiangsongfang17-Jun-07 1:02
jiangsongfang17-Jun-07 1:02 
QuestionConflicting Namespaces Pin
Brendan Vogt16-Jun-07 20:47
Brendan Vogt16-Jun-07 20:47 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 21:14
PandemoniumPasha16-Jun-07 21:14 
AnswerRe: Conflicting Namespaces Pin
Christian Graus16-Jun-07 21:57
protectorChristian Graus16-Jun-07 21:57 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 23:56
PandemoniumPasha16-Jun-07 23:56 
AnswerRe: Conflicting Namespaces Pin
Guffa17-Jun-07 2:52
Guffa17-Jun-07 2:52 
AnswerRe: Conflicting Namespaces Pin
DavidNohejl17-Jun-07 4:45
DavidNohejl17-Jun-07 4:45 
GeneralRe: Conflicting Namespaces Pin
Brendan Vogt17-Jun-07 8:22
Brendan Vogt17-Jun-07 8:22 
QuestionProblems displaying data from query in the report Pin
sgeorgije16-Jun-07 19:26
sgeorgije16-Jun-07 19:26 
QuestionEVENTS Pin
half-life16-Jun-07 12:14
half-life16-Jun-07 12:14 
AnswerRe: EVENTS Pin
Not Active16-Jun-07 13:33
mentorNot Active16-Jun-07 13:33 
GeneralRe: EVENTS Pin
half-life16-Jun-07 13:46
half-life16-Jun-07 13:46 
GeneralRe: EVENTS Pin
Christian Graus16-Jun-07 14:49
protectorChristian Graus16-Jun-07 14:49 
QuestionSpeech input Pin
Ylno16-Jun-07 11:12
Ylno16-Jun-07 11:12 
AnswerRe: Speech input Pin
Christian Graus16-Jun-07 14:50
protectorChristian Graus16-Jun-07 14:50 

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.