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

COM

 
AnswerRe: serial port programming using threads in c Pin
«_Superman_»26-Feb-09 21:12
professional«_Superman_»26-Feb-09 21:12 
QuestionHow to find DispIds for excel procedures? Pin
SNI26-Feb-09 1:36
SNI26-Feb-09 1:36 
Questionfail to get IHTMLElement from IHTMLFormElement Pin
computer_nerd24-Feb-09 5:03
computer_nerd24-Feb-09 5:03 
AnswerRe: fail to get IHTMLElement from IHTMLFormElement Pin
Jonathan Davies25-Feb-09 5:49
Jonathan Davies25-Feb-09 5:49 
GeneralRe: fail to get IHTMLElement from IHTMLFormElement Pin
computer_nerd27-Feb-09 12:48
computer_nerd27-Feb-09 12:48 
GeneralRe: fail to get IHTMLElement from IHTMLFormElement Pin
Jonathan Davies28-Feb-09 3:52
Jonathan Davies28-Feb-09 3:52 
GeneralRe: fail to get IHTMLElement from IHTMLFormElement Pin
computer_nerd1-Mar-09 1:30
computer_nerd1-Mar-09 1:30 
Questionshell Undo manager Pin
Frank Thielemann24-Feb-09 4:11
Frank Thielemann24-Feb-09 4:11 
when you delete a file in explorer, you can later undo the delete (restore) the file.
even when you start a second instance of the explorer, the menu with the undo command is updated
correctly in both instances.

i think internaly the shell uses ONE IOleUndoManager.

when you make changes to directories and files (copy, delete, rename...) and use IFileOperation, then your changes are automaticly registered in the undoManager.

My question is, how can i access this IOleUndoManager?

Vista32:
i create a instance of CLSID_ExplorerBrowser.
then i get a IServiceProvider from that browser.
then i do a QueryService(services, SID_SOleUndoManager, IID_IOleUndoManager);

but i get only a E_FAIL from that..(Service not found).
Note: i also programmed a shell namespace extension and i see that the shell
uses internaly the IOleUndoManager.

in msdn i only find the interface documentation.
QuestionImport COM exe server Pin
RevathiRamakumar23-Feb-09 22:31
RevathiRamakumar23-Feb-09 22:31 
AnswerRe: Import COM exe server Pin
Jonathan Davies25-Feb-09 5:11
Jonathan Davies25-Feb-09 5:11 
QuestionCOM ATL exe question Pin
Anthony988723-Feb-09 9:20
Anthony988723-Feb-09 9:20 
QuestionRe: COM ATL exe question Pin
CPallini23-Feb-09 22:39
mveCPallini23-Feb-09 22:39 
AnswerRe: COM ATL exe question [modified] Pin
RevathiRamakumar23-Feb-09 22:45
RevathiRamakumar23-Feb-09 22:45 
GeneralRe: COM ATL exe question Pin
CPallini23-Feb-09 22:51
mveCPallini23-Feb-09 22:51 
GeneralRe: COM ATL exe question Pin
RevathiRamakumar23-Feb-09 22:55
RevathiRamakumar23-Feb-09 22:55 
AnswerRe: COM ATL exe question Pin
Anthony988724-Feb-09 10:01
Anthony988724-Feb-09 10:01 
QuestionWritting Add in for PDF. Pin
SNI23-Feb-09 1:02
SNI23-Feb-09 1:02 
QuestionDeleting an Instance of IShellFolder Pin
gn0tto22-Feb-09 23:39
gn0tto22-Feb-09 23:39 
QuestionRe: Deleting an Instance of IShellFolder Pin
gn0tto27-Feb-09 2:09
gn0tto27-Feb-09 2:09 
QuestionWhat are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 4:09
grassrootkit19-Feb-09 4:09 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Alexandre GRANVAUD19-Feb-09 5:14
Alexandre GRANVAUD19-Feb-09 5:14 
AnswerRe: What are the ways a COM dll can be used? + questions Pin
Roger Stoltz19-Feb-09 5:14
Roger Stoltz19-Feb-09 5:14 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
Alexandre GRANVAUD19-Feb-09 5:16
Alexandre GRANVAUD19-Feb-09 5:16 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 21:14
grassrootkit19-Feb-09 21:14 
GeneralRe: What are the ways a COM dll can be used? + questions Pin
grassrootkit19-Feb-09 21:23
grassrootkit19-Feb-09 21:23 

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.