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

COM

 
GeneralRe: I hate string types!!! Pin
peterchen1-Oct-02 6:17
peterchen1-Oct-02 6:17 
GeneralRe: I hate string types!!! Pin
Anonymous23-Oct-02 10:31
Anonymous23-Oct-02 10:31 
QuestionWhy do I get this error? Pin
LukeV30-Sep-02 7:31
LukeV30-Sep-02 7:31 
AnswerRe: Why do I get this error? Pin
Stephane Rodriguez.30-Sep-02 7:53
Stephane Rodriguez.30-Sep-02 7:53 
GeneralActiveX, IE and admin rights Pin
Paul Selormey29-Sep-02 18:35
Paul Selormey29-Sep-02 18:35 
GeneralRe: ActiveX, IE and admin rights Pin
KaЯl4-Oct-02 5:23
KaЯl4-Oct-02 5:23 
QuestionHelp wanted!!! Receiving onmousemove events in web documents (frames as well)? Pin
Tommy Svensson27-Sep-02 0:40
Tommy Svensson27-Sep-02 0:40 
GeneralShell namespace extension folder refresh Pin
26-Sep-02 17:15
suss26-Sep-02 17:15 
Hi all,

I am building a Shell Namespace extension and am having trouble refreshing the folder tree view required when I add/delete nodes.

Some background info:
I am adding/deleting nodes to a backend tree/composite object structure and am using a refresh to refetch the required data to display in the namespace (ie an MVC approach). I am able to refresh the list view pane, however the Folder list in the TreeView does not update. I have tried playing with the SendMessage (a VK_F5 keystroke etc) to the tree control to try and force a refresh of the screen, without success. Manually pressing F5 or View->Refresh does refresh the screen correctly.

I have also tried browsing to the node (and also the parent) but had no luck.

// select the same folder to refresh the view.
UINT wFlags = 0;
wFlags = SBSP_SAMEBROWSER | SBSP_RELATIVE;
pShellBrowser->BrowseObject(NULL,wFlags);

So my question is how can I programatically force the equivalent of a F5 refresh.

I am new to namespace extensions so please be gentle Smile | :)


Thanks

David
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 
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 

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.