Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Combobox Datasource Pin
Naji El Kotob27-Jul-07 11:28
Naji El Kotob27-Jul-07 11:28 
QuestionRe: Combobox Datasource Pin
ryan11728-Jul-07 0:29
ryan11728-Jul-07 0:29 
QuestionCreating Stock Program Pin
yellowlogic27-Jul-07 10:38
yellowlogic27-Jul-07 10:38 
AnswerRe: Creating Stock Program Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 
AnswerRe: Creating Stock Program Pin
Naji El Kotob27-Jul-07 11:04
Naji El Kotob27-Jul-07 11:04 
AnswerRe: Creating Stock Program Pin
penguin500027-Jul-07 11:06
penguin500027-Jul-07 11:06 
QuestionHow to use ArrayList? Pin
sweehin1827-Jul-07 10:03
sweehin1827-Jul-07 10:03 
AnswerRe: How to use ArrayList? Pin
Naji El Kotob27-Jul-07 10:59
Naji El Kotob27-Jul-07 10:59 
Hi,

I am not sure if you I got you right, please post your code to make your question clearer, for now you could iterate using the Count and Item properties:

'Abstraction
Dim c() As Columns
For I as Integer = 0 to coll.Count -1 'coll = ArrayList
c = coll.Item(i)
'Process your columns here
For J as integer = 0 to c.Length -1
... c(J)
Next
Next

hope this helps Smile | :)


NajiCo http://www.InsideVB.NET[^]

It's nice 2b important, but it's more important 2b nice...

GeneralRe: How to use ArrayList? Pin
sweehin1827-Jul-07 12:09
sweehin1827-Jul-07 12:09 
GeneralRe: How to use ArrayList? Pin
codemunkeh27-Jul-07 16:28
codemunkeh27-Jul-07 16:28 
QuestionHelp with dll Pin
Bad Programmer27-Jul-07 9:46
Bad Programmer27-Jul-07 9:46 
AnswerRe: Help with dll Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 
GeneralRe: Help with dll Pin
Bad Programmer27-Jul-07 11:18
Bad Programmer27-Jul-07 11:18 
GeneralRe: Help with dll Pin
Dave Kreskowiak27-Jul-07 11:25
mveDave Kreskowiak27-Jul-07 11:25 
QuestionRe: Help with dll Pin
Bad Programmer30-Jul-07 8:51
Bad Programmer30-Jul-07 8:51 
AnswerRe: Help with dll Pin
Dave Kreskowiak30-Jul-07 12:58
mveDave Kreskowiak30-Jul-07 12:58 
QuestionTrying to find the highest number in a field.... Pin
CCG327-Jul-07 9:14
CCG327-Jul-07 9:14 
AnswerRe: Trying to find the highest number in a field.... Pin
Christian Graus27-Jul-07 9:43
protectorChristian Graus27-Jul-07 9:43 
AnswerRe: Trying to find the highest number in a field.... Pin
Paul Conrad27-Jul-07 10:01
professionalPaul Conrad27-Jul-07 10:01 
AnswerRe: Trying to find the highest number in a field.... Pin
Naji El Kotob27-Jul-07 11:20
Naji El Kotob27-Jul-07 11:20 
QuestionError Message Pin
jds120727-Jul-07 7:31
jds120727-Jul-07 7:31 
AnswerRe: Error Message Pin
codemunkeh27-Jul-07 7:49
codemunkeh27-Jul-07 7:49 
AnswerRe: Error Message Pin
Paul Conrad27-Jul-07 8:28
professionalPaul Conrad27-Jul-07 8:28 
AnswerRe: Error Message Pin
Johan Hakkesteegt31-Jul-07 22:26
Johan Hakkesteegt31-Jul-07 22:26 
QuestionImporting data into Sharepoint document libraries Pin
Potso27-Jul-07 7:19
Potso27-Jul-07 7:19 

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.