07-31-2012 02:37 AM
How can I get a list of open windows in LV 2011, windows 7? I want to check if a certain folder/window is open, such as "C:\tmp".....
I suppose is rather simple but I need to refresh myself in LV now... 😐
Thanks
Solved! Go to Solution.
07-31-2012 07:49 AM
07-31-2012 07:57 AM
Thank you. That worked. Great! But the LVwutil32.dll is not working correct under LV 2011 is some cases. But it solved the problem I was facing. 🙂
The LVwutil32.dll has a vi that make a window topmost, that don't work in 2011. I worked alot under 7.1...I think much is solved if I could find a good documentation for user32.dll. Have you seen some PDF or something?
Thanx again
07-31-2012 08:07 AM
@Haddock01 wrote:
Thank you. That worked. Great! But the LVwutil32.dll is not working correct under LV 2011 is some cases. But it solved the problem I was facing. 🙂
The LVwutil32.dll has a vi that make a window topmost, that don't work in 2011.
I have not had a problem using it. Perhaps it's the specific window you're trying to manipulate.
.I think much is solved if I could find a good documentation for user32.dll. Have you seen some PDF or something?
07-31-2012 09:01 AM
Now I know. Typical.!! The user-folder with all the shortcuts has my "name". It is located under C:\user\<name>. THAT folder can't be controlled by lvwutils32.dll. Any other folder, but not that one - as I can see. You said that the dll was working for you. That was good to here for me. Thanks again.