No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: 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) | |
Re: 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 | |
Re: 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 … | |
Re: Hello apchidara... if u could put the QUERY CODES dat u use in ur program maybe i could determine what problem u have. | |
Re: 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 … |
The End.