Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to convert these strings into int? Pin
Christian Graus13-Nov-02 16:33
protectorChristian Graus13-Nov-02 16:33 
GeneralRe: how to convert these strings into int? Pin
David Stone13-Nov-02 16:38
sitebuilderDavid Stone13-Nov-02 16:38 
GeneralRe: how to convert these strings into int? Pin
Christian Graus13-Nov-02 16:46
protectorChristian Graus13-Nov-02 16:46 
GeneralRe: how to convert these strings into int? Pin
Kannan Kalyanaraman13-Nov-02 22:34
Kannan Kalyanaraman13-Nov-02 22:34 
GeneralRe: how to convert these strings into int? Pin
David Stone13-Nov-02 16:02
sitebuilderDavid Stone13-Nov-02 16:02 
GeneralRe: how to convert these strings into int? Pin
Christian Graus13-Nov-02 16:12
protectorChristian Graus13-Nov-02 16:12 
GeneralRe: how to convert these strings into int? Pin
imran_rafique13-Nov-02 15:38
imran_rafique13-Nov-02 15:38 
GeneralAdding a new Excel Worksheet in C# Pin
13-Nov-02 12:02
suss13-Nov-02 12:02 
Hello, I am having problem adding a new excel worksheet using C#. I am able to acquire the first worksheet no problem, but when I try to add a new worksheet, the code bombs out with a COM exception. Here is what I have:

m_Excel.Worksheets.Add(null, null, 1, Excel.XlSheetType.xlWorksheet);

In vb, this function is easy because it has default parameters, so you can just call Worksheets.Add, however, in C# this is not the case. Any help would be greatly appreciated.
GeneralRe: Adding a new Excel Worksheet in C# Pin
David Stone13-Nov-02 13:54
sitebuilderDavid Stone13-Nov-02 13:54 
GeneralRe: Adding a new Excel Worksheet in C# Pin
Sijin13-Nov-02 18:41
Sijin13-Nov-02 18:41 
GeneralProgressBar Pin
Le centriste13-Nov-02 10:37
Le centriste13-Nov-02 10:37 
GeneralRe: ProgressBar Pin
David Stone13-Nov-02 10:42
sitebuilderDavid Stone13-Nov-02 10:42 
GeneralLocating directory ... not a file Pin
LongRange.Shooter13-Nov-02 10:13
LongRange.Shooter13-Nov-02 10:13 
GeneralRe: Locating directory ... not a file Pin
David Stone13-Nov-02 10:17
sitebuilderDavid Stone13-Nov-02 10:17 
GeneralRe: Locating directory ... not a file Pin
James T. Johnson13-Nov-02 11:01
James T. Johnson13-Nov-02 11:01 
GeneralRe: Locating directory ... not a file Pin
David Stone13-Nov-02 11:08
sitebuilderDavid Stone13-Nov-02 11:08 
GeneralRe: Locating directory ... not a file Pin
James T. Johnson13-Nov-02 14:00
James T. Johnson13-Nov-02 14:00 
GeneralRe: Locating directory ... not a file Pin
LongRange.Shooter14-Nov-02 4:23
LongRange.Shooter14-Nov-02 4:23 
QuestionInsertAt Bug??? Pin
Marc Clifton13-Nov-02 8:07
mvaMarc Clifton13-Nov-02 8:07 
AnswerRe: InsertAt Bug??? Pin
Marc Clifton13-Nov-02 8:11
mvaMarc Clifton13-Nov-02 8:11 
GeneralRe: InsertAt Bug??? Pin
leppie13-Nov-02 8:44
leppie13-Nov-02 8:44 
GeneralReal quick... Pin
CherezZaboro13-Nov-02 5:57
CherezZaboro13-Nov-02 5:57 
GeneralRe: Real quick... Pin
Martin Haesemeyer13-Nov-02 8:15
Martin Haesemeyer13-Nov-02 8:15 
GeneralRe: Real quick... Pin
leppie13-Nov-02 8:52
leppie13-Nov-02 8:52 
GeneralBuild .Net app, and take it to not .NET box. Receive error Pin
Derek Smigelski13-Nov-02 5:31
Derek Smigelski13-Nov-02 5:31 

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.