Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: Posting an article to a blog from C# Pin
Colin Angus Mackay6-Feb-06 0:24
Colin Angus Mackay6-Feb-06 0:24 
GeneralRe: Posting an article to a blog from C# Pin
AB77716-Feb-06 0:35
AB77716-Feb-06 0:35 
GeneralRe: Posting an article to a blog from C# Pin
Ravi Bhavnani6-Feb-06 2:37
professionalRavi Bhavnani6-Feb-06 2:37 
GeneralRe: Posting an article to a blog from C# Pin
AB77716-Feb-06 2:50
AB77716-Feb-06 2:50 
GeneralRe: Posting an article to a blog from C# Pin
Ravi Bhavnani6-Feb-06 4:02
professionalRavi Bhavnani6-Feb-06 4:02 
GeneralRe: Posting an article to a blog from C# Pin
AB77716-Feb-06 18:56
AB77716-Feb-06 18:56 
AnswerRe: Posting an article to a blog from C# Pin
Ravi Bhavnani7-Feb-06 2:08
professionalRavi Bhavnani7-Feb-06 2:08 
QuestionExcel SaveAs() method Pin
Sandrina5-Feb-06 23:54
Sandrina5-Feb-06 23:54 
I'm having trouble saving a workbook. I show a SaveFileDialog, the user specified where he wants to save the file, and where. When the user clicks on Save button, I say SaveAs... and do something else with the file (after the file is saved). Anyway, that's what it should do.

My code for saving is this:

this.SaveAs(fileName, Excel.XlFileFormat.xlXMLSpreadsheet, missing, missing, false, false, Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlNoChange, missing, false, missing, missing, true);

It simply doesn't save the xls file. Does anybody have any idea why?

---------------------------------
Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe. (Albert Einstein)

QuestionCan We place RadioButtons in DataGridView Pin
USrinivas5-Feb-06 23:43
USrinivas5-Feb-06 23:43 
Questionp/invoke c++ classes with virtual functions Pin
mintguy5-Feb-06 23:01
mintguy5-Feb-06 23:01 
AnswerRe: p/invoke c++ classes with virtual functions Pin
leppie6-Feb-06 0:59
leppie6-Feb-06 0:59 
GeneralRe: p/invoke c++ classes with virtual functions Pin
mintguy6-Feb-06 22:06
mintguy6-Feb-06 22:06 
GeneralRe: p/invoke c++ classes with virtual functions Pin
leppie6-Feb-06 22:15
leppie6-Feb-06 22:15 
QuestionHow to use Pay Pal Pro [Urgent] Pin
Virendrak5-Feb-06 22:44
Virendrak5-Feb-06 22:44 
AnswerRe: How to use Pay Pal Pro [Urgent] Pin
exhaulted6-Feb-06 0:27
exhaulted6-Feb-06 0:27 
QuestionMDI data storage in XML Pin
bharath_kraj5-Feb-06 22:34
bharath_kraj5-Feb-06 22:34 
AnswerRe: MDI data storage in XML Pin
exhaulted6-Feb-06 0:26
exhaulted6-Feb-06 0:26 
GeneralRe: MDI data storage in XML Pin
bharath_kraj7-Feb-06 2:41
bharath_kraj7-Feb-06 2:41 
QuestionInstalling Windows Services. Double Quotes in Executable File Pin
dmivlad5-Feb-06 22:07
dmivlad5-Feb-06 22:07 
QuestionPlease help - How to get the Path of Executable of a Windows Service... Pin
Tigger995-Feb-06 21:56
Tigger995-Feb-06 21:56 
QuestionDisplaying the system menu Pin
AB77715-Feb-06 21:11
AB77715-Feb-06 21:11 
AnswerRe: Displaying the system menu Pin
exhaulted6-Feb-06 0:35
exhaulted6-Feb-06 0:35 
GeneralRe: Displaying the system menu Pin
AB77716-Feb-06 0:41
AB77716-Feb-06 0:41 
QuestionVirtual Directory in Web Application Pin
raheeli5-Feb-06 20:02
raheeli5-Feb-06 20:02 
AnswerRe: Virtual Directory in Web Application Pin
leppie5-Feb-06 20:48
leppie5-Feb-06 20:48 

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.