Click here to Skip to main content
15,911,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: somebody help me! Pin
Dave Kreskowiak20-Sep-05 11:24
mveDave Kreskowiak20-Sep-05 11:24 
QuestionCarriage Return Pin
directred19-Sep-05 3:20
directred19-Sep-05 3:20 
AnswerRe: Carriage Return Pin
KaptinKrunch19-Sep-05 3:37
KaptinKrunch19-Sep-05 3:37 
AnswerRe: Carriage Return Pin
Dave Kreskowiak19-Sep-05 5:34
mveDave Kreskowiak19-Sep-05 5:34 
QuestionApp.config File Pin
risepop19-Sep-05 1:55
risepop19-Sep-05 1:55 
AnswerRe: App.config File Pin
Dave Kreskowiak19-Sep-05 5:32
mveDave Kreskowiak19-Sep-05 5:32 
QuestionComboBox - TextBox Pin
Zealot34518-Sep-05 23:37
Zealot34518-Sep-05 23:37 
AnswerRe: ComboBox - TextBox Pin
Briga18-Sep-05 23:56
Briga18-Sep-05 23:56 
Hi,
to add items to the combobox just use the items.add method:

combobox.items.add("Item to add")

to change the textbox catch the combobox selectedindex changed (or there maybe a click event as well) and then you have to choices, you can look ad the SelectedIndex property, carrying the index of the selected item or you can look at the Text property with the text of the item. Based on that with some if statements or a select case or even using the selectedindex for accessing an array you can update your textbox.


GeneralRe: ComboBox - TextBox Pin
Zealot34519-Sep-05 22:27
Zealot34519-Sep-05 22:27 
Questionhow to export a dataset into excel files using vb.net? Pin
kcdeleon18-Sep-05 23:04
kcdeleon18-Sep-05 23:04 
AnswerRe: how to export a dataset into excel files using vb.net? Pin
seee sharp19-Sep-05 0:11
seee sharp19-Sep-05 0:11 
GeneralRe: how to export a dataset into excel files using vb.net? Pin
kcdeleon19-Sep-05 13:58
kcdeleon19-Sep-05 13:58 
QuestionExcel controlled by VB application runs too slow Pin
TheKriminal18-Sep-05 22:11
TheKriminal18-Sep-05 22:11 
AnswerRe: Excel controlled by VB application runs too slow Pin
quacks_a_lot20-Sep-05 14:41
quacks_a_lot20-Sep-05 14:41 
GeneralRe: Excel controlled by VB application runs too slow Pin
TheKriminal21-Sep-05 21:48
TheKriminal21-Sep-05 21:48 
QuestionTrack Files Copying Out Of PC Pin
tslu18-Sep-05 21:56
tslu18-Sep-05 21:56 
AnswerRe: Track Files Copying Out Of PC Pin
Dave Kreskowiak19-Sep-05 1:18
mveDave Kreskowiak19-Sep-05 1:18 
QuestionMSCOMM32.OCX push cpu 100% when start accessing com port Pin
sanong18-Sep-05 21:47
sanong18-Sep-05 21:47 
AnswerRe: MSCOMM32.OCX push cpu 100% when start accessing com port Pin
sanong19-Sep-05 6:08
sanong19-Sep-05 6:08 
AnswerRe: MSCOMM32.OCX push cpu 100% when start accessing com port Pin
rwestgraham19-Sep-05 9:16
rwestgraham19-Sep-05 9:16 
Questionpc to phone connection Pin
Talei18-Sep-05 21:34
Talei18-Sep-05 21:34 
AnswerRe: pc to phone connection Pin
Briga18-Sep-05 23:59
Briga18-Sep-05 23:59 
AnswerRe: pc to phone connection Pin
seee sharp19-Sep-05 0:15
seee sharp19-Sep-05 0:15 
QuestionHow to include graphics in Menus and Changing their color Pin
shoaibnawaz18-Sep-05 20:37
shoaibnawaz18-Sep-05 20:37 
AnswerRe: How to include graphics in Menus and Changing their color Pin
Gopi.V18-Sep-05 22:52
Gopi.V18-Sep-05 22:52 

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.