Click here to Skip to main content
15,914,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 3:56
mveDave Kreskowiak1-Jun-07 3:56 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon1-Jun-07 4:53
Billypon1-Jun-07 4:53 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 6:16
mveDave Kreskowiak1-Jun-07 6:16 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 6:52
mveDave Kreskowiak1-Jun-07 6:52 
AnswerRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
ips_sun8-Jun-07 1:01
ips_sun8-Jun-07 1:01 
GeneralRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon8-Jun-07 21:29
Billypon8-Jun-07 21:29 
QuestionCombobox Pin
eagertolearn1-Jun-07 0:03
eagertolearn1-Jun-07 0:03 
AnswerRe: Combobox Pin
Rupesh Kumar Swami1-Jun-07 0:20
Rupesh Kumar Swami1-Jun-07 0:20 
hi,
use following code

private sub fillCombo()
sql = "select name from table"
mydataadaptor = New OleDb.OleDbDataAdapter(sql, con)'where con is connection object
mydataset = New DataSet
mydataadaptor.Fill(mydataset)
combo1.datasource=mydataset.table(0)
combo1..DisplayMember = "name"
end sub

one more thing after each insertion or deletion use following statement

combo1.datasource=nothing
call fillCombo


hope this helps


Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

GeneralRe: Combobox Pin
MartyK20071-Jun-07 2:34
MartyK20071-Jun-07 2:34 
GeneralRe: Combobox Pin
Dave Kreskowiak1-Jun-07 3:45
mveDave Kreskowiak1-Jun-07 3:45 
GeneralRe: Combobox Pin
MartyK20071-Jun-07 3:51
MartyK20071-Jun-07 3:51 
GeneralRe: Combobox Pin
eagertolearn3-Jun-07 17:29
eagertolearn3-Jun-07 17:29 
GeneralRe: Combobox Pin
Rupesh Kumar Swami3-Jun-07 23:46
Rupesh Kumar Swami3-Jun-07 23:46 
GeneralRe: Combobox Pin
eagertolearn4-Jun-07 16:07
eagertolearn4-Jun-07 16:07 
QuestionNOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
MissionSuccess1-Jun-07 0:03
MissionSuccess1-Jun-07 0:03 
AnswerRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
Christian Graus1-Jun-07 0:20
protectorChristian Graus1-Jun-07 0:20 
GeneralRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
MissionSuccess1-Jun-07 2:07
MissionSuccess1-Jun-07 2:07 
GeneralRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
Dave Kreskowiak1-Jun-07 3:44
mveDave Kreskowiak1-Jun-07 3:44 
Questionworking with Strings Pin
Raheem MA31-May-07 22:56
Raheem MA31-May-07 22:56 
AnswerRe: working with Strings Pin
JF201531-May-07 23:16
JF201531-May-07 23:16 
GeneralRe: working with Strings Pin
Raheem MA31-May-07 23:31
Raheem MA31-May-07 23:31 
AnswerRe: working with Strings Pin
Christian Graus1-Jun-07 0:24
protectorChristian Graus1-Jun-07 0:24 
QuestionReport Pin
vengaqua31-May-07 19:34
vengaqua31-May-07 19:34 
AnswerRe: Report Pin
Sonia Gupta31-May-07 19:49
Sonia Gupta31-May-07 19:49 
QuestionIs VB.net platform independent or not? Pin
mnarayana331-May-07 19:33
mnarayana331-May-07 19: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.