Click here to Skip to main content
15,913,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Application using Visual Studio 2005 & .NET ! Pin
_Damian S_27-Oct-09 20:55
professional_Damian S_27-Oct-09 20:55 
GeneralRe: Web Application using Visual Studio 2005 & .NET ! Pin
jeshra27927-Oct-09 21:33
jeshra27927-Oct-09 21:33 
GeneralRe: Web Application using Visual Studio 2005 & .NET ! Pin
Christian Graus27-Oct-09 22:10
protectorChristian Graus27-Oct-09 22:10 
QuestionArray Help Pin
PAguilar0927-Oct-09 20:25
PAguilar0927-Oct-09 20:25 
AnswerRe: Array Help Pin
tosch27-Oct-09 20:38
tosch27-Oct-09 20:38 
GeneralRe: Array Help Pin
PAguilar0927-Oct-09 20:44
PAguilar0927-Oct-09 20:44 
AnswerRe: Array Help Pin
_Damian S_27-Oct-09 20:59
professional_Damian S_27-Oct-09 20:59 
GeneralRe: Array Help Pin
PAguilar0927-Oct-09 21:08
PAguilar0927-Oct-09 21:08 
Thanks for the help I have another question. I am trying to figure out how to get each element of in the array and have it be subtracted by the mean value?

so for example If the user enters in the following: 10 10 10 10 10 ......... his sum is 50 and avg/mean is 10

so i am trying to write the code to do this following calculation but the syntax is incorrect what am i doing wrong?


Dim dSDev as Double

For count = 0 To strArr.Length - 1
'add user entered values to list box
lstGrades.Items.Add(strArr(count))
lblGrades.Text = lstGrades.Items.Count
iSum += Convert.ToDouble(strArr(count)) 'get sum of values entered and pass to storing variable
lblSum.Text = iSum 'display sum in label box

;********THIS IS WHAT I DNT KNOW WHAT IM AM DOING WRONG???*******************
dSDev = (strArr(count) - dFAvg)

'where dFAvg is simply the storing variable used to get the Mean/Avg value
*************************************************************************

Next 'end for
QuestionError while read Text File Pin
Anubhava Dimri27-Oct-09 20:04
Anubhava Dimri27-Oct-09 20:04 
AnswerRe: Error while read Text File Pin
Christian Graus27-Oct-09 21:31
protectorChristian Graus27-Oct-09 21:31 
GeneralRe: Error while read Text File Pin
Anubhava Dimri27-Oct-09 22:57
Anubhava Dimri27-Oct-09 22:57 
GeneralRe: Error while read Text File Pin
Christian Graus27-Oct-09 23:51
protectorChristian Graus27-Oct-09 23:51 
QuestionMy Application Issue. Pin
Nanda_MR27-Oct-09 18:57
Nanda_MR27-Oct-09 18:57 
AnswerRe: My Application Issue. Pin
Christian Graus27-Oct-09 19:46
protectorChristian Graus27-Oct-09 19:46 
GeneralRe: My Application Issue. Pin
Nanda_MR27-Oct-09 19:59
Nanda_MR27-Oct-09 19:59 
GeneralRe: My Application Issue. Pin
Christian Graus27-Oct-09 21:32
protectorChristian Graus27-Oct-09 21:32 
GeneralRe: My Application Issue. Pin
Nanda_MR27-Oct-09 22:30
Nanda_MR27-Oct-09 22:30 
QuestionVB.Net code wont ework propertly under certain account conditions Pin
Martin Stevens27-Oct-09 17:34
Martin Stevens27-Oct-09 17:34 
AnswerRe: VB.Net code wont ework propertly under certain account conditions Pin
Luc Pattyn27-Oct-09 18:58
sitebuilderLuc Pattyn27-Oct-09 18:58 
GeneralRe: VB.Net code wont ework propertly under certain account conditions Pin
Martin Stevens27-Oct-09 20:33
Martin Stevens27-Oct-09 20:33 
AnswerRe: VB.Net code wont ework propertly under certain account conditions Pin
Dave Kreskowiak28-Oct-09 4:02
mveDave Kreskowiak28-Oct-09 4:02 
QuestionFTP UPLOAD SCRIPT Pin
sris 42627-Oct-09 5:49
sris 42627-Oct-09 5:49 
AnswerRe: FTP UPLOAD SCRIPT Pin
EliottA27-Oct-09 6:46
EliottA27-Oct-09 6:46 
GeneralRe: FTP UPLOAD SCRIPT Pin
sris 42627-Oct-09 7:08
sris 42627-Oct-09 7:08 
GeneralRe: FTP UPLOAD SCRIPT Pin
dan!sh 27-Oct-09 7:12
professional dan!sh 27-Oct-09 7:12 

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.