Click here to Skip to main content
15,887,676 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Safe Mode & My Application Pin
Dave Kreskowiak15-Feb-07 4:26
mveDave Kreskowiak15-Feb-07 4:26 
GeneralRe: Safe Mode & My Application Pin
FeRtoll15-Feb-07 20:23
FeRtoll15-Feb-07 20:23 
QuestionHow to add new item to combo box? Pin
cheeken2u8-Feb-07 20:20
cheeken2u8-Feb-07 20:20 
AnswerRe: How to add new item to combo box? Pin
Johan Hakkesteegt8-Feb-07 21:49
Johan Hakkesteegt8-Feb-07 21:49 
GeneralRe: How to add new item to combo box? Pin
cheeken2u8-Feb-07 22:04
cheeken2u8-Feb-07 22:04 
GeneralRe: How to add new item to combo box? [modified] Pin
Johan Hakkesteegt8-Feb-07 22:14
Johan Hakkesteegt8-Feb-07 22:14 
GeneralRe: How to add new item to combo box? Pin
alicris9-Feb-07 8:30
alicris9-Feb-07 8:30 
GeneralRe: How to add new item to combo box? Pin
Johan Hakkesteegt11-Feb-07 19:48
Johan Hakkesteegt11-Feb-07 19:48 
It depends on two things:

1. do you use databinding between the table and combobox?
If you do, then yes, you would need to insert the entry into the table and refresh the databinding.
If you fill the combobox with your own code though, and just use the table as a source, you could insert the entry straight into the combobox.

2. do you need the entry for your combobox to be saved into the table, or does the table only contain the basic entries, and are new entries just temporary in nature?
If you need the new entries to be saved, use databinding, and write the entry into the table, rather than to the combobox.
If they are only temporary, write them straight to the combobox, and do not use databinding.

Is that what you meant?

Johan

My advice is free, and you may get what you paid for.

QuestionHP iPAQ h5500 fingerprint reader Pin
crazyteh8-Feb-07 19:40
crazyteh8-Feb-07 19:40 
AnswerRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak9-Feb-07 5:30
mveDave Kreskowiak9-Feb-07 5:30 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
crazyteh11-Feb-07 17:02
crazyteh11-Feb-07 17:02 
GeneralRe: HP iPAQ h5500 fingerprint reader Pin
Dave Kreskowiak12-Feb-07 2:21
mveDave Kreskowiak12-Feb-07 2:21 
QuestionHelp Required Its Urgent Pin
amjad ali shah8-Feb-07 19:30
amjad ali shah8-Feb-07 19:30 
GeneralRe: Useless subject Pin
Guffa8-Feb-07 22:49
Guffa8-Feb-07 22:49 
GeneralRe: Useless subject Pin
amjad ali shah9-Feb-07 0:47
amjad ali shah9-Feb-07 0:47 
QuestionOpen Excel File Stored in Access Database Pin
Shaurya_Rastogi8-Feb-07 17:26
Shaurya_Rastogi8-Feb-07 17:26 
Questionhow to convert csv to vb.net data table Pin
balamurugan828-Feb-07 17:23
balamurugan828-Feb-07 17:23 
AnswerRe: how to convert csv to vb.net data table Pin
PIEBALDconsult8-Feb-07 17:33
mvePIEBALDconsult8-Feb-07 17:33 
QuestionHow do I select time only from a DATETIME column? Pin
Praveen 1238-Feb-07 17:14
Praveen 1238-Feb-07 17:14 
AnswerRe: How do I select time only from a DATETIME column? Pin
M-Hall8-Feb-07 17:45
M-Hall8-Feb-07 17:45 
GeneralRe: How do I select time only from a DATETIME column? Pin
Johan Hakkesteegt8-Feb-07 20:48
Johan Hakkesteegt8-Feb-07 20:48 
Questionmultiple forms in a web page Pin
uglyeyes8-Feb-07 16:09
uglyeyes8-Feb-07 16:09 
AnswerRe: multiple forms in a web page Pin
econner8-Feb-07 16:22
econner8-Feb-07 16:22 
AnswerRe: multiple forms in a web page Pin
gauthee8-Feb-07 17:59
gauthee8-Feb-07 17:59 
AnswerRe: multiple forms in a web page Pin
amjad ali shah9-Feb-07 2:47
amjad ali shah9-Feb-07 2:47 

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.