wccppp Posted March 3, 2008 Posted March 3, 2008 Hello, When using Run( "explorer.exe /e, " & $folder) to launch Windows Explorer and navigate to a folder, is there a way to open the Explorer in the secondary monitor? I have two monitors and the one on left side is the primary one. I guess that also leads to another question: can I determine whether there are two monitors? If so, which is the primary one. Thanks!
Monamo Posted March 3, 2008 Posted March 3, 2008 wccppp said: Hello,When using Run( "explorer.exe /e, " & $folder) to launch Windows Explorer and navigate to a folder, is there a way to open the Explorer in the secondary monitor?WinMove() will work for ya. wccppp said: can I determine whether there are two monitors? If so, which is the primary one.There are a couple examples in the forums. I'd suggest a search including "WMI" and "multiple monitors". - MoChr(77)& Chr(97)& Chr(100)& Chr(101)& Chr(32)& Chr(121)& Chr(97)& Chr(32)& Chr(108)& Chr(111)& Chr(111)& Chr(107)-------I've told you 100,000 times not to exaggerate!-------Don't make me hit you with my cigarette hand...-------My scripts:Random Episode Selector, Keyboard MouseMover, CopyPath v2.1, SmartRename for XP,Window Tracer[sup]New![/sup]
wccppp Posted March 3, 2008 Author Posted March 3, 2008 Monamo said: WinMove() will work for ya.There are a couple examples in the forums. I'd suggest a search including "WMI" and "multiple monitors".Thanks Monamo.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now