Skip to content
General IRCd

Created Browser Window Question.

A TG007 community discussion started by Warrior124.

Discussion 3 posts
Page 1 of 1
Open
Topic #8171 · 3 published posts · 1,456 views

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?

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

Edited Mar 14, 2007 9:15 AM by Ozzy10

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.

Edited Mar 14, 2007 9:33 AM by Warrior124