Click here to Skip to main content
15,917,642 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM handle leaks? Pin
Wayne Hutchinson18-Jul-03 7:30
Wayne Hutchinson18-Jul-03 7:30 
GeneralDownload ActiveX Pin
Anonymous15-Jul-03 5:36
Anonymous15-Jul-03 5:36 
GeneralRe: Download ActiveX Pin
Anonymous15-Jul-03 5:49
Anonymous15-Jul-03 5:49 
GeneralLocation transparency Pin
In-At14-Jul-03 20:02
In-At14-Jul-03 20:02 
QuestionHow to programmatically set the "Minutes until idle shutdown:" value in the Advanced Tab? Pin
ckatili14-Jul-03 11:00
ckatili14-Jul-03 11:00 
GeneralDirect Music Pin
Mad Docs Hairy Belly11-Jul-03 10:11
Mad Docs Hairy Belly11-Jul-03 10:11 
GeneralRe: Direct Music Pin
Hadi Rezaee12-Jul-03 10:57
Hadi Rezaee12-Jul-03 10:57 
GeneralUninstalling a COM component/server Pin
Anonymous11-Jul-03 8:18
Anonymous11-Jul-03 8:18 
I've created a COM component and now I want to install it. I've wrapped it up in an installable package using InstallShield. I can then choose to uninstall it using the Add/Remove software utility. If I want to uninstall it from another I write some code to unregister it like this:

HINSTANCE hModule = LoadLibraryA(szModuleFilename);
HRESULT (STDAPICALLTYPE	*pfn)(void);
(FARPROC&)pfn = GetProcAddress(hModule, "DllUnregisterServer");


I can then delete the DLL and it's containing folder but that's not really satisfactory is it?

What's the best way of doing it? I guess there must be a way of emulating the call to the Add/Remove utility and I guess this is probably the best method. Anyone know how or have an opinion?
GeneralRe: Uninstalling a COM component/server Pin
valikac12-Jul-03 5:05
valikac12-Jul-03 5:05 
GeneralRe: Uninstalling a COM component/server Pin
Anonymous12-Jul-03 13:07
Anonymous12-Jul-03 13:07 
QuestionHOW TO IMPORT A TAB DELIMITED TEXT FILE INTO AN ACCESS DATABSE PROGRAMMATICALLY? Pin
vcseeker9-Jul-03 23:13
vcseeker9-Jul-03 23:13 
AnswerRe: HOW TO IMPORT A TAB DELIMITED TEXT FILE INTO AN ACCESS DATABSE PROGRAMMATICALLY? Pin
Mil1013-Jul-03 18:28
Mil1013-Jul-03 18:28 
GeneralCOM/ATL trying to write a new interface, getting error base class undefined Pin
yoshibebe9-Jul-03 8:19
yoshibebe9-Jul-03 8:19 
GeneralRe: COM/ATL trying to write a new interface, getting error base class undefined Pin
Heath Stewart10-Jul-03 3:56
protectorHeath Stewart10-Jul-03 3:56 
GeneralAccessing images trough IHTMLDocument2 Pin
SysLo7-Jul-03 22:36
SysLo7-Jul-03 22:36 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
Heath Stewart10-Jul-03 4:06
protectorHeath Stewart10-Jul-03 4:06 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
SysLo13-Jul-03 21:32
SysLo13-Jul-03 21:32 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
Heath Stewart14-Jul-03 1:53
protectorHeath Stewart14-Jul-03 1:53 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
SysLo15-Jul-03 1:34
SysLo15-Jul-03 1:34 
GeneralNot detecting interfaces Pin
satishsilla7-Jul-03 17:29
satishsilla7-Jul-03 17:29 
Generalin-proc ==>> Out-of-proc Pin
In-At7-Jul-03 0:44
In-At7-Jul-03 0:44 
GeneralRe: in-proc ==>> Out-of-proc Pin
Vi210-Jul-03 3:09
Vi210-Jul-03 3:09 
GeneralRe: in-proc ==>> Out-of-proc Pin
In-At14-Jul-03 20:01
In-At14-Jul-03 20:01 
GeneralRe: in-proc ==>> Out-of-proc Pin
Vi215-Jul-03 2:29
Vi215-Jul-03 2:29 
GeneralRe: in-proc ==>> Out-of-proc Pin
In-At15-Jul-03 2:42
In-At15-Jul-03 2:42 

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.