Anchy
Anchy
CC#
Created by morry329# on 3/21/2025 in #help
✅ Rider does not recognise WebImage Helper
It's part of the System.Web.Helpers namespace under this package: https://www.nuget.org/packages/Microsoft.AspNet.WebHelpers/
8 replies
CC#
Created by Bashar al-Assad on 3/10/2025 in #help
How do I properly set up TcpClient
need a little more information: - what makes you think you are setting it up wrong? - what have you tried? - what are you expecting to happen? - what is actually happening? - what is the end goal?
3 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
could be a designer issue
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
also the stack trace is pretty unhelpful, I am unsure on what is actually triggering that exception
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
i don't know, is it your repository, do you have permission?
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
if you have a github repository you can share that
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
it may not be that you assigned it to null, look for uses of string format
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
It looks you you are using string format somewhere in your code and the format parameter is null
71 replies
CC#
Created by Ducki on 3/4/2025 in #help
Getting this error, code runs fine, cant open my form1.cs designer window
This means an exception has occured, click on the Show Call Stack link to view where this error is coming from
71 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
if you want a quick way to just display some text on the screen you could use MessageBox.Show, yes
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
I am not sure what you mean
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
there is no guarantee that the changes will stay in there
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
yeah, you shouldnt change anything in this file however because it is generated
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
I believe this is a partial class, so this designer file can see your callback in your code-behind file
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
this is where the event is subscribed to
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
as far as I know, the Designer has its own file something along the name of Form.Designer.cs which is generated by the designer
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
the callback can sit anywhere in your code-behind file
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
make sure you remove the code to populate those textboxes from the button click, otherwise they will be regenerated when you want to check the answer
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
right, so this is the callback function that will be called when the form has/is loading, you can run your code here to populate those two text boxes
35 replies
CC#
Created by Nightswyng on 2/24/2025 in #help
✅ Addition Tutor Program
it should generate a callback in your code-behind similar to additionTutor_Load(object? sender, EventArgs e)
35 replies