Click here to Skip to main content
15,884,388 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending ascii extended characters via serial port Pin
Dave Kreskowiak5-Apr-08 13:46
mveDave Kreskowiak5-Apr-08 13:46 
GeneralRe: Sending ascii extended characters via serial port Pin
Luc Pattyn5-Apr-08 14:28
sitebuilderLuc Pattyn5-Apr-08 14:28 
GeneralCreate Folder Pin
Socheat.Net4-Apr-08 23:48
Socheat.Net4-Apr-08 23:48 
QuestionRe: Create Folder Pin
Rajesh Anuhya5-Apr-08 1:03
professionalRajesh Anuhya5-Apr-08 1:03 
GeneralRe: Create Folder Pin
Dave Kreskowiak5-Apr-08 13:45
mveDave Kreskowiak5-Apr-08 13:45 
QuestionMicrosoft.DirectX.Direct3DX Pin
Joy Anne4-Apr-08 21:54
Joy Anne4-Apr-08 21:54 
GeneralRe: Microsoft.DirectX.Direct3DX Pin
Dave Kreskowiak5-Apr-08 13:43
mveDave Kreskowiak5-Apr-08 13:43 
GeneralUnable to show data in datagridview Pin
hisuman1004-Apr-08 20:21
hisuman1004-Apr-08 20:21 
I am unable to show data on datagridview using the following code.
Can anybody help me please. Nothing showing in datagridview but no error message displayed.

Suman

Dim str As String
Dim mycon As New OleDb.OleDbConnection
Dim da As OleDbDataAdapter
Dim ds As New DataSet
Dim dt As New DataTable
Dim dv As New DataView
str = "Provider=Microsoft.jet.oledb.provider.4.0; Data
Source=Nwind.mdb;"
mycon.ConnectionString = str
mycon.Open()
str = "select * from customers"
da = New OleDbDataAdapter(str, mycon)
da.Fill(ds)
DGV.DataSource = ds.DefaultViewManager
GeneralRe: Unable to show data in datagridview Pin
Rupesh Kumar Swami4-Apr-08 20:53
Rupesh Kumar Swami4-Apr-08 20:53 
GeneralRe: Unable to show data in datagridview Pin
hisuman1004-Apr-08 21:30
hisuman1004-Apr-08 21:30 
GeneralRe: Unable to show data in datagridview Pin
Rupesh Kumar Swami4-Apr-08 22:17
Rupesh Kumar Swami4-Apr-08 22:17 
AnswerRe: Unable to show data in datagridview Pin
MBCDC4-Apr-08 23:00
MBCDC4-Apr-08 23:00 
GeneralPop Up Form Pin
Socheat.Net4-Apr-08 18:52
Socheat.Net4-Apr-08 18:52 
GeneralRe: Pop Up Form Pin
Rupesh Kumar Swami4-Apr-08 20:49
Rupesh Kumar Swami4-Apr-08 20:49 
AnswerRe: Pop Up Form Pin
Rajesh Anuhya4-Apr-08 23:36
professionalRajesh Anuhya4-Apr-08 23:36 
GeneralRe: Pop Up Form Pin
Dave Kreskowiak5-Apr-08 13:37
mveDave Kreskowiak5-Apr-08 13:37 
GeneralRe: Pop Up Form Pin
Mycroft Holmes5-Apr-08 17:53
professionalMycroft Holmes5-Apr-08 17:53 
QuestionHow to design dataTables or DataSets for forms on different panels Pin
AAGTHosting4-Apr-08 16:23
AAGTHosting4-Apr-08 16:23 
AnswerRe: How to design dataTables or DataSets for forms on different panels Pin
Ashish Sehajpal4-Apr-08 23:48
Ashish Sehajpal4-Apr-08 23:48 
GeneralRe: How to design dataTables or DataSets for forms on different panels Pin
Mycroft Holmes5-Apr-08 17:50
professionalMycroft Holmes5-Apr-08 17:50 
QuestionHow Can i start? Pin
hassandot4-Apr-08 9:17
hassandot4-Apr-08 9:17 
AnswerRe: How Can i start? Pin
Dave Kreskowiak4-Apr-08 9:39
mveDave Kreskowiak4-Apr-08 9:39 
GeneralRe: How Can i start? Pin
hassanasp4-Apr-08 10:45
hassanasp4-Apr-08 10:45 
GeneralRe: How Can i start? Pin
Luc Pattyn4-Apr-08 12:07
sitebuilderLuc Pattyn4-Apr-08 12:07 
GeneralSaving Data Pin
tibmark4-Apr-08 7:23
tibmark4-Apr-08 7:23 

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.