Click here to Skip to main content
15,901,205 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDetermine the no of ports Pin
Mahesh167925-Feb-05 2:18
Mahesh167925-Feb-05 2:18 
GeneralRe: Determine the no of ports Pin
Dave Kreskowiak25-Feb-05 3:39
mveDave Kreskowiak25-Feb-05 3:39 
GeneralEvent Handler for simple control Pin
peterchen25-Feb-05 1:34
peterchen25-Feb-05 1:34 
GeneralRe: Event Handler for simple control Pin
Dave Kreskowiak25-Feb-05 3:05
mveDave Kreskowiak25-Feb-05 3:05 
GeneralRe: Event Handler for simple control Pin
peterchen25-Feb-05 3:24
peterchen25-Feb-05 3:24 
GeneralGetting totals of access DB Pin
stevemwangi25-Feb-05 0:59
stevemwangi25-Feb-05 0:59 
GeneralRe: Getting totals of access DB Pin
Dave Kreskowiak25-Feb-05 2:51
mveDave Kreskowiak25-Feb-05 2:51 
GeneralCreate Excel in VB.NET Pin
thanh_bkhn24-Feb-05 21:59
professionalthanh_bkhn24-Feb-05 21:59 
I have to programing with VB.NET and Excel. I use Microsoft Development Environment 2003 and Excel 2000. But I cannot create a workbook:

Dim xlsApp As Excel.Application
Dim xlsWB As Excel.Workbook
xlsApp = New Excel.Application
xlsWB = xlsApp.Workbooks.Add() <-- error in this line
The error message is:
"An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred "
and
"Additional information: Old format or invalid type library."
I added the Microsoft Excel 9.0 Object Library (excel9.olb) as a reference and use
Imports Excel.

Anyone give me a suggestion?
Thank you
GeneralRe: Create Excel in VB.NET Pin
Dave Kreskowiak25-Feb-05 4:56
mveDave Kreskowiak25-Feb-05 4:56 
GeneralRe: Create Excel in VB.NET Pin
thanh_bkhn25-Feb-05 15:39
professionalthanh_bkhn25-Feb-05 15:39 
GeneralStart Your Application Automaticly Pin
NathanJonker24-Feb-05 20:18
NathanJonker24-Feb-05 20:18 
GeneralRe: Start Your Application Automaticly Pin
Colin Angus Mackay24-Feb-05 23:01
Colin Angus Mackay24-Feb-05 23:01 
GeneralRe: Start Your Application Automaticly Pin
NathanJonker25-Feb-05 2:55
NathanJonker25-Feb-05 2:55 
GeneralRe: Start Your Application Automaticly Pin
Dave Kreskowiak25-Feb-05 0:49
mveDave Kreskowiak25-Feb-05 0:49 
GeneralRe: Start Your Application Automaticly Pin
NathanJonker25-Feb-05 3:02
NathanJonker25-Feb-05 3:02 
GeneralRe: Start Your Application Automaticly Pin
Dave Kreskowiak25-Feb-05 4:21
mveDave Kreskowiak25-Feb-05 4:21 
GeneralDataGrid Display Question Pin
satcomengineer24-Feb-05 16:15
satcomengineer24-Feb-05 16:15 
GeneralRe: DataGrid Display Question Pin
Dave Kreskowiak25-Feb-05 1:04
mveDave Kreskowiak25-Feb-05 1:04 
GeneralRe: DataGrid Display Question Pin
satcomengineer25-Feb-05 2:14
satcomengineer25-Feb-05 2:14 
GeneralRe: DataGrid Display Question Pin
Avarona25-Feb-05 1:05
Avarona25-Feb-05 1:05 
GeneralFrom text to time Pin
numbrel24-Feb-05 15:24
numbrel24-Feb-05 15:24 
GeneralRe: From text to time Pin
Dave Kreskowiak25-Feb-05 1:00
mveDave Kreskowiak25-Feb-05 1:00 
GeneralRe: From text to time Pin
numbrel25-Feb-05 5:30
numbrel25-Feb-05 5:30 
GeneralRe: From text to time Pin
Dave Kreskowiak25-Feb-05 7:14
mveDave Kreskowiak25-Feb-05 7:14 
GeneralMicrosoft compact Framework Pin
Member 37044324-Feb-05 9:05
Member 37044324-Feb-05 9:05 

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.