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

C#

 
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 
Questionselect entire line in RichTextBox? Pin
Nick Seng18-Apr-03 15:52
Nick Seng18-Apr-03 15:52 
AnswerRe: select entire line in RichTextBox? Pin
Arun Bhalla18-Apr-03 16:37
Arun Bhalla18-Apr-03 16:37 
AnswerRe: select entire line in RichTextBox? Pin
Stephane Rodriguez.18-Apr-03 21:12
Stephane Rodriguez.18-Apr-03 21:12 
GeneralOutlook 2000 in C# (?) Pin
ke5in18-Apr-03 14:38
ke5in18-Apr-03 14:38 
GeneralRe: Outlook 2000 in C# (?) Pin
Stephane Rodriguez.18-Apr-03 20:39
Stephane Rodriguez.18-Apr-03 20:39 
GeneralRe: Outlook 2000 in C# (?) Pin
Jasper4C#20-Apr-03 12:43
Jasper4C#20-Apr-03 12:43 
GeneralRe: Outlook 2000 in C# (?) Pin
Don_s22-Apr-03 6:13
Don_s22-Apr-03 6:13 
GeneralData Source Locator missing. Re-Install Visual Studio Pin
William O'Malley18-Apr-03 13:21
sussWilliam O'Malley18-Apr-03 13:21 
GeneralRe: Data Source Locator missing. Re-Install Visual Studio Pin
Stephane Rodriguez.18-Apr-03 20:29
Stephane Rodriguez.18-Apr-03 20:29 
GeneralAdding icons to DLL assembly. Pin
Arun Bhalla18-Apr-03 12:23
Arun Bhalla18-Apr-03 12:23 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.18-Apr-03 22:30
Stephane Rodriguez.18-Apr-03 22:30 
GeneralRe: Adding icons to DLL assembly. Pin
Arun Bhalla19-Apr-03 7:20
Arun Bhalla19-Apr-03 7:20 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.19-Apr-03 11:18
Stephane Rodriguez.19-Apr-03 11:18 
GeneralRe: Adding icons to DLL assembly. Pin
Arun Bhalla19-Apr-03 12:43
Arun Bhalla19-Apr-03 12:43 
GeneralRe: Adding icons to DLL assembly. Pin
Stephane Rodriguez.19-Apr-03 20:35
Stephane Rodriguez.19-Apr-03 20:35 
GeneralVisio 2002 code templates for XML Documentation Pin
David Wulff18-Apr-03 12:07
David Wulff18-Apr-03 12:07 

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.