Hi,
I have a problem with the "Get Clicked Col Hdr" method of a Multicolumn Listbox and the "Mouse Down" event of an Event Structure.
I want my program to run as fast as possible so I placed the method in the mouse down event (because property/invoke nodes are "very slow"). See attached file!
Now the problem is:
When I click on a row I get a value of -2, that's OK!
When I click on a scrollbar I get -2, that's also OK!
But when I click on a Column Header I get also -2. Not OK! But the funny thing is when I click on a Header and then on the scrollbar I get the value of the Header!!!??? When I click on a Header and then a Row I get, as expected, a value of -2.
What's going wrong? Is this normal?
BJ
K