Bad Victory
Bad Victory
CC#
Created by Bad Victory on 6/29/2023 in #help
❔ I am making a new form and it has a lot of errors. Can someone please help me?
What is an accessor?
16 replies
CC#
Created by Bad Victory on 6/29/2023 in #help
❔ I am making a new form and it has a lot of errors. Can someone please help me?
How else will I share my screen?
16 replies
CC#
Created by Bad Victory on 6/29/2023 in #help
❔ I am making a new form and it has a lot of errors. Can someone please help me?
Can you DM me?
16 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
Can you run it and see what is wrong?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
I found my old GitHub
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
How cannrun it i here?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
How else am I supposed to show you?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
Can you DM me?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
What does that look like?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
How do I fix it?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
All that just for a button? Can’t anyone just tell me what to do?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
What is Framework?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
Microsoft Visual
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
C#
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
Visual
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
private void AddRecipe() { // Get the properties from currRecipe for example "Name" currRecipe.Name = txtBoxRecipeName.Text; // Do similar for other properties Description and FoodCategory from currRecipe. currRecipe.Description = txtBoxDescription.Text; currRecipe.FoodCategory = (FoodCategory)Enum.Parse(typeof(FoodCategory), cmbBoxCategory.Text); // Check if txtBoxRecipeName is not null if (txtBoxRecipeName != null) { // Call the method AddRecipe from recipeManager to add currRecipe recipeManager.AddRecipe(currRecipe); } }
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
It is supposed to add the ingredients to txtBoxDescription
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
How do I know that?
267 replies
CC#
Created by Bad Victory on 6/2/2023 in #help
❔ Can someone help me with the buttons?
I want it to add the ingedients to txtBoxDescription
267 replies