Can anyone give me a Visual Basic workaround for raising this event.
myBorder.Loaded += delegate(object sender, RoutedEventArgs e){ellipseStoryboard.Begin(this);};
Last modified by Thyroid on 1/10/2009 7:51:01 PM
This is more like the learning resource I'm used to. I just wish all the How-Tos could magically transform into this format.
Last modified by Thyroid on 1/10/2009 6:32:11 AM
Can anyone tell me how the column definition is being registered using this method as the method is not using the instantiated class variable.
Grid.SetColumn(firstName, 1) : grid1.Children.Add(firstName)
I can't grasp this concept.
Last modified by Thyroid on 1/10/2009 5:02:47 AM
Tags: None
Am I in the minority for longing for examples that walkthrough a complete example, like in the MSDN library. They really helped me learn programming. I would imagine they would be an excellent learning skill for the compiler. I know you can read t...
Last modified by Thomas Lee on 1/9/2009 9:15:30 PM
I'm a little confused over using a control class directly. In the above example DockPanel.SetDock. Is there any articles where I can learn about this usage, as I think this will come in useful working with Visual Studio in general.
Last modified by Thyroid on 1/9/2009 1:53:37 PM
Tags: None
<< Previous |
Next >> |
Show All