Click here to Skip to main content
15,949,686 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataTable problem Pin
nlarson1127-Mar-08 2:21
nlarson1127-Mar-08 2:21 
GeneralRe: DataTable problem Pin
Eduard Keilholz27-Mar-08 2:24
Eduard Keilholz27-Mar-08 2:24 
GeneralRe: DataTable problem Pin
siddy1728-Mar-08 5:36
siddy1728-Mar-08 5:36 
GeneralRe: DataTable problem Pin
Dave Kreskowiak28-Mar-08 6:11
mveDave Kreskowiak28-Mar-08 6:11 
GeneralRe: DataTable problem Pin
siddy1728-Mar-08 19:14
siddy1728-Mar-08 19:14 
GeneralRe: DataTable problem Pin
Dave Kreskowiak29-Mar-08 17:55
mveDave Kreskowiak29-Mar-08 17:55 
QuestionMax value again?? Pin
outaleb27-Mar-08 1:26
outaleb27-Mar-08 1:26 
AnswerRe: Max value again?? Pin
Eduard Keilholz27-Mar-08 2:20
Eduard Keilholz27-Mar-08 2:20 
<br />
Dictionary<integer, integer=""> dictMaxAndIndex = new Dictionary<integer, integer=""><br />
For zahl = 0 To Intens_Array.GetUpperBound(0)<br />
If Intens_Array(zahl) = 0 Then<br />
dictMaxAndIndex.Add(Max, zahl)<br />
Max = 0<br />
Else<br />
If Max < Intens_Array(zahl) Then<br />
Max = Intens_Array(zahl)<br />
End If<br />
End If<br />
Next<br />
</integer,></integer,>


I added a dictionary of two integers. The first keeps the max value, the second it's index... You can now loop through the dirctionary to get it's values...

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: Max value again?? Pin
outaleb27-Mar-08 3:58
outaleb27-Mar-08 3:58 
GeneralRe: Max value again?? Pin
Eduard Keilholz27-Mar-08 5:58
Eduard Keilholz27-Mar-08 5:58 
Questionhow to monitor the ctrl+z event in a word document Pin
vb_firstTimer27-Mar-08 0:07
vb_firstTimer27-Mar-08 0:07 
GeneralSize of Flash File descreses Pin
sjs4u26-Mar-08 21:55
sjs4u26-Mar-08 21:55 
GeneralRe: Size of Flash File descreses Pin
Christian Graus26-Mar-08 22:01
protectorChristian Graus26-Mar-08 22:01 
GeneralDatabase update Pin
nitin_ion26-Mar-08 21:26
nitin_ion26-Mar-08 21:26 
GeneralRe: Database update Pin
Dave Kreskowiak28-Mar-08 4:11
mveDave Kreskowiak28-Mar-08 4:11 
GeneralRemoving mouse scroll from adobe acrobat 7.0 browser Pin
Prakash_Mishra26-Mar-08 21:18
Prakash_Mishra26-Mar-08 21:18 
GeneralRe: Removing mouse scroll from adobe acrobat 7.0 browser Pin
Dave Kreskowiak28-Mar-08 4:03
mveDave Kreskowiak28-Mar-08 4:03 
GeneralDate Formating getting changed when Converting MSFlexgrid content to Excel Pin
aaraaayen26-Mar-08 20:29
aaraaayen26-Mar-08 20:29 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Prakash_Mishra26-Mar-08 21:41
Prakash_Mishra26-Mar-08 21:41 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
aaraaayen26-Mar-08 21:54
aaraaayen26-Mar-08 21:54 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Ashfield26-Mar-08 22:04
Ashfield26-Mar-08 22:04 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Prakash_Mishra26-Mar-08 23:16
Prakash_Mishra26-Mar-08 23:16 
GeneralInvalid attempt to Read when reader is closed Pin
sjs4u26-Mar-08 20:03
sjs4u26-Mar-08 20:03 
GeneralRe: Invalid attempt to Read when reader is closed Pin
Dave Kreskowiak28-Mar-08 3:46
mveDave Kreskowiak28-Mar-08 3:46 
GeneralDeleting the Data... Pin
phowarso26-Mar-08 17:07
phowarso26-Mar-08 17:07 

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.