Click here to Skip to main content
15,916,842 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvertical tab control Pin
tatapower26-Sep-06 4:02
tatapower26-Sep-06 4:02 
QuestionNEVER_Minimizable form Pin
K edar V26-Sep-06 3:34
K edar V26-Sep-06 3:34 
AnswerRe: NEVER_Minimizable form Pin
Dave Sexton26-Sep-06 5:02
Dave Sexton26-Sep-06 5:02 
GeneralRe: NEVER_Minimizable form Pin
K edar V26-Sep-06 19:58
K edar V26-Sep-06 19:58 
Questiondatagrid columnheader alignment Pin
Smithers-Jones26-Sep-06 3:16
Smithers-Jones26-Sep-06 3:16 
AnswerRe: datagrid columnheader alignment Pin
Dave Sexton26-Sep-06 5:04
Dave Sexton26-Sep-06 5:04 
GeneralRe: datagrid columnheader alignment Pin
Smithers-Jones27-Sep-06 3:28
Smithers-Jones27-Sep-06 3:28 
QuestionCannot show multiple values for combobox DisplayMember? Pin
Rashar26-Sep-06 3:15
Rashar26-Sep-06 3:15 
Hello,

I'm trying to populate my ID and Dealername in my combobox, but when I try the below scripts, I'm only seeing the ID at runtime... How can I show both the ID and DealerName in my combobox?

      <br />
Me.cboSelectDealer.DataSource = ReportDS.Tables("tblCall_Reports")<br />
Me.cboSelectDealer.DisplayMember = "UID" & "-" & " DealerName"<br />
Me.cboSelectDealer.ValueMember = "UID"<br />

      <br />
Me.cboSelectDealer.DataSource = ReportDS.Tables("tblCall_Reports")<br />
Me.cboSelectDealer.DisplayMember = "UID" + "-" + " DealerName"<br />
Me.cboSelectDealer.ValueMember = "UID"<br />


Thanks in advance.
AnswerRe: Cannot show multiple values for combobox DisplayMember? Pin
Coding1234566-Apr-09 18:18
Coding1234566-Apr-09 18:18 
QuestionReload main form? Pin
cstrader23226-Sep-06 2:07
cstrader23226-Sep-06 2:07 
AnswerRe: Reload main form? Pin
Christian Graus26-Sep-06 12:33
protectorChristian Graus26-Sep-06 12:33 
QuestionSend emails from windows form Pin
Nikhil Bandekar26-Sep-06 2:03
Nikhil Bandekar26-Sep-06 2:03 
AnswerRe: Send emails from windows form Pin
Christian Graus26-Sep-06 12:34
protectorChristian Graus26-Sep-06 12:34 
QuestionStoring Mails recieved in ms outlook into sql database Pin
gauravjee26-Sep-06 0:39
gauravjee26-Sep-06 0:39 
Questionurgent Pin
viji]26-Sep-06 0:39
viji]26-Sep-06 0:39 
AnswerRe: urgent Pin
Exelioindia26-Sep-06 3:30
Exelioindia26-Sep-06 3:30 
GeneralRe: urgent Pin
viji]30-Sep-06 23:48
viji]30-Sep-06 23:48 
GeneralRe: urgent Pin
Exelioindia2-Oct-06 19:36
Exelioindia2-Oct-06 19:36 
QuestionDisplaying Records in Date arnge Pin
Psyfo26-Sep-06 0:05
Psyfo26-Sep-06 0:05 
QuestionCrystal Report Logon Problem Pin
Hasan Jaffal25-Sep-06 23:42
Hasan Jaffal25-Sep-06 23:42 
QuestionSelect statement Pin
minniemooo25-Sep-06 21:02
minniemooo25-Sep-06 21:02 
AnswerRe: Select statement Pin
Stephan Pilz25-Sep-06 21:23
Stephan Pilz25-Sep-06 21:23 
AnswerRe: Select statement Pin
S Douglas25-Sep-06 22:16
professionalS Douglas25-Sep-06 22:16 
AnswerRe: Select statement Pin
Colin Angus Mackay25-Sep-06 22:52
Colin Angus Mackay25-Sep-06 22:52 
QuestionAnnotation tool using vb.net Pin
zarine8525-Sep-06 20:33
zarine8525-Sep-06 20:33 

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.