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
Ranked #27.9K
~2K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for scrypt3r

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: MessageBox.Show(My.Computer.FileSystem.CurrentDirectory)

Member Avatar for mazel
0
72
Member Avatar for thatsmystapler

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: [url]http://www.itebookhome.com/[/url] dr's a lot of books there on VB2005

Member Avatar for thatsmystapler
0
82
Member Avatar for RinoStoof

Helloo There... Try this Code when opening Excel.. Public Class ExcelConnection 'Import Excel Data Public Function Import_Excel_File(ByVal PrmPathExcelFile As String, ByVal uDataGridView As DataGridView) Dim MyConnection As System.Data.OleDb.OleDbConnection Dim MyCommand As System.Data.OleDb.OleDbDataAdapter MyConnection = New System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0; " & _ "data source='" & PrmPathExcelFile & " '; " & "Extended Properties=Excel …

Member Avatar for YHUBZ
0
1K
Member Avatar for apchidara

Hello apchidara... if u could put the QUERY CODES dat u use in ur program maybe i could determine what problem u have.

Member Avatar for YHUBZ
0
101
Member Avatar for preetham.saroja

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 e As System.EventArgs) Handles btnFillGrid.Click Dim gRow As Integer 'Clear Content of DataGridView DataGridView1.Rows.Clear() For gRow = 0 To 9 'Add 10 Records …

Member Avatar for YHUBZ
0
197

The End.