Click here to Skip to main content
15,918,168 members
Home / Discussions / COM
   

COM

 
GeneralRe: Access Internet Explorer Pin
Stephane Rodriguez.2-Oct-02 9:12
Stephane Rodriguez.2-Oct-02 9:12 
GeneralRe: Access Internet Explorer Pin
Todd Smith7-Oct-02 12:32
Todd Smith7-Oct-02 12:32 
GeneralMIDL changes property 'Count' to 'count' Pin
Anonymous1-Oct-02 7:22
Anonymous1-Oct-02 7:22 
GeneralRe: MIDL changes property 'Count' to 'count' Pin
Vi23-Oct-02 4:12
Vi23-Oct-02 4:12 
GeneralRe: MIDL changes property 'Count' to 'count' Pin
Vi23-Oct-02 17:37
Vi23-Oct-02 17:37 
GeneralCOM design question Pin
Jeremy Pullicino1-Oct-02 4:08
Jeremy Pullicino1-Oct-02 4:08 
GeneralRe: COM design question Pin
Ranjan Banerji1-Oct-02 4:33
Ranjan Banerji1-Oct-02 4:33 
GeneralRe: COM design question Pin
Mike Player1-Oct-02 4:46
Mike Player1-Oct-02 4:46 
GeneralRe: COM design question Pin
Stefan Pedersen1-Oct-02 4:48
Stefan Pedersen1-Oct-02 4:48 
GeneralRe: COM design question Pin
Jörgen Sigvardsson4-Oct-02 10:47
Jörgen Sigvardsson4-Oct-02 10:47 
GeneralRe: COM design question Pin
peterchen1-Oct-02 5:18
peterchen1-Oct-02 5:18 
GeneralRe: COM design question Pin
Steve Hopkins1-Oct-02 7:10
Steve Hopkins1-Oct-02 7:10 
GeneralRe: COM design question Pin
Vi23-Oct-02 4:39
Vi23-Oct-02 4:39 
GeneralRe: COM design question Pin
ZBUILDER13-Oct-02 17:30
ZBUILDER13-Oct-02 17:30 
GeneralCoInitializeSecurity Pin
Jason Henderson1-Oct-02 3:03
Jason Henderson1-Oct-02 3:03 
GeneralI hate string types!!! Pin
LukeV30-Sep-02 9:15
LukeV30-Sep-02 9:15 
GeneralRe: I hate string types!!! Pin
Ernest Laurentin30-Sep-02 17:59
Ernest Laurentin30-Sep-02 17:59 
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

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.