Visual Basic (VB) Question:
What is the starting Index value? How to locate it?

Answers:
Answer #1It is tab control to place our controls with in the form in multiple sheets.
Index starts with 1.
And to identify If Tabstrip1.SelectedItem.
Index = 1 Then ..
End if
Index starts with 1.
And to identify If Tabstrip1.SelectedItem.
Index = 1 Then ..
End if
Answer #2index starts with 1
index 01 then
end if
index 01 then
end if
Previous Question | Next Question |
What is DBSqlPassThrough? | What is Parser Bug? |