Click here to Skip to main content
16,010,553 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing a data file Pin
Mark064-Sep-05 12:13
Mark064-Sep-05 12:13 
GeneralRe: Accessing a data file Pin
Christian Graus4-Sep-05 12:16
protectorChristian Graus4-Sep-05 12:16 
GeneralRe: Accessing a data file Pin
Mark064-Sep-05 12:44
Mark064-Sep-05 12:44 
GeneralRe: Accessing a data file Pin
Christian Graus4-Sep-05 12:46
protectorChristian Graus4-Sep-05 12:46 
Questiondatagrid update Pin
microuser_20004-Sep-05 11:07
microuser_20004-Sep-05 11:07 
AnswerRe: datagrid update Pin
Christian Graus4-Sep-05 12:03
protectorChristian Graus4-Sep-05 12:03 
GeneralRe: datagrid update Pin
Anonymous4-Sep-05 19:54
Anonymous4-Sep-05 19:54 
Questioncombo boxes and additem command help me!! urgent!! Pin
Anonymous4-Sep-05 9:21
Anonymous4-Sep-05 9:21 
Hi.

I have several combo boxes on my form that are used to select a date.
When i initialize the form i am using the additem command for each combobox, even though i am adding the same thing over and over again( days 1- 31, months 1-12, year 2001-2007.

i have three seperate comboboxes to select the day , month and year.
now,, i am currently using additem for each day,month,year (50 additems) for each combobox (3) for a total of 150 lines of code. can i not use additem and apply it to all three comboboxes at once(group them somehow). this doesn't work but it may give you an idea of what i am trying to accomplish

with combobox1_days and combobox2_days and combobox3_days
.additem 1
.additem 2
.
.
.additem 31
end with

your help would be appreciated
thanks

vb addict.


AnswerRe: combo boxes and additem command help me!! urgent!! Pin
Christian Graus4-Sep-05 10:57
protectorChristian Graus4-Sep-05 10:57 
AnswerRe: combo boxes and additem command help me!! urgent!! Pin
quacks_a_lot4-Sep-05 10:59
quacks_a_lot4-Sep-05 10:59 
GeneralRe: combo boxes and additem command help me!! urgent!! Pin
Anonymous4-Sep-05 17:33
Anonymous4-Sep-05 17:33 
Questiondatagrid titel change Pin
microuser_20004-Sep-05 7:47
microuser_20004-Sep-05 7:47 
Questioncontrol richtextbox Pin
ecentinela4-Sep-05 4:10
ecentinela4-Sep-05 4:10 
AnswerRe: control richtextbox Pin
progload4-Sep-05 10:54
progload4-Sep-05 10:54 
Question.NET Application books Pin
hcmuns4-Sep-05 1:56
susshcmuns4-Sep-05 1:56 
AnswerRe: .NET Application books Pin
Christian Graus4-Sep-05 10:58
protectorChristian Graus4-Sep-05 10:58 
QuestionTypeDescriptor Pin
militiaware3-Sep-05 15:23
militiaware3-Sep-05 15:23 
AnswerRe: TypeDescriptor Pin
Dave Kreskowiak4-Sep-05 6:33
mveDave Kreskowiak4-Sep-05 6:33 
Questionsql error message Pin
microuser_20003-Sep-05 10:22
microuser_20003-Sep-05 10:22 
AnswerRe: sql error message Pin
CooperWu3-Sep-05 21:47
CooperWu3-Sep-05 21:47 
AnswerRe: sql error message Pin
CooperWu3-Sep-05 21:49
CooperWu3-Sep-05 21:49 
AnswerRe: sql error message Pin
microuser_20003-Sep-05 22:46
microuser_20003-Sep-05 22:46 
GeneralRe: sql error message Pin
Christian Graus4-Sep-05 10:58
protectorChristian Graus4-Sep-05 10:58 
GeneralRe: sql error message Pin
Dave Kreskowiak5-Sep-05 3:02
mveDave Kreskowiak5-Sep-05 3:02 
Questionwe need help for this project Pin
kenvil3-Sep-05 7:00
kenvil3-Sep-05 7:00 

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.