abcyz
abcyz
Explore posts from servers
CC#
Created by Name on 4/21/2023 in #help
❔ How to make this program into GUI application?
He asked the question: "in this example what is the value of the variable "name"?
171 replies
CC#
Created by Name on 4/21/2023 in #help
❔ How to make this program into GUI application?
But you need to understand that using the Console class here doesn't make sense, since you aren't using a Console now. You are able to access the TextBox because you have access to it using the variable "textBox1" which references the Text Box in your GUI
171 replies
CC#
Created by Name on 4/21/2023 in #help
❔ How to make this program into GUI application?
Because it's a property
171 replies
CC#
Created by Name on 4/21/2023 in #help
❔ How to make this program into GUI application?
"Text" uppercase probably
171 replies
CC#
Created by Name on 4/21/2023 in #help
❔ How to make this program into GUI application?
You need to understand how classes and those components work. Follow some simple tutorial online first. Documentation might be confusing to start with
171 replies
CC#
Created by Elio on 9/28/2022 in #help
Interface
Not implementing some methods in the interface/base class is part of many design patterns anyways, mainly in the component tree one or whatever
9 replies
CC#
Created by abcyz on 8/14/2022 in #help
I need to serialize a bunch of non-primitive types. How would I do this?
Thanks, i also have an enumerable of an interface that have other types to, idk how to do this
9 replies
CC#
Created by abcyz on 8/14/2022 in #help
I need to serialize a bunch of non-primitive types. How would I do this?
I dont remember if the ISerializable was part or not of the unity ecossystem actually...
9 replies
CC#
Created by abcyz on 8/14/2022 in #help
I need to serialize a bunch of non-primitive types. How would I do this?
I'm using avalonia ui right now. But the thing is I've used Unity a few times, and I woud just apply the ISerializable interface and instruct how to serialize and deserialize. Cant i do that with jsonserializer?
9 replies
CC#
Created by abcyz on 8/14/2022 in #help
I need to serialize a bunch of non-primitive types. How would I do this?
Basically I need to serialize the Bitmap and the properties of the other classes
9 replies