Is there a way of returning folder\file names of the highlighted folder\file when using nhtmln_2.95.dll in a created browser window?
A TG007 community discussion started by Warrior124.
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
My code does NOT have bugs. It just develops random features.
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.
Sign in to reply or start a new topic where your account has permission.