Click here to Skip to main content
15,898,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with sstab control in vb 6.0 Pin
Dave Kreskowiak8-May-09 0:29
mveDave Kreskowiak8-May-09 0:29 
AnswerRe: Problem with sstab control in vb 6.0 Pin
DidiKunz8-May-09 11:24
DidiKunz8-May-09 11:24 
Question[Message Deleted] Pin
programmer1.a7-May-09 3:36
programmer1.a7-May-09 3:36 
AnswerRe: VB.NET programming for "ToDoList" application....please help me Pin
Dalek Dave7-May-09 4:32
professionalDalek Dave7-May-09 4:32 
GeneralRe: VB.NET programming for "ToDoList" application....please help me Pin
programmer1.a7-May-09 4:44
programmer1.a7-May-09 4:44 
GeneralRe: VB.NET programming for "ToDoList" application....please help me Pin
Dalek Dave7-May-09 5:19
professionalDalek Dave7-May-09 5:19 
QuestionAppend Files [SOLVED] Pin
vijay24827-May-09 2:21
vijay24827-May-09 2:21 
AnswerRe: Append Files Pin
riced7-May-09 2:58
riced7-May-09 2:58 
Try changing
For fileCount As Integer = 0 To theFiles.Length() - 1
to
For fileCount As Integer = 0 To theFiles.GetUpperBound(0)
I'm assuming the error is an index out of bounds one.
If not, what is the error?

Regards
David R
---------------------------------------------------------------
"Every program eventually becomes rococo, and then rubble." - Alan Perlis

GeneralMessage Closed Pin
7-May-09 4:41
vijay24827-May-09 4:41 
GeneralRe: Append Files Pin
riced7-May-09 6:03
riced7-May-09 6:03 
GeneralMessage Closed Pin
10-May-09 21:52
vijay248210-May-09 21:52 
GeneralRe: Append Files[Solved above message] Pin
vijay248211-May-09 2:29
vijay248211-May-09 2:29 
Questionvisual basic incorporating COM Pin
Rakesh57-May-09 2:08
Rakesh57-May-09 2:08 
AnswerRe: visual basic incorporating COM Pin
Dave Kreskowiak7-May-09 5:20
mveDave Kreskowiak7-May-09 5:20 
QuestionVB6 string mutates Pin
codefinger7-May-09 1:38
codefinger7-May-09 1:38 
AnswerRe: VB6 string mutates Pin
riced7-May-09 1:53
riced7-May-09 1:53 
GeneralRe: VB6 string mutates Pin
codefinger7-May-09 2:38
codefinger7-May-09 2:38 
GeneralRe: VB6 string mutates Pin
ChandraRam7-May-09 22:16
ChandraRam7-May-09 22:16 
GeneralRe: VB6 string mutates Pin
codefinger8-May-09 2:03
codefinger8-May-09 2:03 
GeneralRe: VB6 string mutates Pin
Thomas Krojer8-May-09 2:17
Thomas Krojer8-May-09 2:17 
QuestionRemove Similar Lines Pin
vijay24827-May-09 1:23
vijay24827-May-09 1:23 
AnswerRe: Remove Similar Lines Pin
riced7-May-09 2:16
riced7-May-09 2:16 
GeneralMessage Closed Pin
7-May-09 2:28
vijay24827-May-09 2:28 
GeneralRe: Remove Similar Lines Pin
riced7-May-09 6:52
riced7-May-09 6:52 
GeneralMessage Closed Pin
10-May-09 21:43
vijay248210-May-09 21: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.