Click here to Skip to main content
15,919,422 members
Home / Discussions / WPF
   

WPF

 
QuestionCapture images via webcam Pin
Yosh_2-Feb-10 2:15
professionalYosh_2-Feb-10 2:15 
AnswerRe: Capture images via webcam Pin
Abhinav S2-Feb-10 3:53
Abhinav S2-Feb-10 3:53 
AnswerRe: Capture images via webcam Pin
Kunal Chowdhury «IN»8-Feb-10 7:08
professionalKunal Chowdhury «IN»8-Feb-10 7:08 
GeneralRe: Capture images via webcam Pin
Yosh_8-Feb-10 7:33
professionalYosh_8-Feb-10 7:33 
QuestionConveyor Belt... Pin
Pankaj Nikam1-Feb-10 22:31
professionalPankaj Nikam1-Feb-10 22:31 
AnswerRe: Conveyor Belt... Pin
Abhinav S1-Feb-10 22:58
Abhinav S1-Feb-10 22:58 
GeneralRe: Conveyor Belt... Pin
Pankaj Nikam2-Feb-10 5:24
professionalPankaj Nikam2-Feb-10 5:24 
QuestionAccess to WPF shapes from C# Pin
sajib_bd1-Feb-10 12:36
sajib_bd1-Feb-10 12:36 
i have drawn six ellipse using wpf.

<Ellipse Name="e1" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="48,56,0,0" VerticalAlignment="Top" Width="80" Height="80"/>
<Ellipse Name="e2" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="176,56,0,0" VerticalAlignment="Top" Width="80" Height="80"/>
<Ellipse Name="e3" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="296,56,0,0" VerticalAlignment="Top" Width="80" Height="80"/>
<Ellipse Name="e4" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="48,200,0,0" VerticalAlignment="Top" Width="80" Height="80"/>
<Ellipse Name="e5" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="176,200,0,0" VerticalAlignment="Top" Width="80" Height="80"/>
<Ellipse Name="e6" Fill="White" Stroke="Black" HorizontalAlignment="Left" Margin="296,200,0,0" VerticalAlignment="Top" Width="80" Height="80"/>

now i want to access those ellipse using C#. i dont want to call them one-by-one (like e1,e2,e3), but want to call them all in once using for loop (like. for (i=1;i<=6;i++; .... )

How can i do those? can i use those ellipse as variable?
AnswerRe: Access to WPF shapes from C# Pin
Pete O'Hanlon2-Feb-10 3:41
mvePete O'Hanlon2-Feb-10 3:41 
QuestionIs there any IDE for the XAML development Pin
indian1431-Feb-10 12:21
indian1431-Feb-10 12:21 
AnswerRe: Is there any IDE for the XAML development Pin
Sundeep Ganiga1-Feb-10 20:23
Sundeep Ganiga1-Feb-10 20:23 
GeneralRe: Is there any IDE for the XAML development Pin
Abhinav S1-Feb-10 22:23
Abhinav S1-Feb-10 22:23 
GeneralRe: Is there any IDE for the XAML development Pin
indian1432-Feb-10 12:39
indian1432-Feb-10 12:39 
GeneralRe: Is there any IDE for the XAML development Pin
Abhinav S4-Feb-10 11:32
Abhinav S4-Feb-10 11:32 
GeneralRe: Is there any IDE for the XAML development Pin
indian1432-Feb-10 15:09
indian1432-Feb-10 15:09 
Questionseeking your suggestions Pin
mrkeivan31-Jan-10 8:14
mrkeivan31-Jan-10 8:14 
AnswerRe: seeking your suggestions Pin
Abhinav S31-Jan-10 10:09
Abhinav S31-Jan-10 10:09 
AnswerRe: seeking your suggestions Pin
Jammer2-Feb-10 9:30
Jammer2-Feb-10 9:30 
AnswerRe: seeking your suggestions Pin
Kevin McFarlane3-Feb-10 4:53
Kevin McFarlane3-Feb-10 4:53 
QuestionMulti player game over internet using WPF/Silverlight. Pin
mittalpa30-Jan-10 18:54
mittalpa30-Jan-10 18:54 
AnswerRe: Multi player game over internet using WPF/Silverlight. Pin
Sdry30-Jan-10 22:47
Sdry30-Jan-10 22:47 
GeneralRe: Multi player game over internet using WPF/Silverlight. Pin
mittalpa31-Jan-10 6:13
mittalpa31-Jan-10 6:13 
GeneralRe: Multi player game over internet using WPF/Silverlight. Pin
Sdry31-Jan-10 8:58
Sdry31-Jan-10 8:58 
GeneralRe: Multi player game over internet using WPF/Silverlight. Pin
mittalpa1-Feb-10 8:37
mittalpa1-Feb-10 8:37 
GeneralRe: Multi player game over internet using WPF/Silverlight. Pin
Ray Cassick1-Feb-10 10:52
Ray Cassick1-Feb-10 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.