AutoHotkey Community

It is currently May 26th, 2012, 9:25 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: July 29th, 2009, 5:52 pm 
Offline

Joined: October 13th, 2008, 4:14 pm
Posts: 60
Location: South Park, Colorado
Anybody know why this code --

Code:
ID := WinExist("A")
PostMessage, 0x111, 28931,,, ahk_id %ID%


-- works just fine to refresh the desktop but does nothing to refresh an open, active directory?

I could also live with a better way to programmatically refresh a directory view in Vista x64 if anybody knows of one.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 3rd, 2009, 7:02 pm 
Offline

Joined: October 13th, 2008, 4:14 pm
Posts: 60
Location: South Park, Colorado
Someone must know.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 20th, 2009, 12:11 pm 
Offline

Joined: November 30th, 2008, 12:11 am
Posts: 18
try this:
Code:
Run, YOURFOLDERHERE,,,OutputVarPID
SendMessage, 0x1A, 42,,, ahk_id %OutputVarPID%


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, wolverineks and 60 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group