Click here to Skip to main content
15,916,693 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB and C++ dll Pin
Tomaz Rotovnik12-Jan-05 4:30
Tomaz Rotovnik12-Jan-05 4:30 
GeneralRe: VB and C++ dll Pin
[DK]KiloDunse12-Jan-05 4:49
[DK]KiloDunse12-Jan-05 4:49 
GeneralRe: VB and C++ dll Pin
Tomaz Rotovnik12-Jan-05 5:47
Tomaz Rotovnik12-Jan-05 5:47 
GeneralPhone Answer Pin
nitin_ion11-Jan-05 20:13
nitin_ion11-Jan-05 20:13 
GeneralConversion of float to hexadecimal value Pin
phijophlip11-Jan-05 19:56
phijophlip11-Jan-05 19:56 
GeneralRe: Conversion of float to hexadecimal value Pin
Dave Kreskowiak12-Jan-05 3:54
mveDave Kreskowiak12-Jan-05 3:54 
Generaldata connection to ms excel Pin
abdulla hamid11-Jan-05 18:16
abdulla hamid11-Jan-05 18:16 
GeneralRe: data connection to ms excel Pin
Ritesh123411-Jan-05 21:15
Ritesh123411-Jan-05 21:15 
Hi ,

Dim DS As System.Data.DataSet
Dim MyCommand As System.Data.OleDb.OleDbDataAdapter
Dim MyConnection As System.Data.OleDb.OleDbConnection

MyConnection = New System.Data.OleDb.OleDbConnection( _
"provider=Microsoft.Jet.OLEDB.4.0; " & _
"data source=C:\myData.XLS; " & _
"Extended Properties=Excel 8.0;")
' Select the data from Sheet1 of the workbook.
MyCommand = New System.Data.OleDb.OleDbDataAdapter( _
"select * from [Sheet1Name]", MyConnection)

DS = New System.Data.DataSet()
MyCommand.Fill(DS)
MyConnection.Close()


Hope This code will help u............:->


Reagrds,
Ritesh
GeneralRe: data connection to ms excel Pin
Britnt712-Jan-05 9:14
Britnt712-Jan-05 9:14 
GeneralRe: ReadFile not working in VB.NET Pin
Dave Kreskowiak11-Jan-05 15:49
mveDave Kreskowiak11-Jan-05 15:49 
GeneralRe: ReadFile not working in VB.NET Pin
Roman Nurik11-Jan-05 18:17
Roman Nurik11-Jan-05 18:17 
GeneralRe: ReadFile not working in VB.NET Pin
Dave Kreskowiak12-Jan-05 1:06
mveDave Kreskowiak12-Jan-05 1:06 
Generalproblem with visual studio .net and the oledb namespace Pin
Anonymous11-Jan-05 14:57
Anonymous11-Jan-05 14:57 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Dave Kreskowiak12-Jan-05 1:01
mveDave Kreskowiak12-Jan-05 1:01 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Anonymous12-Jan-05 4:21
Anonymous12-Jan-05 4:21 
GeneralRe: problem with visual studio .net and the oledb namespace Pin
Dave Kreskowiak12-Jan-05 11:58
mveDave Kreskowiak12-Jan-05 11:58 
GeneralFile Delete problem in Windows Service Pin
P Holroyd11-Jan-05 11:02
P Holroyd11-Jan-05 11:02 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak11-Jan-05 15:47
mveDave Kreskowiak11-Jan-05 15:47 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd11-Jan-05 21:01
P Holroyd11-Jan-05 21:01 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak12-Jan-05 0:58
mveDave Kreskowiak12-Jan-05 0:58 
GeneralRe: File Delete problem in Windows Service Pin
Anonymous12-Jan-05 1:37
Anonymous12-Jan-05 1:37 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd12-Jan-05 1:46
P Holroyd12-Jan-05 1:46 
GeneralRe: File Delete problem in Windows Service Pin
Dave Kreskowiak12-Jan-05 11:51
mveDave Kreskowiak12-Jan-05 11:51 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd13-Jan-05 7:17
P Holroyd13-Jan-05 7:17 
GeneralRe: File Delete problem in Windows Service Pin
P Holroyd17-Jan-05 23:35
P Holroyd17-Jan-05 23:35 

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.