lsass
lsass
CC#
Created by lsass on 5/16/2024 in #help
Reference a higher version of System.Runtime
Hello everyone, I'm making a .NET Framework (v4.8) and C# (v8.0) class library, I'm also using a library which requires me to reference System.Runtime 7.0.0.0 (while currently there is a v4.1.2.0 reference), which I'm clueless on how to do, any help is appreciated!
8 replies
CC#
Created by lsass on 12/19/2023 in #help
System.Net.ServicePointManager.CloseConnection Missing
What verion of System.Net has "void System.Net.ServicePointManager.CloseConnectionGroups(string)", im getting thrown "System.MissingMethodException: Method not found: void System.Net.ServicePointManager.CloseConnectionGroups(string)". (Unturned Game Server, Mono)
8 replies
CC#
Created by lsass on 11/30/2023 in #help
Reading request data as JSON error
No description
16 replies
CC#
Created by lsass on 11/27/2023 in #help
✅ High quality list view icons
No description
7 replies
CC#
Created by lsass on 11/25/2023 in #help
ShowWindow() help
Hello, im using the ShowWindow() from "User32.dll" to hide (SW_SHOW = 0x00) a window and show (SW_SHOW = 0x05) it later however showing it after its hidden it does not work (Im guessing the window does not exist anymore.)!
5 replies
CC#
Created by lsass on 11/21/2023 in #help
✅ Getting back main function
Recently after updating to CS8 (didnt update in a long time), and creating a console app there is no main function, how can i get it back?
5 replies
CC#
Created by lsass on 11/17/2023 in #help
Requests
Hello, i have never done something that i will say before, how can i send a request to an API Url, get responce in a form of a .json file and then getting specific values from the .json into variables. How can i do that?
119 replies