I'm writing an network application wich check wether a user is connected to the server or not. The users to check are kept in a listbox. I'm using a listbox with style set to checkboxed. When a user is online, the box is beeing checked, when he's offline, the box is unchecked. This is the part that working, now I want, when a the user doubbleclicks a listitem, anotherwindow pops up to send that user a message. The problem is not the window popping up, but the checkbox in the list beeing checked/unchecked. Is there a way to allow the user to dblclick the list, but not change the checkbox value?
Thanx

Tom Cannaerts
[email protected]

The best way to escape a problem, is to solve it.