Search results for query: *

  1. lmstearn

    Building Out-Of-The-Box Tutorial Examples

    Code Added to Illustrate Issue Here's the code-behind: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents...
  2. lmstearn

    Building Out-Of-The-Box Tutorial Examples

    For the first one, all that had to be done was to replace StartupUri="WPF application/ResourcesFromCodeBehindSample.xaml"> with StartupUri="MainWindow.xaml" ... Golly gosh, the wrong errors were posted for the CustomDependencies: Let's repost them: Error The name "UserControl1" does not...
  3. lmstearn

    Building Out-Of-The-Box Tutorial Examples

    Hi there, With VS2017 15.5.2, building Resources from Code-behind, the final topic on this tutorial page: Get: Having tried most of the suggested workarounds from SO, not a clue as to where to go from here- is it something to do with views at all? Also compiling Custom Dependency Properties...
  4. lmstearn

    Question DLL Browser/ Repo for Application

    Weeell, time to :hurt: ditch the VS2010 in favour of the 2017 Community. Finding that a lotta things just don't work out of the box with 2010 anymore. Shame- but yeah- better upgrading than downgrading, and 2017 has a lot more to offer! Think this tutorial will supply most of what's demanded in...
  5. lmstearn

    Question DLL Browser/ Repo for Application

    Hi there, First question here as just joined, it's one regarding how to go about planning/implementating a smallish application that: Simulates the behaviour of a most basic mod manager- think this but much less functionality. Provides drag & drop of DLL files or compressed packages containing...
  6. lmstearn

    Greetings

    Hi all, what a cool site! Registered at another C# forum site back in 2013, but now there seems to be no trace of it! Edit: Oh no it was C# Corner! After ploughing through a few chapters of Beginning Visual C# back then, most of the material now is forgotten. But still have some examples from...
Back
Top Bottom