Forum: VB.NET Sep 14th, 2007 |
| Replies: 5 Views: 4,461 Hello RinoStoof...
I have seen your problem and try your excel file...
Try this if you like, this time use CSV format, not the Excel file.
this is the code:
Imports System.IO
Public... |
Forum: VB.NET Sep 13th, 2007 |
| Replies: 2 Views: 1,310 Hello scrypt3r...
i don't know witch program directory u want to know, the other program or your program?
if your program, try this code:
... |
Forum: VB.NET Sep 13th, 2007 |
| Replies: 2 Views: 1,965 Hello apchidara...
if u could put the QUERY CODES dat u use in ur program maybe i could determine what problem u have. |
Forum: VB.NET Sep 12th, 2007 |
| Replies: 3 Views: 709 Hello jbennet...
There r a lot of programming language tools on the market today. but for me i use VB2005, why not try it to ur self since u already have background on vb6,
try this site:... |
Forum: VB.NET Sep 12th, 2007 |
| Replies: 2 Views: 1,064 Hello preetham.saroja
i hope ds would help.
i did not use DataGrid instead i used DataGridView.
This is the code...
Private Sub btnFillGrid_Click(ByVal sender As System.Object, ByVal... |
Forum: VB.NET Sep 9th, 2007 |
| Replies: 5 Views: 4,461 Sorry I forgot the syntax....
This is how you call the class...
Dim MyGridView As New ImportExcelConnection.ExcelConnection
MyGridView.Import_Excel_Data(Txt_Path.Text,... |
Forum: VB.NET Sep 9th, 2007 |
| Replies: 5 Views: 4,461 Helloo There... Try this Code when opening Excel..
Public Class ExcelConnection
'Import Excel Data
Public Function Import_Excel_File(ByVal PrmPathExcelFile As String, ByVal... |