HimmDawg
HimmDawg
Explore posts from servers
CC#
Created by mmm on 11/17/2024 in #help
What is wrong with my C# Perlin noise generator?
Not 100% sure, why that black spot in the top corner is there now, but I'd guess it's because of the calculation of target cells
11 replies
CC#
Created by mmm on 11/17/2024 in #help
What is wrong with my C# Perlin noise generator?
No description
11 replies
CC#
Created by TJacken on 10/26/2024 in #help
Avalonia UI what I need to learn?
I haven't been in the loop for a while, but from my experience, ReactiveUI is just so much more complicated to learn than CommunityToolkit. I'd suggest this, however the tutorials only use ReactiveUI. At least they used to
17 replies
CC#
Created by Samix453 on 10/4/2024 in #help
So... I'm new on programing and i want to start somewhere pls help
$projects
9 replies
CC#
Created by Samix453 on 10/4/2024 in #help
So... I'm new on programing and i want to start somewhere pls help
First you learn C#, then you should either start with a tiny game or take a look at Unity first. You build your knowledge on projects and I think there is a sample list of projects somewhere that can give you some ideas and inspiration.
9 replies
CC#
Created by Sound on 9/14/2023 in #help
❔ TextBox stretching according to the window size
You probably need to set the anchor in all four directions, but i cannot tell 100% rn
27 replies
CC#
Created by Sound on 9/14/2023 in #help
❔ TextBox stretching according to the window size
I dont think Dock will work here. You have to size your textbox manually and then use Anchor
27 replies
CC#
Created by aka on 7/28/2023 in #help
❔ help
Looks like Rider
16 replies
CC#
Created by Marek on 7/28/2023 in #help
Need help with finding one option in VS
I dont think you can really add new features. At least I didn't come across any information regarding that fluffyFoxThink But this is just based on a rather quick search i did myself since I dont have a Mac.
10 replies
CC#
Created by Marek on 7/28/2023 in #help
Need help with finding one option in VS
What happens if you click on View?
10 replies
CC#
Created by Marek on 7/28/2023 in #help
Need help with finding one option in VS
10 replies
CC#
Created by The king of kings on 7/27/2023 in #help
❔ Need help with user account
Well you tell me 😄 I thought you were asking about how methods are used here
128 replies
CC#
Created by The king of kings on 7/27/2023 in #help
❔ Need help with user account
Well, what do you have so far and what don't you understand about it?
128 replies
CC#
Created by EmperMiner on 7/27/2023 in #help
❔ C# Recursion Output problem
So add either of those to the parameter list of your recursive function. Then you gotta figure out, how to populate them
5 replies
CC#
Created by EmperMiner on 7/27/2023 in #help
❔ C# Recursion Output problem
You gotta drag either the 3 indices or the three numbers itself through your recursive calls
5 replies
CC#
Created by Donut5162 on 7/27/2023 in #help
❔ WPF ListView with LinkedList
I see. In that case you can make your own linked list that will enumerate over nodes instead of objects.
9 replies
CC#
Created by Donut5162 on 7/27/2023 in #help
❔ WPF ListView with LinkedList
Do you explicitly need the node?
9 replies
CC#
Created by Donut5162 on 7/27/2023 in #help
❔ WPF ListView with LinkedList
I believe this wont work because the enumeration for a LinkedList<T> goes over T and not LinkedListNode<T>
9 replies
CC#
Created by dotnet123123 on 7/26/2023 in #help
✅ ✅ C# HttpClient returning 400, but other tools return 200
So people went ahead and spoofed their user agent
19 replies
CC#
Created by dotnet123123 on 7/26/2023 in #help
✅ ✅ C# HttpClient returning 400, but other tools return 200
That's the deal with a couple of websites. From what I heard, back in the day websites claimed that you'd require a specific browser. idk if that was a necessacity because of technical reasons or simply marketing shrug
19 replies