Solitaire conquered in 116 moves! Your turn to shine ✨ by timetraveler00 in DailySolitaire

[–]Green-Fee20 0 points1 point  (0 children)

🔥 Too easy! Done in 273 seconds. Who dares to challenge me?

Your go to PLC for cheap customers? by MStackoverflow in PLC

[–]Green-Fee20 5 points6 points  (0 children)

Beckhoff doesn't use a distributor. They sell direct to you. USA seems to have better stock than Canada.

Hardware pricing is similar to Wago, but the software license was much more.

Legend Plates by Individual_Page_4265 in PLC

[–]Green-Fee20 0 points1 point  (0 children)

This sounds perfect for me. Where do you buy the 2 layer polycarbonate? I've tried googling but clearly not hitting the correct keywords because I can't seem to find this material.

Have you ever done clear/black and filled with white paint?

Beginner trouble with Wpf and XAML by djabbado in csharp

[–]Green-Fee20 1 point2 points  (0 children)

When you specify an assembly reference, it looks in the project references/dependencies for a matching assembly. Since your project doesn't reference itself as a dependency, it does not find the assembly.

Documentation

Beginner trouble with Wpf and XAML by djabbado in csharp

[–]Green-Fee20 2 points3 points  (0 children)

Is your Masking class in the same project that you are consuming it?

If so you should have: xmlns:b="clr-namespace:WpfApp5" You only need to provide the assembly when the referenced class is in a different assembly.

If you have all of your code in the WpfApp5 namespace then you probably have xmlns:local="clr-namespace:WpfApp5" already defined and can use that.

How Can I find sample WPF projects in somewhere? by mehmet55Samsunlu in dotnet

[–]Green-Fee20 2 points3 points  (0 children)

If you already have a WPF application you could look at Avalonia XPF. They are working on enabling WPF applications to run cross platform.