kriz, thanks for watching.
Cheers
Daniel
First THIS WAS great and addressed almost everything I needed.
I have an issue and dont know how to address it and it was not addressed in the video.
I hope you or someone can help.
I placed a UserControl onto my WinForm some of the Xaml is below. If you notice in my user control
there is a PlusButton_Click how do I attach that to the main form?
Or how to alter the Winform to be able to handle a click event on the controls? How do I forward this? Its a custom control.
<UserControl1>
........
<Grid> <Slider Name="slider1" Width="21" Orientation="Vertical" TickFrequency="1" Maximum="5" TickPlacement="None" IsSnapToTickEnabled="True" Value="0" HorizontalAlignment="Left" Margin="1,23,0,17" /> <Button x:Name="PlusButton" HorizontalAlignment="Left" VerticalAlignment="Top" Width="25"
Content="+" Height="37" Style="{StaticResource NewUpButton}" Background="#FF1C96FF"
FontWeight="Black" FontFamily="Arial" FontSize="16"
Click="PlusButton_Click" /> </Grid></UserControl1>
HELP?!
Hi ChicagoBob
Glad the video was useful. May I suggest that you use the free online forums for WPF questions please:
http://social.msdn.microsoft.com/Forums/en-US/wpf/threads
Good luck!