Click here to Skip to main content
16,006,768 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Datagrid Pin
Subjugate15-Nov-06 22:15
Subjugate15-Nov-06 22:15 
GeneralRe: Datagrid Pin
Johan Hakkesteegt16-Nov-06 4:15
Johan Hakkesteegt16-Nov-06 4:15 
QuestionWindows Media Player Control Pin
Kevnar15-Nov-06 18:37
Kevnar15-Nov-06 18:37 
AnswerRe: Windows Media Player Control Pin
MatrixCoder19-Nov-06 22:06
MatrixCoder19-Nov-06 22:06 
QuestionVB.NET (ActiveX web browser control) Pin
gspowar15-Nov-06 17:54
gspowar15-Nov-06 17:54 
QuestionNetwork-Database Programming How to Pin
sitt15-Nov-06 17:41
sitt15-Nov-06 17:41 
AnswerRe: Network-Database Programming How to Pin
Johan Hakkesteegt17-Nov-06 6:08
Johan Hakkesteegt17-Nov-06 6:08 
QuestionListView Pin
momooomooomomo15-Nov-06 16:02
momooomooomomo15-Nov-06 16:02 
Dim dtrReader As SqlDataReader = cmdCommand.ExecuteReader()
Try
While dtrReader.Read()
lstViewBuyers.Items.Add(dtrReader(1))
End While
Finally
dtrReader.Close()
End Try

this is how i display one field from the database to the listview... but my problem is when i come to display one row/record from the database to the listview...

How can i display the whole record in the sql database to using listview control?

pls help


nothing is impossible.....

AnswerRe: ListView Pin
Christian Graus15-Nov-06 16:55
protectorChristian Graus15-Nov-06 16:55 
AnswerRe: ListView Pin
sitt15-Nov-06 17:53
sitt15-Nov-06 17:53 
AnswerRe: ListView Pin
Johan Hakkesteegt17-Nov-06 6:26
Johan Hakkesteegt17-Nov-06 6:26 
AnswerRe: ListView Pin
Daytona_67518-Nov-06 4:16
Daytona_67518-Nov-06 4:16 
AnswerRe: how to use CSV?? [urgent] Pin
Christian Graus15-Nov-06 15:45
protectorChristian Graus15-Nov-06 15:45 
General[Message Deleted] Pin
campbells15-Nov-06 16:20
campbells15-Nov-06 16:20 
GeneralRe: how to use CSV?? [urgent] Pin
Christian Graus15-Nov-06 16:47
protectorChristian Graus15-Nov-06 16:47 
GeneralRe: how to use CSV?? [urgent] Pin
ChandraRam16-Nov-06 2:00
ChandraRam16-Nov-06 2:00 
QuestionClass Pin
momooomooomomo15-Nov-06 14:37
momooomooomomo15-Nov-06 14:37 
AnswerRe: Class Pin
Christian Graus15-Nov-06 15:10
protectorChristian Graus15-Nov-06 15:10 
GeneralRe: Class Pin
momooomooomomo15-Nov-06 16:04
momooomooomomo15-Nov-06 16:04 
GeneralRe: Class Pin
Christian Graus15-Nov-06 16:46
protectorChristian Graus15-Nov-06 16:46 
GeneralRe: Class Pin
momooomooomomo15-Nov-06 19:03
momooomooomomo15-Nov-06 19:03 
QuestionWhy so hard to write to a textbox? Pin
cstrader23215-Nov-06 12:18
cstrader23215-Nov-06 12:18 
AnswerRe: Why so hard to write to a textbox? Pin
Christian Graus15-Nov-06 13:12
protectorChristian Graus15-Nov-06 13:12 
AnswerRe: Why so hard to write to a textbox? Pin
Yona Low15-Nov-06 13:15
Yona Low15-Nov-06 13:15 
GeneralRe: Why so hard to write to a textbox? Pin
cstrader23215-Nov-06 15:27
cstrader23215-Nov-06 15:27 

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.