Click here to Skip to main content
15,909,193 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAccess Outlook Express through VB.NET Pin
Moin.A17-Apr-07 0:06
Moin.A17-Apr-07 0:06 
AnswerRe: Access Outlook Express through VB.NET Pin
Dave Kreskowiak17-Apr-07 7:38
mveDave Kreskowiak17-Apr-07 7:38 
Questionvalidation of form Pin
kripa2117-Apr-07 0:03
kripa2117-Apr-07 0:03 
AnswerRe: validation of form Pin
CPallini17-Apr-07 1:36
mveCPallini17-Apr-07 1:36 
GeneralRe: validation of form Pin
kripa2117-Apr-07 1:51
kripa2117-Apr-07 1:51 
JokeRe: validation of form Pin
CPallini17-Apr-07 2:07
mveCPallini17-Apr-07 2:07 
QuestionSaving data on a user control that is placed inside a tab control Pin
steve_rm16-Apr-07 23:17
steve_rm16-Apr-07 23:17 
QuestionLooping through tab in a tab control Pin
steve_rm16-Apr-07 20:43
steve_rm16-Apr-07 20:43 
Hello,

I am using this code to loop through a tab control and get the name of the tab.

However it always fails with an index error on the last tab, even though it does get the name of the tab on the last one.

Can anyone see if there is anything wrong with the code below.

Code:

Dim i As Integer = 0
For i = 0 To Me.TabControl1.TabCount
taskID = Me.TabControl1.TabPages(i).Name
Next i


Many thanks,

Steve
AnswerRe: Looping through tab in a tab control Pin
Werries16-Apr-07 21:48
Werries16-Apr-07 21:48 
AnswerRe: Looping through tab in a tab control Pin
Enriad16-Apr-07 21:50
Enriad16-Apr-07 21:50 
GeneralRe: Looping through tab in a tab control Pin
steve_rm16-Apr-07 22:35
steve_rm16-Apr-07 22:35 
QuestionRemove a Control Array Label Pin
coldude16-Apr-07 20:31
coldude16-Apr-07 20:31 
QuestionXml Node Defining Pin
MatrixCoder16-Apr-07 20:21
MatrixCoder16-Apr-07 20:21 
Questionsaving problems Pin
Xmen Real 16-Apr-07 19:46
professional Xmen Real 16-Apr-07 19:46 
AnswerRe: saving problems Pin
Marek Grzenkowicz16-Apr-07 20:56
Marek Grzenkowicz16-Apr-07 20:56 
GeneralRe: saving problems Pin
Xmen Real 16-Apr-07 21:27
professional Xmen Real 16-Apr-07 21:27 
QuestionHow to calculate the time difference Pin
re infecta16-Apr-07 19:41
re infecta16-Apr-07 19:41 
AnswerRe: How to calculate the time difference Pin
MatrixCoder16-Apr-07 20:05
MatrixCoder16-Apr-07 20:05 
AnswerRe: How to calculate the time difference Pin
Guffa16-Apr-07 21:53
Guffa16-Apr-07 21:53 
AnswerRe: How to calculate the time difference Pin
Werries16-Apr-07 21:54
Werries16-Apr-07 21:54 
QuestionHow to use integrated zip-compression? Pin
re infecta16-Apr-07 19:39
re infecta16-Apr-07 19:39 
AnswerRe: How to use integrated zip-compression? Pin
MatrixCoder16-Apr-07 20:07
MatrixCoder16-Apr-07 20:07 
QuestionPassing data from one .aspx page to another .aspx page Pin
shyamts16-Apr-07 18:41
shyamts16-Apr-07 18:41 
AnswerRe: Passing data from one .aspx page to another .aspx page Pin
Christian Graus16-Apr-07 23:14
protectorChristian Graus16-Apr-07 23:14 
QuestionHow to get cheapest deal for vb6.0 Pin
ciacia16-Apr-07 16:59
ciacia16-Apr-07 16:59 

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.