Jump to content

Created Browser Window Question.


Warrior124

Recommended Posts

if they are links , yes

Then you use a handler in the code and it returns what the curser goes over

you could also use $devent

depends what exactly you want to do

Link to comment
Share on other sites

What I want to do is whenever I position my mouse over a folder\file it will return the name of whatever the mouse is over. I have this...

 

alias nHTMLn.handler {
  echo -a $dll($nhtmln,caption,$1) $2-
  return S_OK
}

 

It returns the directory name everytime when I click on a folder, but it doesn't return file names. Plus I don't want to have to click on an item just to get its name. I would like to be able to highlight multiple files using the left click mouse button, and it will retreive the names of all the files\folders I selected.

Edited by Warrior124
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...