Click here to Skip to main content
15,898,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb6 - how could i get address as i open a folder Pin
meissey3-Feb-09 22:15
meissey3-Feb-09 22:15 
AnswerRe: vb6 - how could i get address as i open a folder Pin
Rupesh Kumar Swami4-Feb-09 0:01
Rupesh Kumar Swami4-Feb-09 0:01 
QuestionHow can I change the script of the font for a form if it is not changing? Pin
JUNEYT3-Feb-09 21:42
JUNEYT3-Feb-09 21:42 
AnswerRe: How can I change the script of the font for a form if it is not changing? Pin
StuBaum4-Feb-09 17:08
StuBaum4-Feb-09 17:08 
QuestionThe Specified module could not found.( Exception from HRESULT Pin
tsanthosh3-Feb-09 21:18
tsanthosh3-Feb-09 21:18 
QuestionBind a Combobox in VB 2008 Pin
Jaco Muller3-Feb-09 20:09
Jaco Muller3-Feb-09 20:09 
AnswerRe: Bind a Combobox in VB 2008 Pin
Jay Royall4-Feb-09 5:56
Jay Royall4-Feb-09 5:56 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jaco Muller4-Feb-09 11:20
Jaco Muller4-Feb-09 11:20 
Thank you for your time. Yes, I have tried but it did not work. The syntax might be wrong. From VB6 I know that there are 5 properties to set:
1. You need to specify the table for the displayed value. (Table: Students)
2. You need to specify the field of the displayed value. (Field: FirstName)
3. You need to specify the field to transfer. (Field: StudentID)
4. You need to specify the table to be updated. (Table: Testscores)
5. You need to specify the field to be updated with the ComboBox. (Field: StudentID)
So maybe my downfall is thinking in VB6.
Back to your recommendation:
ComboBox.DisplayMember = FieldToDisplay What will this be in my case, based on the code
ComboBox.ValueMember = ValueField What will this be in my case, based on the code
ComboBox.DataSource = DataTable What will this be in my case, based on the code
Thank again for your time
GeneralRe: Bind a Combobox in VB 2008 Pin
Jay Royall4-Feb-09 22:37
Jay Royall4-Feb-09 22:37 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jaco Muller4-Feb-09 23:04
Jaco Muller4-Feb-09 23:04 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jay Royall4-Feb-09 23:33
Jay Royall4-Feb-09 23:33 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jaco Muller5-Feb-09 11:47
Jaco Muller5-Feb-09 11:47 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jay Royall5-Feb-09 23:57
Jay Royall5-Feb-09 23:57 
GeneralRe: Bind a Combobox in VB 2008 Pin
Jaco Muller6-Feb-09 0:09
Jaco Muller6-Feb-09 0:09 
QuestionInvoking .Net DLL [modified] Pin
subramanyeswari3-Feb-09 18:55
subramanyeswari3-Feb-09 18:55 
AnswerRe: Invoking .Net DLL Pin
Christian Graus3-Feb-09 19:24
protectorChristian Graus3-Feb-09 19:24 
GeneralRe: Invoking .Net DLL Pin
subramanyeswari3-Feb-09 20:32
subramanyeswari3-Feb-09 20:32 
GeneralRe: Invoking .Net DLL Pin
Dave Kreskowiak4-Feb-09 2:24
mveDave Kreskowiak4-Feb-09 2:24 
QuestionTrap "Enter" key press Pin
moonshaddow3-Feb-09 16:38
moonshaddow3-Feb-09 16:38 
GeneralRe: Trap "Enter" key press Pin
Luc Pattyn3-Feb-09 17:35
sitebuilderLuc Pattyn3-Feb-09 17:35 
AnswerRe: Trap "Enter" key press Pin
EliottA3-Feb-09 18:08
EliottA3-Feb-09 18:08 
AnswerRe: Trap "Enter" key press Pin
Dave Kreskowiak3-Feb-09 18:16
mveDave Kreskowiak3-Feb-09 18:16 
AnswerRe: Trap "Enter" key press Pin
StuBaum4-Feb-09 17:17
StuBaum4-Feb-09 17:17 
AnswerRe: Trap "Enter" key press Pin
Bharat Jain4-Feb-09 19:25
Bharat Jain4-Feb-09 19:25 
GeneralRe: Trap "Enter" key press Pin
moonshaddow4-Feb-09 19:44
moonshaddow4-Feb-09 19:44 

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.