Podreju
Podreju
CC#
Created by Podreju on 1/3/2025 in #help
How does Generic<T>.Clear work
Hi, could you please explain how the Generic<T>.Clear method works? Does it instantly remove data from memory or not? When does the cleanup occur, and can this be controlled?
31 replies
CC#
Created by Podreju on 1/2/2025 in #help
Which HTML Viewer would you recommend for WPF .NET 6+ platform?
Hi, I'm looking for a simple and lightweight HTML Viewer with CSS/JS support. It should only display HTML content and, if possible, execute JS code. No navigation through links is needed.
7 replies
CC#
Created by Podreju on 12/24/2024 in #help
How do I run WebView2 using MVVM?
How do I run WebView2 using MVVM? Would using Microsoft.Xaml.Behaviors? Do I want to navigate using binding to
public string? Content { get; private set; }
public string? Content { get; private set; }
2 replies
CC#
Created by Podreju on 6/21/2024 in #help
C# WPF: Creating 2D Graphics
I have been tasked with writing a program similar to AutoCAD but in a more simplified version. The functionality includes creating a drawing based on geodetic points, as well as creating a building or floor plan, with the ability to have an interactive interface. I plan to develop this using C# WPF following the MVVM pattern. However, I am unsure where to start or what to use. Should I use InkCanvas? Should I use an OpenGL engine? The catch is that it must support .NET Framework 4.5. If you have had a similar experience or any thoughts on this, I would appreciate it if you could share them with me. It would be a significant advantage if this implementation could be ported to Linux, for example, through Wine.
42 replies
CC#
Created by Podreju on 4/14/2023 in #help
❔ The folder name does not allow you to synchronize the repository on GitHub
13 replies
CC#
Created by Podreju on 3/19/2023 in #help
❔ Question about Visual Studio 2022
14 replies
CC#
Created by Podreju on 11/14/2022 in #help
❔ Patch for my C program
I wrote a simple program on WinForms and decided to make a patch for it. How can I delete 3 lines of code from an exe file? Where should I start?)
7 replies