Click here to Skip to main content
15,908,841 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ComboBox Help Pin
Jason Baggett5-Feb-07 7:40
Jason Baggett5-Feb-07 7:40 
GeneralRe: ComboBox Help Pin
nlarson115-Feb-07 7:51
nlarson115-Feb-07 7:51 
QuestionDatagridview Rowheaderselect Pin
Nikila Venkat5-Feb-07 5:20
Nikila Venkat5-Feb-07 5:20 
Questioncreating a playlist Pin
jady845-Feb-07 5:09
jady845-Feb-07 5:09 
Questiona problem in array in vb.net Pin
Hasan Jaffal5-Feb-07 3:55
Hasan Jaffal5-Feb-07 3:55 
QuestionRe: a problem in array in vb.net Pin
Kschuler5-Feb-07 5:19
Kschuler5-Feb-07 5:19 
AnswerRe: a problem in array in vb.net Pin
Hasan Jaffal5-Feb-07 5:23
Hasan Jaffal5-Feb-07 5:23 
AnswerRe: a problem in array in vb.net Pin
Kschuler5-Feb-07 5:39
Kschuler5-Feb-07 5:39 
I haven't been able to get through this error without defining the size of the array upfront. If you are using Visual Studio 2005 you can use a List object instead. It is like an ArrayList except that you must declare what type of objects are being listed, so you will not have to worry about the overhead of casting the objects into what you want. Here's how you declare it:

Dim objList As New List(Of Integer)

Hope this helps.
AnswerRe: a problem in array in vb.net Pin
nlarson115-Feb-07 5:35
nlarson115-Feb-07 5:35 
GeneralRe: a problem in array in vb.net Pin
Hasan Jaffal5-Feb-07 12:00
Hasan Jaffal5-Feb-07 12:00 
GeneralRe: a problem in array in vb.net Pin
nlarson115-Feb-07 12:22
nlarson115-Feb-07 12:22 
GeneralRe: a problem in array in vb.net Pin
Hasan Jaffal5-Feb-07 12:53
Hasan Jaffal5-Feb-07 12:53 
GeneralRe: a problem in array in vb.net Pin
TwoFaced5-Feb-07 15:29
TwoFaced5-Feb-07 15:29 
QuestionGlobal Dataset Pin
liona5-Feb-07 2:42
liona5-Feb-07 2:42 
AnswerRe: Global Dataset Pin
Kschuler5-Feb-07 5:25
Kschuler5-Feb-07 5:25 
AnswerRe: Global Dataset Pin
nlarson115-Feb-07 5:38
nlarson115-Feb-07 5:38 
AnswerRe: Global Dataset Resolved Pin
liona5-Feb-07 7:02
liona5-Feb-07 7:02 
QuestionNET-1.1: Setup didn't include all assemblies Pin
Marco Turrini5-Feb-07 1:05
Marco Turrini5-Feb-07 1:05 
Questionhow to call sub report Pin
neo_bags5-Feb-07 0:33
neo_bags5-Feb-07 0:33 
QuestionIP Address and MAC Address Pin
nawalage4-Feb-07 23:40
nawalage4-Feb-07 23:40 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 3:05
Ahmed El-Badry5-Feb-07 3:05 
GeneralRe: IP Address and MAC Address Pin
nawalage5-Feb-07 5:24
nawalage5-Feb-07 5:24 
QuestionRe: IP Address and MAC Address Pin
nawalage5-Feb-07 20:02
nawalage5-Feb-07 20:02 
AnswerRe: IP Address and MAC Address Pin
Ahmed El-Badry5-Feb-07 22:55
Ahmed El-Badry5-Feb-07 22:55 
AnswerRe: deleting many folders Pin
Christian Graus4-Feb-07 23:01
protectorChristian Graus4-Feb-07 23:01 

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.