Click here to Skip to main content
15,889,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DATETIMEPICKER IN VB.NET Pin
ilprincipe23-Jul-08 1:19
ilprincipe23-Jul-08 1:19 
GeneralRe: DATETIMEPICKER IN VB.NET Pin
zahedonline23-Jul-08 1:54
zahedonline23-Jul-08 1:54 
AnswerRe: DATETIMEPICKER IN VB.NET Pin
brjames3223-Jul-08 1:33
brjames3223-Jul-08 1:33 
QuestionHow to detect if a removable storage device is write protected?? Please help... Pin
vbDigger'z22-Jul-08 21:44
vbDigger'z22-Jul-08 21:44 
AnswerRe: How to detect if a removable storage device is write protected?? Please help... Pin
Paul Conrad27-Jul-08 11:03
professionalPaul Conrad27-Jul-08 11:03 
QuestionSaving DataGidView data to Excel Pin
brjames3222-Jul-08 21:25
brjames3222-Jul-08 21:25 
AnswerRe: Saving DataGidView data to Excel Pin
brjames3223-Jul-08 6:27
brjames3223-Jul-08 6:27 
Questionhow to get combobox selected value in integer Pin
Kissy1622-Jul-08 21:24
Kissy1622-Jul-08 21:24 
I am filling combo box as per below code,and i want to insert the respectibe selected item's code from the database into other table.
how to get selected value?

My code for filling combo box is..

dbconn = New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=C:\guest\dmb.mdb")
dbconn.Open()
sql = "Select distinct DESIGNATION from DESIG"
dbcomm = New OleDb.OleDbCommand(sql, dbconn)
dbread = dbcomm.Executereader()
cmbdesig.Items.Clear()
While dbread.Read
cmbdesig.Items.Add(dbread("DESIGNATION"))
End While
dbread.close()
dbconn.Close()

Designation table have both desig_code and designation.
I want to get the selected value (desig_code).Which property should i set to get it??
Answer please

kissy

AnswerRe: how to get combobox selected value in integer Pin
brjames3222-Jul-08 21:31
brjames3222-Jul-08 21:31 
GeneralRe: how to get combobox selected value in integer Pin
Kissy1622-Jul-08 22:00
Kissy1622-Jul-08 22:00 
GeneralRe: how to get combobox selected value in integer Pin
brjames3222-Jul-08 22:16
brjames3222-Jul-08 22:16 
GeneralRe: how to get combobox selected value in integer Pin
Kissy1622-Jul-08 22:43
Kissy1622-Jul-08 22:43 
AnswerRe: how to get combobox selected value in integer Pin
Tom Deketelaere23-Jul-08 1:15
professionalTom Deketelaere23-Jul-08 1:15 
GeneralRe: how to get combobox selected value in integer Pin
zahedonline23-Jul-08 1:58
zahedonline23-Jul-08 1:58 
QuestionMDI form in vb.net 2.0 Pin
vijaylumar22-Jul-08 19:19
vijaylumar22-Jul-08 19:19 
AnswerRe: MDI form in vb.net 2.0 Pin
C1AllenS22-Jul-08 20:58
C1AllenS22-Jul-08 20:58 
GeneralRe: MDI form in vb.net 2.0 Pin
zahedonline23-Jul-08 2:00
zahedonline23-Jul-08 2:00 
Questionhow to convert XML file in to MS Word document Pin
koolprasad200322-Jul-08 18:43
professionalkoolprasad200322-Jul-08 18:43 
AnswerRe: how to convert XML file in to MS Word document Pin
Ray Cassick22-Jul-08 19:38
Ray Cassick22-Jul-08 19:38 
Questionproblem receive hex data to ascii character Pin
shee_dee8622-Jul-08 17:00
shee_dee8622-Jul-08 17:00 
Questionhow can i detect or catch the event when mouse click/open any folder in windows explorer?? Pin
vbDigger'z22-Jul-08 15:10
vbDigger'z22-Jul-08 15:10 
Questioncam device control, cam picture control Pin
stephenstefl22-Jul-08 10:21
stephenstefl22-Jul-08 10:21 
QuestionConvert Vector File to image Pin
Cory Kimble22-Jul-08 5:02
Cory Kimble22-Jul-08 5:02 
AnswerRe: Convert Vector File to image Pin
Luc Pattyn22-Jul-08 5:29
sitebuilderLuc Pattyn22-Jul-08 5:29 
GeneralRe: Convert Vector File to image Pin
Cory Kimble22-Jul-08 6:21
Cory Kimble22-Jul-08 6:21 

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.