October 19th, 2010 10:47 AM
The Start variable was changing, in the end it was
for (int i = 0; i < this.Columns.Count; i++)
{
if (start > position && start < end)
...
October 18th, 2010 03:12 AM
Bumped, still having problems with this.
Sorted the code out too. Thanks.
October 15th, 2010 09:17 AM
Hi
I've created a class from a listview control which has several columns. What I want to happen is when you double click on an item in the listview it will open a particular input control. The...
October 13th, 2010 09:34 AM
Sorry its Visual Studio 2010 c#
October 13th, 2010 09:31 AM
Hi, new to the board so go easy :)
Ok the problem I have is this.
I have 2 combo boxes on a form that share "almost" the same functionality. What I'm wanting to do is when Im setting up the...