Recent content by jeremyr

  1. J

    Which item is highlighted in Combo box dilema

    Correction but still an issue Thanks DCrake, Yes I meant list boxes (I realised this mis-wording after I went to bed). I was wishing to use extended as I want the user to select multiple items in the box. (Some code runs with each onclick event to process their immediate selection and some...
  2. J

    Which item is highlighted in Combo box dilema

    I have a multi select combo box. When someone clicks on an item in this combobox it is highlighted. Here is the problem: If someone click on an item (lets call it item1) and then drags the mouse to another item (lets say item7) before letting go of the mouse button, then two things happen...
  3. J

    Multi Select Listbox being a drag

    I have a multi-select Simple Listbox where a user can select items to be moved. As each item is clicked a function is called to decide what to do with it. All good so far but here is where I am stuck. If the user holds down the mouse button & drags it this is what happens: 1) The item that the...
  4. J

    which control triggered the MouseMove event?

    I have a number of controls on a form. They all point to the same function when the mousemove event is triggered How can I get this function to find out the name of the control that has triggered the on mouse move event? Thanks in advance for saving my hair! -Jeremy
Back
Top Bottom