Click here to Skip to main content
15,913,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Focus of form Pin
Luc Pattyn10-May-09 16:55
sitebuilderLuc Pattyn10-May-09 16:55 
GeneralRe: Focus of form Pin
Kevin223210-May-09 17:04
Kevin223210-May-09 17:04 
GeneralRe: Focus of form Pin
Luc Pattyn10-May-09 17:35
sitebuilderLuc Pattyn10-May-09 17:35 
Questiongraphics Pin
TheMrProgrammer10-May-09 2:08
TheMrProgrammer10-May-09 2:08 
AnswerRe: graphics Pin
Luc Pattyn10-May-09 2:37
sitebuilderLuc Pattyn10-May-09 2:37 
GeneralRe: graphics Pin
TheMrProgrammer11-May-09 4:24
TheMrProgrammer11-May-09 4:24 
GeneralRe: graphics Pin
Henry Minute11-May-09 4:27
Henry Minute11-May-09 4:27 
Questionproblem with combobox in tabcontrol Pin
nazimghori9-May-09 17:29
nazimghori9-May-09 17:29 
hello every one


i m having '11' tabpages in tabcontrol now in each page there are 11 combobox
i named them starting from '0' like cmb0 which is in 1st tabpage,cmb1 which is in second tabpage and like wise...

now all 11 comboboxes have same items in it and i want to insert all of them using loop
for that i had code is like

dim i as integer
cmbstr as combobox
  For i = 0 To 11

            cmbstr = cmbstr & i

            cmbstr.Items.add("a")
            cmbstr.Items.add("b")
            cmbstr.Items.add("c")
            cmbstr.Items.add("d")
        Next
        i = i + 1


but this shows some error
please help..
please suggest if some another alternative is possible..
Smile | :) Smile | :) Smile | :)
AnswerRe: problem with combobox in tabcontrol Pin
Dave Kreskowiak9-May-09 19:26
mveDave Kreskowiak9-May-09 19:26 
JokeRe: problem with combobox in tabcontrol Pin
Mycroft Holmes9-May-09 21:26
professionalMycroft Holmes9-May-09 21:26 
QuestionRe: problem with combobox in tabcontrol Pin
nazimghori9-May-09 21:33
nazimghori9-May-09 21:33 
AnswerRe: problem with combobox in tabcontrol [modified] Pin
Dave Kreskowiak10-May-09 6:10
mveDave Kreskowiak10-May-09 6:10 
AnswerRe: problem with combobox in tabcontrol [modified] Pin
Luc Pattyn10-May-09 0:28
sitebuilderLuc Pattyn10-May-09 0:28 
QuestionRe: problem with combobox in tabcontrol Pin
nazimghori10-May-09 1:43
nazimghori10-May-09 1:43 
AnswerRe: problem with combobox in tabcontrol Pin
Luc Pattyn10-May-09 2:05
sitebuilderLuc Pattyn10-May-09 2:05 
QuestionRe: problem with combobox in tabcontrol Pin
nazimghori10-May-09 17:38
nazimghori10-May-09 17:38 
AnswerRe: problem with combobox in tabcontrol Pin
Luc Pattyn11-May-09 1:11
sitebuilderLuc Pattyn11-May-09 1:11 
AnswerRe: problem with combobox in tabcontrol Pin
DidiKunz12-May-09 22:22
DidiKunz12-May-09 22:22 
AnswerRe: problem with combobox in tabcontrol Pin
nazimghori10-May-09 19:33
nazimghori10-May-09 19:33 
QuestionRe: problem with combobox in tabcontrol Pin
nazimghori10-May-09 19:39
nazimghori10-May-09 19:39 
AnswerRe: problem with combobox in tabcontrol Pin
Andy_L_J10-May-09 22:13
Andy_L_J10-May-09 22:13 
QuestionRe: problem with combobox in tabcontrol Pin
nazimghori10-May-09 22:21
nazimghori10-May-09 22:21 
QuestionVB help please! Pin
tommyjay9-May-09 10:57
tommyjay9-May-09 10:57 
AnswerRe: VB help please! Pin
Christian Graus9-May-09 11:05
protectorChristian Graus9-May-09 11:05 
AnswerRe: VB help please! Pin
Colin Angus Mackay9-May-09 13:22
Colin Angus Mackay9-May-09 13:22 

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.