lasso

Filemaker & lasso: viable web application ?

Hi everyone. We have a huge web application running on lasso, mainly because it first was a huge internal filemaker database, that was to be opened to the public as a web app. The web application doesn't use filemaker though, it runs on a MySQL database, recreated every day. The only reason I know of for using lasso is it's easy integ...

WPF implementing a rubberband type selection within a listbox.

I'm trying to allow rubberband or lasso type selection of the items in the listbox that the user wants selected. My Listbox is in a grid and to the grid I added a control that draws a rectangle over the area I want to select. I've tried hit testing the listbox items to see if they fall within the rectangle but they all seem to return t...

Multiple selection in a TreeView

I am using a Windows Forms TreeView control in my program. I would like to allow the user to select multiple nodes at the same level by dragging their mouse pointer around (also called a "lasso" selection). I don't think a standard TreeView allows that. My question is what would be the best way to achieve this? Do I have to write custom...

WPF Custom lasso selector ?

Hello, How can I implement a custom lasso selector on InkCanvas ? How to detect involved inks or elements by collecting points generated by mouse move ? Just point me to namespaces & classes that .Net 3.5 provide to help solve the problem ...