Click here to Skip to main content
16,016,332 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Active Reports in vb.net Pin
Dave Kreskowiak7-May-05 4:58
mveDave Kreskowiak7-May-05 4:58 
Questionanother thing, how can I display pictures from a Database to a Picturebox?? Pin
cyberkaly6-May-05 5:16
cyberkaly6-May-05 5:16 
AnswerRe: another thing, how can I display pictures from a Database to a Picturebox?? Pin
Madni Abbasi6-May-05 21:11
Madni Abbasi6-May-05 21:11 
GeneralRe: another thing, how can I display pictures from a Database to a Picturebox?? Pin
cyberkaly9-May-05 4:32
cyberkaly9-May-05 4:32 
GeneralRe: another thing, how can I display pictures from a Database to a Picturebox?? Pin
Madni Abbasi9-May-05 7:05
Madni Abbasi9-May-05 7:05 
GeneralRe: another thing, how can I display pictures from a Database to a Picturebox?? Pin
Anonymous10-May-05 0:22
Anonymous10-May-05 0:22 
GeneralRe: another thing, how can I display pictures from a Database to a Picturebox?? Pin
Madni Abbasi10-May-05 19:33
Madni Abbasi10-May-05 19:33 
QuestionHow can I list the data from a database into a Listbox?? Pin
cyberkaly6-May-05 5:12
cyberkaly6-May-05 5:12 
Hi ive programmed this: but it doesnt work, there are no errors showing just it doesnt wants to show the list from the Database in the Listbox...

Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DBPicturename.SelectedIndexChanged
myConnection.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = U:\VB_assign.mdb"

myConnection.Open()

myDataAdapter = New OleDb.OleDbDataAdapter("Select * From Pictures", myConnection)

mycommandbuilder = New OleDb.OleDbCommandBuilder(myDataAdapter)

myDataAdapter.Fill(myTable)
End Sub

regards kaly
AnswerRe: How can I list the data from a database into a Listbox?? Pin
Anonymous6-May-05 10:00
Anonymous6-May-05 10:00 
GeneralRe: How can I list the data from a database into a Listbox?? Pin
cyberkaly6-May-05 10:36
cyberkaly6-May-05 10:36 
GeneralRe: How can I list the data from a database into a Listbox?? Pin
cyberkaly9-May-05 4:31
cyberkaly9-May-05 4:31 
QuestionHow do i create a while loading message box? Pin
Joey Picerno6-May-05 4:18
Joey Picerno6-May-05 4:18 
AnswerRe: How do i create a while loading message box? Pin
Colin Angus Mackay6-May-05 4:29
Colin Angus Mackay6-May-05 4:29 
GeneralRe: How do i create a while loading message box? Pin
Joey Picerno6-May-05 4:48
Joey Picerno6-May-05 4:48 
GeneralRe: How do i create a while loading message box? Pin
Dave Kreskowiak6-May-05 5:31
mveDave Kreskowiak6-May-05 5:31 
GeneralQuestions with building value finder for an Oracle database Pin
JoeContreras6-May-05 2:37
JoeContreras6-May-05 2:37 
GeneralRe: Questions with building value finder for an Oracle database Pin
Ken Haley7-May-05 4:01
Ken Haley7-May-05 4:01 
GeneralRe: Questions with building value finder for an Oracle database Pin
JoeContreras7-May-05 15:57
JoeContreras7-May-05 15:57 
Generalbackground image in treeview/listview Pin
Rizwan Bashir6-May-05 1:27
Rizwan Bashir6-May-05 1:27 
GeneralRe: background image in treeview/listview Pin
Dave Kreskowiak6-May-05 5:27
mveDave Kreskowiak6-May-05 5:27 
GeneralSend Mail in VB.NET Pin
Mahesh16796-May-05 0:51
Mahesh16796-May-05 0:51 
GeneralRe: Send Mail in VB.NET Pin
Dave Kreskowiak6-May-05 5:03
mveDave Kreskowiak6-May-05 5:03 
GeneralRe: Send Mail in VB.NET Pin
Mahesh16798-May-05 16:55
Mahesh16798-May-05 16:55 
GeneralCustomising Flat ListBox Pin
Jason Stamp5-May-05 22:57
Jason Stamp5-May-05 22:57 
GeneralRe: Customising Flat ListBox Pin
Rizwan Bashir6-May-05 21:25
Rizwan Bashir6-May-05 21:25 

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.