Click here to Skip to main content
16,005,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDataTable problem Pin
siddy1727-Mar-08 1:42
siddy1727-Mar-08 1:42 
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 
hi guys;
it s a little difficult ;idont wanna get the Max value of all but Max-values between the blocks.
this code below serve to get the max value
<br />
For zahl = 0 To Intens_Array.GetUpperBound(0)<br />
            If Intens_Array(zahl) = 0 Then<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 />

thats easy; but what i want is to get the Max value between each block of zero-values;
look here: i have an array with the values like
00000041932321459000000076384600000323453200000
my question is, how could i get the max VALUES whithin each block and his index in this arry for this example will be like:
9-->index:17
8-->index:28
5-->index:40
i hope i was clear;
so let me know plsSmile | :) )
thx all
AnswerRe: Max value again?? Pin
Eduard Keilholz27-Mar-08 2:20
Eduard Keilholz27-Mar-08 2:20 
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 

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.