Click here to Skip to main content
16,010,553 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNeed To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197316-May-09 23:58
Paramu197316-May-09 23:58 
AnswerRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 3:44
mveDave Kreskowiak17-May-09 3:44 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197317-May-09 4:41
Paramu197317-May-09 4:41 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 6:18
mveDave Kreskowiak17-May-09 6:18 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 17:22
mveDave Kreskowiak17-May-09 17:22 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197317-May-09 19:07
Paramu197317-May-09 19:07 
Questionimport excel/csv file to axspreadsheet/DataGridview Pin
coolqer16-May-09 20:20
coolqer16-May-09 20:20 
AnswerRe: import excel/csv file to axspreadsheet/DataGridview Pin
Dave Kreskowiak17-May-09 3:43
mveDave Kreskowiak17-May-09 3:43 
If you "only know a little VB", you're going to find this project impossible. Some of your questions require that you know how to do database operations in VB.NET, along with a decent knowledge of the .NET Framework.

1. Google: "VB.NET import csv file"[^]

2. See #1. You're reading a CSV file line by line, parsing it, then putting the data into a database INSERT query and executing it. Google for "vb.net insert data to Access database[^]".

3. You're not comparing to DataGridViews. DataGridViews would be bound to DataTable objects and showing the data in those objects. You either compare the two DataTable objects, row by row, field by field (this will take a while!), or you have the database do it for you somehow. Exacty how you do this depends on the data and the comparison you want, and what the result your looking for should be.

4. You'll need to look into the DataTable and DataView classes. There is a Filter property that will let you do this.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
coolqer17-May-09 4:12
coolqer17-May-09 4:12 
GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
Dave Kreskowiak17-May-09 6:16
mveDave Kreskowiak17-May-09 6:16 
GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
Mycroft Holmes17-May-09 21:51
professionalMycroft Holmes17-May-09 21:51 
GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
coolqer18-May-09 1:20
coolqer18-May-09 1:20 
QuestionSend HTTP POST Pin
tkogx16-May-09 13:28
tkogx16-May-09 13:28 
AnswerRe: Send HTTP POST Pin
Dave Kreskowiak17-May-09 3:35
mveDave Kreskowiak17-May-09 3:35 
QuestionGlass Border on Borderless Window Pin
o m n i16-May-09 4:01
o m n i16-May-09 4:01 
AnswerRe: Glass Border on Borderless Window Pin
Dave Kreskowiak17-May-09 3:33
mveDave Kreskowiak17-May-09 3:33 
QuestionUsing a Vendors .Cer and .Key file and encrypt it with RSA - VB.net Pin
GSParker15-May-09 9:18
GSParker15-May-09 9:18 
AnswerRe: Using a Vendors .Cer and .Key file and encrypt it with RSA - VB.net Pin
leon991917-Aug-09 6:36
leon991917-Aug-09 6:36 
GeneralRe: Using a Vendors .Cer and .Key file and encrypt it with RSA - VB.net Pin
GSParker7-Aug-09 6:44
GSParker7-Aug-09 6:44 
QuestionProblem with between function with date timepicker Pin
nazimghori15-May-09 8:10
nazimghori15-May-09 8:10 
AnswerRe: Problem with between function with date timepicker Pin
tonym00115-May-09 9:10
tonym00115-May-09 9:10 
AnswerRe: Problem with between function with date timepicker Pin
Dave Kreskowiak15-May-09 9:19
mveDave Kreskowiak15-May-09 9:19 
Questionguard security program Pin
WebMaster15-May-09 6:51
WebMaster15-May-09 6:51 
AnswerRe: guard security program Pin
EliottA15-May-09 7:06
EliottA15-May-09 7:06 
AnswerRe: guard security program Pin
Dalek Dave15-May-09 7:44
professionalDalek Dave15-May-09 7:44 

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.