Click here to Skip to main content
15,891,033 members
Home / Discussions / COM
   

COM

 
QuestionHow to Get the 'fvalue' from an html option button Pin
Member 379724125-Aug-08 12:52
Member 379724125-Aug-08 12:52 
Question...Hiding folders from Explorer Pin
Attilah25-Aug-08 3:39
Attilah25-Aug-08 3:39 
QuestionWhy does it work, when it pass CString to COM interface? Pin
emailforjan24-Aug-08 20:58
emailforjan24-Aug-08 20:58 
AnswerRe: Why does it work, when it pass CString to COM interface? Pin
Roger Stoltz24-Aug-08 21:23
Roger Stoltz24-Aug-08 21:23 
Questionintercepting COM method calls .. Pin
Attilah22-Aug-08 19:50
Attilah22-Aug-08 19:50 
AnswerRe: intercepting COM method calls .. Pin
__DanC__19-Nov-08 3:48
__DanC__19-Nov-08 3:48 
QuestionProblem in Calling COM function in Customize Wizard code Pin
am 200921-Aug-08 2:08
am 200921-Aug-08 2:08 
QuestionA COM Interop Question Pin
Xiaoming Qian20-Aug-08 21:17
Xiaoming Qian20-Aug-08 21:17 
Look at the following code
  <br />
Microsoft.Office.Interop.Excel.Application ExcelApp = new Microsoft.Office.Interop.Excel.Application();<br />
  ...<br />
  ExcelApp.Quit();<br />

The Excel object is not release after 'Quit()' method(Excel is still in the background process list).I think it is because there is still a reference of the object.

I a windows application,this will be solved when I close the application. But I'm using these code in an asp.net application.Every time they execute,the background process list grows.

Is there any way to relase the object or Is there any code to read excel files without using Microsoft Excel?
AnswerRe: A COM Interop Question Pin
User 21559720-Aug-08 23:50
User 21559720-Aug-08 23:50 
Questionget_LastLogoff() fails with Unknown error Pin
JoeSchmoe00719-Aug-08 6:51
JoeSchmoe00719-Aug-08 6:51 
AnswerRe: get_LastLogoff() fails with Unknown error Pin
Nibu babu thomas19-Aug-08 19:25
Nibu babu thomas19-Aug-08 19:25 
GeneralRe: get_LastLogoff() fails with Unknown error Pin
JoeSchmoe00720-Aug-08 4:52
JoeSchmoe00720-Aug-08 4:52 
GeneralRe: get_LastLogoff() fails with Unknown error Pin
Nibu babu thomas21-Aug-08 1:48
Nibu babu thomas21-Aug-08 1:48 
GeneralRe: get_LastLogoff() fails with Unknown error Pin
JoeSchmoe00721-Aug-08 4:35
JoeSchmoe00721-Aug-08 4:35 
QuestionHow to execute exe file in ATL COM Pin
am 200919-Aug-08 1:45
am 200919-Aug-08 1:45 
AnswerRe: How to execute exe file in ATL COM Pin
CPallini19-Aug-08 2:03
mveCPallini19-Aug-08 2:03 
AnswerRe: How to execute exe file in ATL COM Pin
sivagnaesh22-Aug-08 2:12
sivagnaesh22-Aug-08 2:12 
AnswerRe: How to execute exe file in ATL COM Pin
Michael Dunn29-Aug-08 13:37
sitebuilderMichael Dunn29-Aug-08 13:37 
QuestionAccessViolationException on Vista if not run in debugger?! [modified] Pin
mav.northwind18-Aug-08 8:31
mav.northwind18-Aug-08 8:31 
AnswerRe: AccessViolationException on Vista if not run in debugger?! Pin
User 21559718-Aug-08 18:38
User 21559718-Aug-08 18:38 
GeneralRe: AccessViolationException on Vista if not run in debugger?! Pin
mav.northwind19-Aug-08 0:27
mav.northwind19-Aug-08 0:27 
GeneralRe: AccessViolationException on Vista if not run in debugger?! Pin
User 21559719-Aug-08 0:49
User 21559719-Aug-08 0:49 
AnswerRe: AccessViolationException on Vista if not run in debugger?! Pin
mav.northwind1-Sep-08 21:56
mav.northwind1-Sep-08 21:56 
GeneralRe: AccessViolationException on Vista if not run in debugger?! Pin
User 2155971-Sep-08 22:45
User 2155971-Sep-08 22:45 
QuestionDrag and Drop in IShellFolder Pin
Kai-Uwe Schmidt18-Aug-08 7:06
Kai-Uwe Schmidt18-Aug-08 7:06 

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.