Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manipulate 3 Windows Explorer windows with same base path.
#6
Hi Kevin, I tried running the code and gives the following output:

82446964 CabinetWClass "C:\M03 Wins\dir1" EXPLORER
133920 CabinetWClass "C:\M03 Wins\dir2" EXPLORER
68844 CabinetWClass "C:\M03 Wins\dir3" EXPLORER
134534 CabinetWClass "C:\M03 Wins\dir4" EXPLORER
69166 CabinetWClass "C:\M03 Wins\dir5" EXPLORER
69166 CabinetWClass "C:\M03 Wins\dir5" EXPLORER
134856 CabinetWClass "C:\Temp" EXPLORER

So it seems to output two number 5 dirs, however, it does not open two number 5's.
 
Code:
Copy      Help
winNames[5]="C:\M03 Wins";; -573 460 501 420

And did not open the "C:\M03 Wins" directory, this is similar problem I had with my other code.
For some reason windows does not want to open the parent directory.
I'm stumped...
PS. sorry for the x y coords, I'm running 3 Monitors. And thanks for the help!

PPS.  Never mind Kevin, I just switched 0 with 5
winNames[5]="C:\M03 Wins\dir1";; -575 30 501 419
winNames[1]="C:\M03 Wins\dir2";; -1089 454 501 419
winNames[2]="C:\M03 Wins\dir3" ;; -1091 31 501 419
winNames[3]="C:\M03 Wins\dir4" ;; -1602 477 501 426
winNames[4]="C:\M03 Wins\dir5" ;; -1601 13 501 464
winNames[0]="C:\M03 Wins";; -573 460 501 420
winNames[6]="C:\Temp" ;; 167 6 980 476

Thanks again!!


Messages In This Thread
RE: Manipulate 3 Windows Explorer windows with same base path. - by ScottF - 09-15-2021, 09:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)