Click here to Skip to main content
15,922,166 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.net string array problem Pin
sumit703411-Aug-08 1:22
sumit703411-Aug-08 1:22 
AnswerRe: VB.net string array problem Pin
Manas Bhardwaj11-Aug-08 1:27
professionalManas Bhardwaj11-Aug-08 1:27 
GeneralRe: VB.net string array problem Pin
Rameez Raja11-Aug-08 18:17
Rameez Raja11-Aug-08 18:17 
AnswerRe: VB.net string array problem Pin
Steven St. John12-Aug-08 5:02
Steven St. John12-Aug-08 5:02 
Question[Message Deleted] Pin
kjalandoon11-Aug-08 0:46
kjalandoon11-Aug-08 0:46 
AnswerRe: getting the form value Pin
Christian Graus11-Aug-08 1:54
protectorChristian Graus11-Aug-08 1:54 
GeneralRe: getting the form value Pin
kjalandoon11-Aug-08 16:21
kjalandoon11-Aug-08 16:21 
QuestionString.format problem Pin
Hans vd Bovenkamp10-Aug-08 23:51
Hans vd Bovenkamp10-Aug-08 23:51 
Hi, I'm trying to dynamically build an insert query.

Dim strIns as string = "Insert into XXXX (Field01, Field02) values( '{0}', {1})"
Dim strVals as string = ""Value00","value01""

Dim strWork as string = String.Format(strIns,strVals)

This results in an error
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Could anyone please point me into the right direction?

Thanks
AnswerRe: String.format problem Pin
Christian Graus11-Aug-08 0:21
protectorChristian Graus11-Aug-08 0:21 
GeneralRe: String.format problem Pin
Hans vd Bovenkamp11-Aug-08 1:54
Hans vd Bovenkamp11-Aug-08 1:54 
GeneralRe: String.format problem Pin
Christian Graus11-Aug-08 2:10
protectorChristian Graus11-Aug-08 2:10 
QuestionListView VB.NET... Pin
ROC_Jnr10-Aug-08 21:28
ROC_Jnr10-Aug-08 21:28 
AnswerRe: ListView VB.NET... Pin
Mycroft Holmes10-Aug-08 22:04
professionalMycroft Holmes10-Aug-08 22:04 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 1:33
professionalThomas Stockwell11-Aug-08 1:33 
GeneralRe: ListView VB.NET... Pin
Mycroft Holmes11-Aug-08 3:15
professionalMycroft Holmes11-Aug-08 3:15 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 3:18
professionalThomas Stockwell11-Aug-08 3:18 
GeneralRe: ListView VB.NET... Pin
Mycroft Holmes11-Aug-08 3:29
professionalMycroft Holmes11-Aug-08 3:29 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 3:33
professionalThomas Stockwell11-Aug-08 3:33 
QuestionWhat happened to this? [modified] Pin
Rafone10-Aug-08 21:28
Rafone10-Aug-08 21:28 
AnswerRe: What happened to this? Pin
Vimalsoft(Pty) Ltd10-Aug-08 21:56
professionalVimalsoft(Pty) Ltd10-Aug-08 21:56 
GeneralRe: What happened to this? Pin
Kevin McFarlane10-Aug-08 23:20
Kevin McFarlane10-Aug-08 23:20 
AnswerRe: What happened to this? Pin
Thomas Stockwell11-Aug-08 1:35
professionalThomas Stockwell11-Aug-08 1:35 
AnswerRe: What happened to this? Pin
jzonthemtn11-Aug-08 5:55
jzonthemtn11-Aug-08 5:55 
AnswerRe: What happened to this? Pin
Rafone11-Aug-08 8:49
Rafone11-Aug-08 8:49 
QuestionList View control with dynamic expand button Pin
shashi_sneak10-Aug-08 19:43
shashi_sneak10-Aug-08 19:43 

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.