Click here to Skip to main content
15,907,328 members
Home / Discussions / C#
   

C#

 
Generalcheck programatically if IIS is installed Pin
michalJ17-Jun-04 0:13
michalJ17-Jun-04 0:13 
GeneralRe: check programatically if IIS is installed Pin
Heath Stewart17-Jun-04 1:27
protectorHeath Stewart17-Jun-04 1:27 
GeneralRe: check programatically if IIS is installed Pin
michalJ17-Jun-04 4:51
michalJ17-Jun-04 4:51 
GeneralInvert grapics in 2D Pin
Mikke_x16-Jun-04 22:30
Mikke_x16-Jun-04 22:30 
GeneralRe: Invert grapics in 2D Pin
Heath Stewart17-Jun-04 1:23
protectorHeath Stewart17-Jun-04 1:23 
GeneralRe: Invert grapics in 2D Pin
Mikke_x17-Jun-04 2:15
Mikke_x17-Jun-04 2:15 
Generalexport dataset to execl 2000 Pin
Wilson Wu16-Jun-04 21:28
Wilson Wu16-Jun-04 21:28 
GeneralRe: export dataset to execl 2000 Pin
Heath Stewart16-Jun-04 21:35
protectorHeath Stewart16-Jun-04 21:35 
Instead of trying to export to Excel, just export to a CSV (comma-separated values, or comma-delimited text file). Excel and other applications can open these with no problem. Just be sure to quote your strings that contain commas in them, which isn't hard and there are articles to assist you.

To note, though, the typelib for Excel hasn't changed much since Excel 97. The base functionality is the same - as all good COM libs should. Chances are whatever works for Excel 2002 will work for Excel 2000, but you should use the Excel 2000 typelib for Excel 2000 and later since the class IDs and interface IDs (GUIDs) should be the same throughout new versions (new interfaces are added and the old classes implement those, but the old interfaces are typically still implemented). Please note that this is usually the case, but things do get deprecated, though the functionality you require is pretty basic so you should be fine.

 

Microsoft MVP, Visual C#
My Articles
GeneralEquivalent of SetItemData, GetItemData in C# Pin
Md Saleem Navalur16-Jun-04 20:04
Md Saleem Navalur16-Jun-04 20:04 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Mazdak16-Jun-04 20:47
Mazdak16-Jun-04 20:47 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Md Saleem Navalur21-Jun-04 2:44
Md Saleem Navalur21-Jun-04 2:44 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Heath Stewart16-Jun-04 21:40
protectorHeath Stewart16-Jun-04 21:40 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Md Saleem Navalur21-Jun-04 2:41
Md Saleem Navalur21-Jun-04 2:41 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Heath Stewart21-Jun-04 3:00
protectorHeath Stewart21-Jun-04 3:00 
GeneralRe: Equivalent of SetItemData, GetItemData in C# Pin
Md Saleem Navalur21-Jun-04 2:42
Md Saleem Navalur21-Jun-04 2:42 
GeneralRetrieving POP3 message Pin
ronin177016-Jun-04 17:19
ronin177016-Jun-04 17:19 
GeneralRe: Retrieving POP3 message Pin
palbano16-Jun-04 18:57
palbano16-Jun-04 18:57 
GeneralRe: Retrieving POP3 message Pin
Heath Stewart16-Jun-04 21:31
protectorHeath Stewart16-Jun-04 21:31 
Questionhow to scrolling through "stacked" images? Pin
ABean16-Jun-04 15:38
ABean16-Jun-04 15:38 
AnswerRe: how to scrolling through "stacked" images? Pin
Heath Stewart16-Jun-04 21:23
protectorHeath Stewart16-Jun-04 21:23 
GeneralExecption in db command..please help Pin
link_7916-Jun-04 12:24
link_7916-Jun-04 12:24 
GeneralNever mind Pin
link_7916-Jun-04 12:58
link_7916-Jun-04 12:58 
Generalcustom metadata editor using c#.net Pin
abhishk2001@yahoo.com16-Jun-04 11:53
abhishk2001@yahoo.com16-Jun-04 11:53 
GeneralRe: custom metadata editor using c#.net Pin
link_7916-Jun-04 12:36
link_7916-Jun-04 12:36 
GeneralRe: custom metadata editor using c#.net Pin
Heath Stewart16-Jun-04 13:56
protectorHeath Stewart16-Jun-04 13:56 

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.