Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~190 People Reached
Favorite Forums
Member Avatar for carlteegh

I'm new to vb.net I wan to to make a retrieval of image into picturebox. This is my code: *All declaration has been initialize* Cmd= New sqlcommand ("select * from tblretrieveimages", con) dt= New DataTable sda = New sqlDataAdaptar(cmd) sda.fill(dt) Texbox1id = dt.rows(0)(0).tostring Texbox1name = dt.rows(0)(1).tostring Texbox1des = dt.rows(0)(2).tostring Dim …

Member Avatar for rproffitt
0
190