Click here to Skip to main content
15,909,742 members
Home / Discussions / C#
   

C#

 
GeneralRe: Making class properties editable Pin
James T. Johnson19-Apr-03 12:56
James T. Johnson19-Apr-03 12:56 
GeneralRe: Making class properties editable Pin
peterchen19-Apr-03 13:10
peterchen19-Apr-03 13:10 
GeneralPrefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 11:47
J. Dunlap19-Apr-03 11:47 
GeneralRe: Prefixing Classes and Interfaces Pin
dog_spawn19-Apr-03 12:11
dog_spawn19-Apr-03 12:11 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 12:32
J. Dunlap19-Apr-03 12:32 
GeneralRe: Prefixing Classes and Interfaces Pin
James T. Johnson19-Apr-03 13:00
James T. Johnson19-Apr-03 13:00 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 14:04
J. Dunlap19-Apr-03 14:04 
GeneralRe: Prefixing Classes and Interfaces Pin
Arun Bhalla19-Apr-03 13:32
Arun Bhalla19-Apr-03 13:32 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 14:02
J. Dunlap19-Apr-03 14:02 
GeneralWrappers for P/Invoke Pin
Alex Korchemniy19-Apr-03 8:27
Alex Korchemniy19-Apr-03 8:27 
GeneralRe: Wrappers for P/Invoke Pin
Stephane Rodriguez.19-Apr-03 9:13
Stephane Rodriguez.19-Apr-03 9:13 
GeneralRe: Wrappers for P/Invoke Pin
Alex Korchemniy19-Apr-03 15:34
Alex Korchemniy19-Apr-03 15:34 
GeneralRe: Wrappers for P/Invoke Pin
Stephane Rodriguez.19-Apr-03 20:58
Stephane Rodriguez.19-Apr-03 20:58 
QuestionHwo to use SecondaryBuffer to play sound through Buffer? Pin
JmmJ19-Apr-03 1:02
JmmJ19-Apr-03 1:02 
AnswerRe: Hwo to use SecondaryBuffer to play sound through Buffer? Pin
leppie19-Apr-03 5:22
leppie19-Apr-03 5:22 
GeneralRe: Hwo to use SecondaryBuffer to play sound through Buffer? Pin
Stephane Rodriguez.19-Apr-03 9:06
Stephane Rodriguez.19-Apr-03 9:06 
GeneralRe: Hwo to use SecondaryBuffer to play sound through Buffer? Pin
leppie19-Apr-03 9:53
leppie19-Apr-03 9:53 
GeneralRe: Hwo to use SecondaryBuffer to play sound through Buffer? Pin
JmmJ19-Apr-03 19:05
JmmJ19-Apr-03 19:05 
QuestionHow to create browsable Help Documentation Pin
STW18-Apr-03 19:21
STW18-Apr-03 19:21 
AnswerRe: How to create browsable Help Documentation Pin
Stephane Rodriguez.18-Apr-03 20:17
Stephane Rodriguez.18-Apr-03 20:17 
AnswerRe: How to create browsable Help Documentation Pin
Don_s22-Apr-03 6:11
Don_s22-Apr-03 6:11 
GeneralDisposing of MSHTML/COM objects. Pin
Arun Bhalla18-Apr-03 16:40
Arun Bhalla18-Apr-03 16:40 
GeneralRe: Disposing of MSHTML/COM objects. Pin
Stephane Rodriguez.18-Apr-03 20:14
Stephane Rodriguez.18-Apr-03 20:14 
GeneralRe: Disposing of MSHTML/COM objects. Pin
Arun Bhalla19-Apr-03 9:09
Arun Bhalla19-Apr-03 9:09 
1. If you are concerned about memory internals anyhow, may be managed code is not the most adequate language.

Yes, that's true, but it's the best language for my task right now.

2. Marshal.ReleaseComObject(...)

Well, I tried that, and I see no indication that the memory is being deallocated.
I also have this code before that -- myObject is IOleObject for the HTMLDocument object I'm using.

const int OLECLOSE_NOSAVE = 1;<br />
myObject.Close(OLECLOSE_NOSAVE);<br />
myObject.SetClientSite(null);<br />


Thanks so much for your time, you are a true Samaritan.
GeneralRe: Disposing of MSHTML/COM objects. Pin
Stephane Rodriguez.19-Apr-03 10:00
Stephane Rodriguez.19-Apr-03 10:00 

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.