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

Visual Basic

 
AnswerRe: MDIChild Showdialog Pin
DaveyM6930-Jul-09 1:53
professionalDaveyM6930-Jul-09 1:53 
AnswerRe: MDIChild Showdialog Pin
Dave Kreskowiak30-Jul-09 2:23
mveDave Kreskowiak30-Jul-09 2:23 
GeneralRe: MDIChild Showdialog Pin
leozampa7430-Jul-09 2:38
leozampa7430-Jul-09 2:38 
GeneralRe: MDIChild Showdialog Pin
Dave Kreskowiak30-Jul-09 6:03
mveDave Kreskowiak30-Jul-09 6:03 
QuestionVB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 0:51
Paul Hayman30-Jul-09 0:51 
AnswerRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 2:52
Johan Hakkesteegt30-Jul-09 2:52 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 2:59
Paul Hayman30-Jul-09 2:59 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 3:04
Johan Hakkesteegt30-Jul-09 3:04 
So there is an index with a certain size at any time.

Before you try to set the value of an element, just check that the index number of that element is smaller than the length of the array.

In pseudo code:

If the_index_number_of_the_item_you_want_to_check >= items.Count Then
  'write to the item or not (I am not sure what you are trying to do)
End If


My advice is free, and you may get what you paid for.

GeneralRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 3:28
Paul Hayman30-Jul-09 3:28 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 3:41
Johan Hakkesteegt30-Jul-09 3:41 
AnswerRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman3-Aug-09 1:01
Paul Hayman3-Aug-09 1:01 
Questiondll missing in code Pin
meguru29-Jul-09 22:11
meguru29-Jul-09 22:11 
AnswerRe: dll missing in code Pin
DaveyM6929-Jul-09 22:32
professionalDaveyM6929-Jul-09 22:32 
QuestionHow to Update and Retrieve data from MDB file on server? Pin
NeilRanjan29-Jul-09 19:55
NeilRanjan29-Jul-09 19:55 
AnswerRe: How to Update and Retrieve data from MDB file on server? Pin
Vimalsoft(Pty) Ltd29-Jul-09 21:13
professionalVimalsoft(Pty) Ltd29-Jul-09 21:13 
AnswerRe: How to Update and Retrieve data from MDB file on server? [CROSS_POST - please ignore] Pin
Henry Minute30-Jul-09 5:20
Henry Minute30-Jul-09 5:20 
QuestionEnterprise library [modified] Pin
abcurl29-Jul-09 19:47
abcurl29-Jul-09 19:47 
AnswerRe: Enterprise library Pin
Mycroft Holmes29-Jul-09 21:32
professionalMycroft Holmes29-Jul-09 21:32 
QuestionRe: Enterprise library Pin
abcurl29-Jul-09 21:34
abcurl29-Jul-09 21:34 
AnswerRe: Enterprise library Pin
Johan Hakkesteegt29-Jul-09 22:04
Johan Hakkesteegt29-Jul-09 22:04 
GeneralRe: Enterprise library Pin
abcurl29-Jul-09 22:11
abcurl29-Jul-09 22:11 
GeneralRe: Enterprise library Pin
Johan Hakkesteegt29-Jul-09 22:19
Johan Hakkesteegt29-Jul-09 22:19 
GeneralRe: Enterprise library Pin
abcurl29-Jul-09 23:55
abcurl29-Jul-09 23:55 
GeneralRe: Enterprise library Pin
Johan Hakkesteegt29-Jul-09 23:57
Johan Hakkesteegt29-Jul-09 23:57 
QuestionVisual Basic 6 Equivalent to VBA Pin
C#Coudou29-Jul-09 19:37
C#Coudou29-Jul-09 19:37 

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.