Browse by Tags
Sorry, but there are no more tags available to filter with.
-
An application I’ve been working on has the vague property of “displaying items on the screen”, and a fairly unusual requirement which specifies that users be able to completely define how the items look. Our items are displayed on a timeline and can Read More...
-
Traditionally, handling command-line args in an app has been a simple case of reading arguments from the “int main()” function (or equivalent). In WPF this changes somewhat. The usual setup is that you have your App.xaml.cs, which loads your initial window. Read More...