Click here to Skip to main content
15,908,444 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to develop an object oriented program? Pin
Colin Angus Mackay22-Jun-05 23:22
Colin Angus Mackay22-Jun-05 23:22 
GeneralCreating setup using Visual Studio .NET 2003 Pin
AshishBasran22-Jun-05 19:40
sussAshishBasran22-Jun-05 19:40 
GeneralRe: Creating setup using Visual Studio .NET 2003 Pin
Sasuko23-Jun-05 13:43
Sasuko23-Jun-05 13:43 
QuestionHow to send data using udp Pin
yu-yu22-Jun-05 18:56
yu-yu22-Jun-05 18:56 
QuestionIMAP and admin account ? Pin
Tee+22-Jun-05 17:41
Tee+22-Jun-05 17:41 
GeneralSave from excel Pin
neliocc22-Jun-05 16:52
neliocc22-Jun-05 16:52 
GeneralRe: Save from excel Pin
seee sharp22-Jun-05 19:43
seee sharp22-Jun-05 19:43 
GeneralRe: Save from excel Pin
Ariadne23-Jun-05 2:53
Ariadne23-Jun-05 2:53 
Using the Excel.Aplication object you do a so called early binding. This is the best way, if you are shure, that your customers use the same Excel-version as you use.

If that is not shure, you have to use a late binding, which is much more complicate. But there are descriptions about this way. (I 'm just working on such solution, and put a http://www.codeproject.com/script/comments/forums.asp?forumid=1649&df=100&mpp=50&fr=51&select=1143236#xx1143236xx in this list, but got no answer until now.

Perhaps you should look http://www.codeproject.com/dotnet/ExportToExcel.asp too.

There is also a way to write an Excel 2.1 output direct to a file. (I did that just (reading a standart *.xls file and add my data in BIFF format. It is not too difficult). Ask me if you are interested.Smile | :)

Ariadne
General8bpp bitmaps in c# Pin
SIDDHARTH_JAIN22-Jun-05 13:39
SIDDHARTH_JAIN22-Jun-05 13:39 
GeneralRe: 8bpp bitmaps in c# Pin
Christian Graus22-Jun-05 18:29
protectorChristian Graus22-Jun-05 18:29 
GeneralCalling word and outlook from c# Pin
KKuehnberger22-Jun-05 13:23
KKuehnberger22-Jun-05 13:23 
GeneralRe: Calling word and outlook from c# Pin
seee sharp22-Jun-05 19:47
seee sharp22-Jun-05 19:47 
GeneralRe: Calling word and outlook from c# Pin
KKuehnberger22-Jun-05 20:02
KKuehnberger22-Jun-05 20:02 
GeneralThe greatest question Saving a linked list Pin
Sasuko22-Jun-05 11:33
Sasuko22-Jun-05 11:33 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl22-Jun-05 11:44
DavidNohejl22-Jun-05 11:44 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko22-Jun-05 11:53
Sasuko22-Jun-05 11:53 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl22-Jun-05 12:10
DavidNohejl22-Jun-05 12:10 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko22-Jun-05 12:24
Sasuko22-Jun-05 12:24 
GeneralRe: i didn't get what you mean? Pin
kimo_helmy22-Jun-05 20:28
kimo_helmy22-Jun-05 20:28 
GeneralRe: The greatest question Saving a linked list Pin
Anonymous22-Jun-05 22:08
Anonymous22-Jun-05 22:08 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 0:52
DavidNohejl23-Jun-05 0:52 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 6:28
Sasuko23-Jun-05 6:28 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 6:56
DavidNohejl23-Jun-05 6:56 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 7:20
Sasuko23-Jun-05 7:20 
Generalsorting Pin
Moslems22-Jun-05 11:24
Moslems22-Jun-05 11:24 

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.