As seen in image, I need a copy of the remove selected ( marked in red ) to be available as a button down. ( it will remove the top item + send mail to next ).

How is it possible to have a button point to same code.

http://imgur.com/5bFC4dT

I'm a little unclear of what you need exactly but you canhave a button point to any code you want. Just make sure the code you want to run is in a function by itself and inside the button click code call the function you need.
So if you have functions removeTop() and sendMail(), your button_click would just call both of them.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.