Click here to Skip to main content
15,916,293 members
Home / Discussions / C#
   

C#

 
QuestionCopying a program to removable device.....please help! Pin
Rajdeep.NET is BACK26-Apr-09 20:17
Rajdeep.NET is BACK26-Apr-09 20:17 
AnswerRe: Copying a program to removable device.....please help! Pin
Christian Graus26-Apr-09 21:08
protectorChristian Graus26-Apr-09 21:08 
GeneralRe: Copying a program to removable device.....please help! Pin
King Julien26-Apr-09 21:12
King Julien26-Apr-09 21:12 
AnswerRe: Copying a program to removable device.....please help! Pin
King Julien26-Apr-09 21:11
King Julien26-Apr-09 21:11 
GeneralRe: Copying a program to removable device.....please help! Pin
Christian Graus26-Apr-09 21:37
protectorChristian Graus26-Apr-09 21:37 
JokeRe: Copying a program to removable device.....please help! Pin
King Julien26-Apr-09 21:41
King Julien26-Apr-09 21:41 
GeneralRe: Copying a program to removable device.....please help! Pin
Rajdeep.NET is BACK27-Apr-09 8:12
Rajdeep.NET is BACK27-Apr-09 8:12 
Questionclsoe issues excel sheet in C# Pin
Ravenet26-Apr-09 19:39
Ravenet26-Apr-09 19:39 
Hi Experts

I'm facing issues when i try close the excel file,it's asking me do need save the changes dialog and also still running the excel exe in task manger how i can close th file with put nay dialog and properly cleanup.

This my file op opening code

Microsoft.Office.Interop.Excel.Workbook workbooks = bodynitsApplicationClass.Workbooks.Open(filename,
0,
true,
5,
"",
"",
false,
Microsoft.Office.Interop.Excel.XlPlatform.xlWindows,
"\t",
false,
false,
0,
true,
1,
0);

Microsoft.Office.Interop.Excel.Sheets sheets = workbooks.Worksheets;

Close Method code:

Marshal.ReleaseComObject(worksheetdetail);
worksheetdetail = null;
bodynitsApplicationClass.Quit();
while (Marshal.ReleaseComObject(bodynitsApplicationClass) != 0) { }
bodynitsApplicationClass = null;
GC.Collect();
GC.WaitForPendingFinalizers();


Missing anything ?, Please help me

Cheers,Earn and Enjoy
RRave
MCTS,MCPD
http://ravesoft.blogspot.com




AnswerRe: clsoe issues excel sheet in C# Pin
Ravenet26-Apr-09 20:58
Ravenet26-Apr-09 20:58 
Questionreading large data from binary Pin
kaushik_dass26-Apr-09 19:35
kaushik_dass26-Apr-09 19:35 
AnswerRe: reading large data from binary Pin
Christian Graus26-Apr-09 20:10
protectorChristian Graus26-Apr-09 20:10 
Questionscaner code Pin
mehdad.koulab26-Apr-09 19:17
mehdad.koulab26-Apr-09 19:17 
AnswerRe: scaner code Pin
Christian Graus26-Apr-09 19:53
protectorChristian Graus26-Apr-09 19:53 
Question.chm file editor Pin
Sajjad Leo26-Apr-09 18:57
Sajjad Leo26-Apr-09 18:57 
Questionabout batabase table Pin
Mangesh Tomar26-Apr-09 17:56
Mangesh Tomar26-Apr-09 17:56 
AnswerRe: about batabase table Pin
N a v a n e e t h26-Apr-09 18:15
N a v a n e e t h26-Apr-09 18:15 
AnswerRe: about batabase table Pin
S. Senthil Kumar27-Apr-09 5:00
S. Senthil Kumar27-Apr-09 5:00 
QuestionHow to centrally place a Database to share among internal windows form application and also to web application? Pin
Aghosh Babu26-Apr-09 17:08
Aghosh Babu26-Apr-09 17:08 
AnswerRe: How to centrally place a Database to share among internal windows form application and also to web application? Pin
SayreCC26-Apr-09 17:52
SayreCC26-Apr-09 17:52 
GeneralRe: How to centrally place a Database to share among internal windows form application and also to web application? Pin
Aghosh Babu26-Apr-09 17:54
Aghosh Babu26-Apr-09 17:54 
GeneralRe: How to centrally place a Database to share among internal windows form application and also to web application? Pin
Saksida Bojan26-Apr-09 21:46
Saksida Bojan26-Apr-09 21:46 
GeneralRe: How to centrally place a Database to share among internal windows form application and also to web application? Pin
Aghosh Babu26-Apr-09 21:54
Aghosh Babu26-Apr-09 21:54 
QuestionHow to know current environment is under the design environment or running environment? Pin
mctramp16826-Apr-09 16:59
mctramp16826-Apr-09 16:59 
AnswerRe: How to know current environment is under the design environment or running environment? Pin
Luc Pattyn26-Apr-09 17:16
sitebuilderLuc Pattyn26-Apr-09 17:16 
GeneralRe: How to know current environment is under the design environment or running environment? Pin
mctramp16826-Apr-09 17:59
mctramp16826-Apr-09 17:59 

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.