Posted by member 7223 on 2003-02-23 02:56:23 link

Humm, I'm not using LSBox for a while, but I could give you some tricks:
- Use mzscript.dll. It gives you vars like %{MouseX} and %{MouseY}. Then you can easily write things like !Exec !LsBoxMoveBox %{MouseX} %{MouseY}
- I don't know why you use !LsBoxCreate. I recommend to create boxes only one time and use !LsBoxShow, !LsBoxHide. I don't know if creating several times the same box could be buggy or not, but I guess it's not a good way...
- I don't know how LsBoxAutoHide works. Perhaps when LsxCommand get the focus, the box loose its own focus... Ty another way...