This is a migrated thread and some comments may be shown as answers.

LINQ query using Slider Values

1 Answer 46 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Himanshu Thakur
Top achievements
Rank 1
Himanshu Thakur asked on 26 Nov 2009, 12:15 AM

Hi,

I am getting the following error in compilation at this part of the code ((SliderLivingArea.SelectionStart) && (q.LivingArea == SliderLivingArea.SelectionStart))

Error Desc: Error 1 Operator '&&' cannot be applied to operands of type 'int' and 'bool' 

Though I tried Type casting but it didnt helped.
Any Ideas or suggesstions?

Another question, For the slider's Minimum value am I using the right property as .SelectionStart or Do I need to use .MinimumValue instead?

Cheers!

1 Answer, 1 is accepted

Sort by
0
Himanshu Thakur
Top achievements
Rank 1
answered on 29 Nov 2009, 11:27 PM
Disregard the previous post..

Already Fixed!
Tags
Slider
Asked by
Himanshu Thakur
Top achievements
Rank 1
Answers by
Himanshu Thakur
Top achievements
Rank 1
Share this question
or