PepeGak
PepeGak
CC#
Created by PepeGak on 12/14/2023 in #help
✅ How to handle commands in TreeView?
According to the methodology by which I do this practical work, I need to visualize the territorial division of Kazakhstan using TreeView, using C# + WPF and the MVVM. What is the best way for me to make sure that I have 2 hierarchies (oblasts and cities), and that when I click on an object from the list, a command is triggered and displays information about this object to me (population, area, image, etc.)
38 replies
CC#
Created by PepeGak on 10/23/2022 in #help
How to parse an expression that is a function
According to the assignment, the correct function is read into a string (For example, y=(sin(2*log(x)))^3+sqrt(1/x)), and the program will have to plot this function itself. How can I do that?
4 replies
CC#
Created by PepeGak on 10/15/2022 in #help
Graphics.DrawLine and .DrawPolygon doesn't work properly
9 replies
CC#
Created by PepeGak on 10/2/2022 in #help
Compiling and adding DLLs in VS Code
Hi. How do I compile my static class into a DLL file and then include that DLL file in my main project? I use VS Code for Linux and .NET 6.0
6 replies