WhiteBlackGoose
WhiteBlackGoose
Explore posts from servers
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
You didn't answer the question
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
and where does it happen? Which exact line in your code prevents Console.Clear from working properly?
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
I think you're still not understanding To fix a problem you first need to find it In order to find the problem you need to perform this procedure of debugging, in particular what I suggest is removing parts of code until it works and see what was causing the problem Once you know what the problem is, you revert the changes, and think how you can fix it
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
if you've already performed this procedure you can tell what prevents it from clearing
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
realistically, the only thing I can think of is try removing Console.ReadKey()
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
so you can look deeper into it
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
once it works you know that the last bit you removed prevented it from working
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
To achieve that, you need to remove parts of the method until it works
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
what prevents it from clearing
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
then you need to find the difference between this method and others
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
you said your other methods work
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
and? what have you come down to so far
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
try removing parts of your method until it clears it
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
if that's the case then you need to track down yourself what prevents it from clearing in that method
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
oh
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
and what to do is: try another one
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
What terminal are you using?
102 replies
CC#
Created by Protagonist on 11/7/2024 in #help
Console Doesn't Clear and Provides nested outputs
Not all terminals support the clear command
102 replies
CC#
Created by BATBAT on 5/22/2024 in #help
dotnet application to moderate pc usage
I mean, you can make an app which you can't close or Alt+F4 in .net very simple If you need it to be completely unhackable, I don't know how to do it, but if a simple fool proof protection is all that is required, then you can do it in any UI framework
22 replies
CC#
Created by BlueHelmet on 5/21/2024 in #help
C# Dev Kit, not available in VSCode on Manjaro.
although it works for most people
25 replies