Click here to Skip to main content
15,887,746 members
Home / Discussions / COM
   

COM

 
GeneralShell namespace extension folder refresh Pin
26-Sep-02 17:15
suss26-Sep-02 17:15 
GeneralRe: Shell namespace extension folder refresh Pin
dabs1-Oct-02 4:30
dabs1-Oct-02 4:30 
GeneralRe: Shell namespace extension folder refresh Pin
David Karunaratne7-Oct-02 19:17
sussDavid Karunaratne7-Oct-02 19:17 
QuestionDoes anyone know???? Pin
Anonymous26-Sep-02 6:50
Anonymous26-Sep-02 6:50 
QuestionI need to add an Outlook toolbar to a .NET form? Pin
Derek Smigelski26-Sep-02 6:21
Derek Smigelski26-Sep-02 6:21 
AnswerRe: I need to add an Outlook toolbar to a .NET form? Pin
Stephane Rodriguez.26-Sep-02 6:43
Stephane Rodriguez.26-Sep-02 6:43 
Generalregistering an automation object Pin
Anonymous26-Sep-02 5:06
Anonymous26-Sep-02 5:06 
GeneralRe: registering an automation object Pin
Stephane Rodriguez.26-Sep-02 5:10
Stephane Rodriguez.26-Sep-02 5:10 
To make sure it's not a simple security problem (for instance ActiveX scripting is not enabled), just test this code snippet :
var xmldoc = new ActiveXObject("Msxml2.DOMDocument");
xmldoc.async = false;
xmldoc.load("someData.xml");





if you start putting in too manay features, it no longer remains useful for beginners
quote in a CP article comment, shiraz baig
GeneralRe: registering an automation object Pin
Anonymous26-Sep-02 5:36
Anonymous26-Sep-02 5:36 
GeneralMonikers and ROT Pin
[James Pullicino]26-Sep-02 3:34
[James Pullicino]26-Sep-02 3:34 
GeneralRe: Monikers and ROT Pin
Vi227-Sep-02 1:54
Vi227-Sep-02 1:54 
GeneralIMessengerAddIn Pin
IUnknown25-Sep-02 3:58
IUnknown25-Sep-02 3:58 
GeneralRe: IMessengerAddIn Pin
IUnknown26-Sep-02 2:55
IUnknown26-Sep-02 2:55 
GeneralURGENT Problem registering COM in process server (0x00000485) Pin
Black ghost24-Sep-02 2:27
Black ghost24-Sep-02 2:27 
GeneralRe: URGENT Problem registering COM in process server (0x00000485) Pin
Stephane Rodriguez.24-Sep-02 2:53
Stephane Rodriguez.24-Sep-02 2:53 
GeneralRe: URGENT Problem registering COM in process server (0x00000485) Pin
David Salter24-Sep-02 11:13
David Salter24-Sep-02 11:13 
GeneralRe: URGENT Problem registering COM in process server (0x00000485) Pin
Vi225-Sep-02 2:24
Vi225-Sep-02 2:24 
GeneralRe: URGENT Problem registering COM in process server (0x00000485) Pin
G Daniel5-Dec-02 1:53
G Daniel5-Dec-02 1:53 
Generalatl full control Pin
smartnose23-Sep-02 18:20
smartnose23-Sep-02 18:20 
Generaldirectshow and gdi Pin
lupus22-Sep-02 19:10
lupus22-Sep-02 19:10 
GeneralRe: directshow and gdi Pin
Stephane Rodriguez.24-Sep-02 2:50
Stephane Rodriguez.24-Sep-02 2:50 
QuestionHow long will COM exist ? Pin
Nick Parker20-Sep-02 8:57
protectorNick Parker20-Sep-02 8:57 
AnswerRe: How long will COM exist ? Pin
David Salter23-Sep-02 9:14
David Salter23-Sep-02 9:14 
GeneralDefault parameters in IDL Pin
Jerome Conus18-Sep-02 20:21
Jerome Conus18-Sep-02 20:21 
GeneralRe: Default parameters in IDL Pin
Stephane Rodriguez.18-Sep-02 20:47
Stephane Rodriguez.18-Sep-02 20:47 

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.