Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: Parsing each file in directory Pin
Jimmanuel14-Jun-07 3:58
Jimmanuel14-Jun-07 3:58 
AnswerRe: Parsing each file in directory Pin
Rick van Woudenberg14-Jun-07 8:36
Rick van Woudenberg14-Jun-07 8:36 
QuestionFarm Database Pin
sajid.salim.khan14-Jun-07 3:37
sajid.salim.khan14-Jun-07 3:37 
JokeRe: Farm Database Pin
Not Active14-Jun-07 4:00
mentorNot Active14-Jun-07 4:00 
GeneralRe: Farm Database Pin
originSH14-Jun-07 4:03
originSH14-Jun-07 4:03 
GeneralRe: Farm Database Pin
DavidNohejl14-Jun-07 4:50
DavidNohejl14-Jun-07 4:50 
JokeRe: Farm Database Pin
Guffa14-Jun-07 7:57
Guffa14-Jun-07 7:57 
GeneralRe: Farm Database Pin
Paul Conrad14-Jun-07 10:33
professionalPaul Conrad14-Jun-07 10:33 
GeneralRe: Farm Database Pin
Dave Kreskowiak14-Jun-07 7:14
mveDave Kreskowiak14-Jun-07 7:14 
GeneralRe: Farm Database Pin
Not Active14-Jun-07 8:55
mentorNot Active14-Jun-07 8:55 
GeneralRe: Farm Database Pin
Dave Kreskowiak14-Jun-07 9:46
mveDave Kreskowiak14-Jun-07 9:46 
GeneralRe: Farm Database Pin
Paul Conrad14-Jun-07 10:33
professionalPaul Conrad14-Jun-07 10:33 
GeneralRe: Farm Database Pin
Dave Kreskowiak14-Jun-07 16:29
mveDave Kreskowiak14-Jun-07 16:29 
GeneralRe: Farm Database Pin
Paul Conrad14-Jun-07 17:26
professionalPaul Conrad14-Jun-07 17:26 
AnswerRe: Farm Database Pin
Russell Jones14-Jun-07 5:28
Russell Jones14-Jun-07 5:28 
Generalpasswords Pin
V.14-Jun-07 3:25
professionalV.14-Jun-07 3:25 
GeneralRe: passwords Pin
Not Active14-Jun-07 3:56
mentorNot Active14-Jun-07 3:56 
GeneralRe: passwords Pin
V.14-Jun-07 4:16
professionalV.14-Jun-07 4:16 
GeneralRe: passwords Pin
V.14-Jun-07 4:16
professionalV.14-Jun-07 4:16 
GeneralRe: passwords Pin
Dave Kreskowiak14-Jun-07 7:12
mveDave Kreskowiak14-Jun-07 7:12 
GeneralRe: passwords Pin
V.14-Jun-07 20:28
professionalV.14-Jun-07 20:28 
Questionadd button to form next maximise minimize buttons Pin
hamid_m14-Jun-07 3:11
hamid_m14-Jun-07 3:11 
AnswerRe: add button to form next maximise minimize buttons Pin
Tarakeshwar Reddy14-Jun-07 3:35
professionalTarakeshwar Reddy14-Jun-07 3:35 
QuestionProblem while Writing to Remote Location in a .netThread Pin
VishalSharmaDev14-Jun-07 3:02
VishalSharmaDev14-Jun-07 3:02 
QuestionWorking with Excel Pin
A M SOMAN14-Jun-07 2:47
A M SOMAN14-Jun-07 2:47 
I have a VB 6 code with me. The code is playing with excel. It generates worksheets and adds templates to them, sets cell values, etc. I want to rewrite the entire code into C#.Net. For that I have used Microsoft Excel 11.0 COM reference. (This is same in VB6). The problem is that I cannot find code in C#.Net equivalent to VB6 counterpart. Examples are given below:
oBook.Worksheets("General")
or this
oSheet.Rows(2).Copy oSheet.Rows(i)
There are many examples like this.
Either I don't know how to write this in .Net or there is no equivalent.

Does anybody know, where I can learn how to use Excel in .Net 2003 in good amount of depth so that I can convert any code in VB6 to .Net 2003?

Regards
Anil

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.