Click here to Skip to main content
15,914,924 members
Home / Discussions / C#
   

C#

 
QuestionAnnoying new code folding feature in Sharpdevelop 2.0 Pin
Allah On Acid12-Mar-06 15:42
Allah On Acid12-Mar-06 15:42 
QuestionStatus Bar Pin
Sean8912-Mar-06 14:44
Sean8912-Mar-06 14:44 
AnswerRe: Status Bar Pin
jklucker12-Mar-06 15:16
jklucker12-Mar-06 15:16 
GeneralRe: Status Bar Pin
Sean8912-Mar-06 16:06
Sean8912-Mar-06 16:06 
AnswerRe: Status Bar Pin
mcljava12-Mar-06 15:38
mcljava12-Mar-06 15:38 
QuestionhDC problem Pin
IceWater4212-Mar-06 14:35
IceWater4212-Mar-06 14:35 
AnswerRe: hDC problem Pin
DigitalKing12-Mar-06 15:33
DigitalKing12-Mar-06 15:33 
AnswerRe: need help!! Pin
Steve Pullan12-Mar-06 13:24
Steve Pullan12-Mar-06 13:24 
GeneralRe: need help!! Pin
JulietPlando12-Mar-06 14:39
JulietPlando12-Mar-06 14:39 
GeneralRe: need help!! Pin
Steve Pullan12-Mar-06 15:00
Steve Pullan12-Mar-06 15:00 
Questionhow can i get the ip addres of host on windows application Pin
sa_keles12-Mar-06 12:55
sa_keles12-Mar-06 12:55 
AnswerRe: how can i get the ip addres of host on windows application Pin
Steve Pullan12-Mar-06 13:21
Steve Pullan12-Mar-06 13:21 
GeneralRe: how can i get the ip addres of host on windows application Pin
sa_keles12-Mar-06 13:36
sa_keles12-Mar-06 13:36 
AnswerRe: how can i get the ip addres of host on windows application Pin
mcljava12-Mar-06 14:17
mcljava12-Mar-06 14:17 
GeneralRe: how can i get the ip addres of host on windows application Pin
sa_keles12-Mar-06 15:30
sa_keles12-Mar-06 15:30 
AnswerRe: how can i get the ip addres of host on windows application Pin
jklucker12-Mar-06 15:28
jklucker12-Mar-06 15:28 
GeneralRe: how can i get the ip addres of host on windows application Pin
sa_keles12-Mar-06 15:34
sa_keles12-Mar-06 15:34 
GeneralRe: how can i get the ip addres of host on windows application Pin
sa_keles13-Mar-06 13:03
sa_keles13-Mar-06 13:03 
Questioncannot load image from desktop Pin
deepak112-Mar-06 12:22
deepak112-Mar-06 12:22 
AnswerRe: cannot load image from desktop Pin
Guffa12-Mar-06 12:44
Guffa12-Mar-06 12:44 
GeneralRe: cannot load image from desktop Pin
deepak112-Mar-06 12:59
deepak112-Mar-06 12:59 
GeneralRe: cannot load image from desktop Pin
Steve Pullan12-Mar-06 13:25
Steve Pullan12-Mar-06 13:25 
AnswerRe: cannot load image from desktop Pin
Guffa12-Mar-06 18:39
Guffa12-Mar-06 18:39 
QuestionNew to Excel Programming in C# Pin
mcljava12-Mar-06 12:17
mcljava12-Mar-06 12:17 
This is a general question which I am looking to the experts for advice. My need is to be able to read/write, primarily read from Excel files.

I am comfortable using SQL, ODBC, DataSets, etc. Looking at the C# articles it seems you have two choices:

1) For direct access, use the Excel Object Library - (which incidentally, which DLL is this anyway?)
2) For SQL like access you can use Ole DB


I have started playing with the Ole DB solution. Decent way of getting it done, reasonably fast, but I wonder about the long term viability of using this approach? I would like to be able to simply define a custom DataSet that matches the rows/columns in the spreadsheet. Then using an Adapter.Fill() command to load. I am still experimenting.

So I am thinking about going the direct access via the Excel object library but I cannot determine what exe or dll to load and then refernce. I have scanned the MS site to no avail. Any advice here is definitely appreciated.

Thanks a bunch!

Mike Luster
CTI/IVR/Telephony SME
AnswerRe: New to Excel Programming in C# Pin
jklucker12-Mar-06 15:47
jklucker12-Mar-06 15:47 

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.