Click here to Skip to main content
15,894,825 members
Home / Discussions / COM
   

COM

 
GeneralRe: Help~~~ Pin
HuizhiZhao6-Aug-06 15:35
HuizhiZhao6-Aug-06 15:35 
Questionnewbee trying to create GUID programetically Pin
harsha_12343-Aug-06 21:17
harsha_12343-Aug-06 21:17 
AnswerRe: newbee trying to create GUID programetically [modified] Pin
Jonathan [Darka]3-Aug-06 21:39
professionalJonathan [Darka]3-Aug-06 21:39 
Questionhow can i handling IHTMLElement event,about reuseing webbrowser Pin
O_O_O3-Aug-06 15:42
O_O_O3-Aug-06 15:42 
QuestionProblem releasing an object from memory in IE Pin
gvsunil2-Aug-06 23:31
gvsunil2-Aug-06 23:31 
AnswerRe: Problem releasing an object from memory in IE Pin
Mike Dimmick6-Aug-06 23:29
Mike Dimmick6-Aug-06 23:29 
Questionquetion regarding ocx object unloading (Addref, Release) Pin
darbien siamak2-Aug-06 9:39
darbien siamak2-Aug-06 9:39 
AnswerRe: quetion regarding ocx object unloading (Addref, Release) Pin
Mike Dimmick14-Aug-06 16:35
Mike Dimmick14-Aug-06 16:35 
There's a delay between when the last reference is released and when the DLL containing the objects is unloaded. Periodically, a component host will (or should) call CoFreeUnusedLibraries(Ex). This API in turn calls your DllCanUnloadNow function. The MFC AppWizard should have implemented this function for you.

So you just have to wait for IE to call CoFreeUnusedLibrariesEx.

Stability. What an interesting concept. -- Chris Maunder

QuestionAutofilter Method of Excel worksheet range? Pin
vaibhav24122-Aug-06 6:38
vaibhav24122-Aug-06 6:38 
QuestionPING other Systems Pin
abhiramsss31-Jul-06 2:09
abhiramsss31-Jul-06 2:09 
AnswerRe: PING other Systems Pin
QuickDeveloper1-Aug-06 18:25
QuickDeveloper1-Aug-06 18:25 
QuestionHow to open DLL files to read the code Pin
Harshad Pednekar31-Jul-06 1:18
Harshad Pednekar31-Jul-06 1:18 
AnswerRe: How to open DLL files to read the code Pin
Prakash Nadar1-Aug-06 1:14
Prakash Nadar1-Aug-06 1:14 
QuestionSinks Pin
DanB198328-Jul-06 0:08
DanB198328-Jul-06 0:08 
AnswerRe: Sinks Pin
Stephen Hewitt28-Jul-06 1:17
Stephen Hewitt28-Jul-06 1:17 
AnswerRe: Sinks Pin
Kiran Pinjala31-Jul-06 21:26
Kiran Pinjala31-Jul-06 21:26 
QuestionI want to load COM objects in a C# application Pin
Steve Messer27-Jul-06 17:20
Steve Messer27-Jul-06 17:20 
AnswerRe: I want to load COM objects in a C# application Pin
sudeesh8-Aug-06 18:11
sudeesh8-Aug-06 18:11 
GeneralRe: I want to load COM objects in a C# application Pin
Steve Messer8-Aug-06 18:38
Steve Messer8-Aug-06 18:38 
QuestionAbout IE 7 Tabs Pin
JaydeepB26-Jul-06 21:46
JaydeepB26-Jul-06 21:46 
AnswerRe: About IE 7 Tabs Pin
JaydeepB27-Jul-06 21:25
JaydeepB27-Jul-06 21:25 
QuestionSpy Com Pin
blue_rabbit26-Jul-06 21:02
blue_rabbit26-Jul-06 21:02 
AnswerRe: Spy Com Pin
Mike Dimmick28-Jul-06 3:54
Mike Dimmick28-Jul-06 3:54 
GeneralRe: Spy Com Pin
blue_rabbit1-Aug-06 21:49
blue_rabbit1-Aug-06 21:49 
QuestionCoCreateInstance failed Pin
Wolfgang Jia25-Jul-06 23:24
Wolfgang Jia25-Jul-06 23:24 

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.